diff --git a/server/32/Nextcloud_Server_Administration_Manual.pdf b/server/32/Nextcloud_Server_Administration_Manual.pdf index 12c38158280..b5ed27fdf74 100644 Binary files a/server/32/Nextcloud_Server_Administration_Manual.pdf and b/server/32/Nextcloud_Server_Administration_Manual.pdf differ diff --git a/server/32/Nextcloud_User_Manual.pdf b/server/32/Nextcloud_User_Manual.pdf index ff91f1c31f9..1d4f49e0277 100644 Binary files a/server/32/Nextcloud_User_Manual.pdf and b/server/32/Nextcloud_User_Manual.pdf differ diff --git a/server/32/admin_manual/configuration_server/index.html b/server/32/admin_manual/configuration_server/index.html index 00132da430b..928e50bd58e 100644 --- a/server/32/admin_manual/configuration_server/index.html +++ b/server/32/admin_manual/configuration_server/index.html @@ -317,6 +317,7 @@

Nextcloud configurationAdd an OAuth2 Application
  • The access token
  • Security considerations
  • +
  • Skipping pre-login warning
  • Reverse proxy
  • Reverse proxy
  • @@ -215,6 +216,14 @@

    Security considerationsNextcloud OAuth2 implementation currently does not support scoped access. This means that every token has full access to the complete account including read and write permission to the stored files. It is essential to store the OAuth2 tokens in a safe way!

    Without scopes and restrictable access it is not recommended to use a Nextcloud instance as a user authentication service.

    +
    +

    Skipping pre-login warning

    +

    In Nextcloud default OAuth2 flow, a confirmation step is shown before login if the user is not yet logged-in, and a second one is shown after login. +To skip the pre-login one for a trusted application, the configuration option skipAuthPickerApplications can be set through occ:

    +
    sudo -E -u www-data php occ config:app:set oauth2 skipAuthPickerApplications --type array --value '["myapplication"]'
    +
    +
    +
    diff --git a/server/32/admin_manual/contents.html b/server/32/admin_manual/contents.html index e48bea0bf78..8e92fac607f 100644 --- a/server/32/admin_manual/contents.html +++ b/server/32/admin_manual/contents.html @@ -1044,6 +1044,7 @@

    Table of contentsAdd an OAuth2 Application
  • The access token
  • Security considerations
  • +
  • Skipping pre-login warning
  • Reverse proxy
  • New OCP\Mail\IEmailValidator to validate an email address.

  • +
  • New method OCP\App\IAppManager::getAppInstalledVersions to get installed versions of all applications

  • +
  • New method OCP\IAppConfig::getAppInstalledVersions to do the same thing

  • @@ -293,6 +295,9 @@

    Deprecated APIs\OC_Helper::isReadOnlyConfigEnabled is deprecated, please use the config_is_read_only system config directly.

  • \OCP\OCM\IOCMProvider is deprecated, please use \OCP\OCM\ICapabilityAwareOCMProvider available since 32.0.0

  • \OCP\Mail\IMailer::validateMailAddress is deprecated, please use \OCP\Mail\IEmailValidator available since 32.0.0

  • +
  • \OC_App::getSupportedApps is deprecated, please use \OCP\Support\Subscription\IRegistry::delegateGetSupportedApps instead

  • +
  • \OC_App::getAppVersions is deprecated, please use OCP\App\IAppManager::getAppInstalledVersions instead

  • +
  • \OCP\Route\IRoute::actionInclude and \OCP\Route\IRoute::action are deprecated, please use a proper controller instead.

  • @@ -363,6 +368,7 @@

    Removed APIs
  • IServerContainer::getTagManager()

  • +
  • The legacy autoloader \OC::$loader was removed. It should not impact your application. It may impact your tests if they were using it. Please consider including tests/autoload.php from server instead.

  • diff --git a/server/32/developer_manual/exapp_development/tech_details/Authentication.html b/server/32/developer_manual/exapp_development/tech_details/Authentication.html index 9422020e970..6630a5b8eef 100644 --- a/server/32/developer_manual/exapp_development/tech_details/Authentication.html +++ b/server/32/developer_manual/exapp_development/tech_details/Authentication.html @@ -36,7 +36,7 @@ const mermaids_to_add_zoom = 1 === -1 ? all_mermaids.length : 1; const mermaids_processed = document.querySelectorAll(".mermaid[data-processed='true']"); if(mermaids_to_add_zoom > 0) { - var svgs = d3.selectAll(".mermaid[data-zoom-id=id-a94a2503-9d1f-4a6c-b403-7dc327969a2a] svg"); + var svgs = d3.selectAll(".mermaid[data-zoom-id=id-71dd9004-047c-495e-a289-3d4245a8adb7] svg"); if(all_mermaids.length !== mermaids_processed.length) { // try again in a sec, wait for mermaids to load setTimeout(load, 200); @@ -191,7 +191,7 @@

    Authentication flow

    Authentication flow in details

    -
    +
             sequenceDiagram
         autonumber
         participant ExApp
    diff --git a/server/32/developer_manual/searchindex.js b/server/32/developer_manual/searchindex.js
    index f7b99fe9fcf..c04548567ac 100644
    --- a/server/32/developer_manual/searchindex.js
    +++ b/server/32/developer_manual/searchindex.js
    @@ -1 +1 @@
    -Search.setIndex({"alltitles": {"0. Setting up the development environment": [[156, "setting-up-the-development-environment"]], "1. Migration 1: Schema change": [[59, "migration-1-schema-change"]], "1. Starting from template": [[156, "starting-from-template"]], "2. Migration 1: Post schema change": [[59, "migration-1-post-schema-change"]], "3. Development": [[156, "development"]], "3. Migration 2: Schema change": [[59, "migration-2-schema-change"]], "4. Packaging": [[156, "packaging"]], "4.1 Hardware acceleration": [[156, "hardware-acceleration"]], "5. AppStore publishing": [[156, "appstore-publishing"]], "6. Testing": [[156, "testing"]], "@nextcloud/auth": [[122, "nextcloud-auth"]], "@nextcloud/axios": [[122, "nextcloud-axios"]], "@nextcloud/dialogs": [[122, "nextcloud-dialogs"]], "@nextcloud/event-bus": [[122, "nextcloud-event-bus"]], "@nextcloud/files": [[122, "nextcloud-files"]], "@nextcloud/initial-state": [[122, "nextcloud-initial-state"]], "@nextcloud/l10n": [[122, "nextcloud-l10n"]], "@nextcloud/logger": [[122, "nextcloud-logger"]], "@nextcloud/moment": [[122, "nextcloud-moment"]], "@nextcloud/password-confirmation": [[122, "nextcloud-password-confirmation"]], "@nextcloud/paths": [[122, "nextcloud-paths"]], "@nextcloud/router": [[122, "nextcloud-router"]], "@nextcloud/sharing": [[122, "nextcloud-sharing"]], "@nextcloud/vue": [[122, "nextcloud-vue"]], "A note about namespaces URI": [[78, "a-note-about-namespaces-uri"]], "API reference": [[101, null]], "API to resolve links": [[134, "api-to-resolve-links"]], "Aborting the upload": [[80, "aborting-the-upload"]], "Accept a pending Federated Cloud Share": [[69, "accept-a-pending-federated-cloud-share"]], "Access calendars and events": [[115, "access-calendars-and-events"]], "Access data from within a Nextcloud App via OCP": [[126, "access-data-from-within-a-nextcloud-app-via-ocp"]], "Access restrictions \u2013 IACL": [[116, "access-restrictions-iacl"]], "Access through CalDAV": [[116, "access-through-caldav"]], "Accessing attributes": [[56, "accessing-attributes"]], "Accessing contact info": [[117, "accessing-contact-info"]], "Accessing the container from anywhere": [[40, "accessing-the-container-from-anywhere"]], "Acquiring a HTTP Client": [[120, "acquiring-a-http-client"]], "Action menu": [[93, "action-menu"]], "Action payload to ExApp": [[175, "action-payload-to-exapp"]], "Action results": [[175, "action-results"]], "Actions": [[117, "actions"]], "Activity": [[86, null], [98, "activity"]], "Add script": [[185, "add-script"]], "Add spaces around content when needed": [[190, "id17"]], "Add style": [[185, "add-style"]], "Add the library as a Gradle dependency": [[89, "add-the-library-as-a-gradle-dependency"]], "Add the library project to your project as a Git submodule": [[89, "add-the-library-project-to-your-project-as-a-git-submodule"]], "Add the library to a project": [[89, "add-the-library-to-a-project"]], "Added APIs": [[10, "added-apis"], [22, "added-apis"], [23, "added-apis"], [23, "id2"], [24, "added-apis"], [24, "id1"], [25, "added-apis"], [26, "added-apis"], [27, "added-apis"], [28, "added-apis"], [28, "id1"]], "Added Events": [[28, "added-events"]], "Added events": [[24, "added-events"]], "Adding a navigation entry": [[5, "adding-a-navigation-entry"]], "Adding indices": [[59, "adding-indices"]], "Adding mounts to the filesystem": [[57, "adding-mounts-to-the-filesystem"]], "Adding translations": [[61, "adding-translations"]], "Address Sanitizer": [[99, "address-sanitizer"]], "Admin audit logging": [[48, "admin-audit-logging"]], "Advanced search provider": [[137, "advanced-search-provider"]], "Advantages": [[40, "advantages"]], "After the release": [[35, "after-the-release"]], "Alignment": [[203, "alignment"]], "Always use braces.": [[190, "id20"]], "Always use parenthesis for arrow function parameters.": [[190, "id12"]], "Android": [[61, "android"], [88, null]], "Android Nextcloud client development": [[88, "android-nextcloud-client-development"]], "App Installation Flow": [[170, null]], "App architecture": [[6, "app-architecture"]], "App autoloading": [[102, "app-autoloading"]], "App bootstrap logic": [[16, "app-bootstrap-logic"]], "App code checker deprecation": [[17, "app-code-checker-deprecation"]], "App development": [[3, null]], "App guidelines": [[33, "app-guidelines"]], "App metadata": [[4, null]], "App navigation menu": [[202, "app-navigation-menu"]], "App publishing and maintenance": [[30, null]], "App supports at least Nextcloud 28": [[66, "app-supports-at-least-nextcloud-28"]], "App upgrade guide": [[9, null]], "App values": [[55, "app-values"]], "AppAPI Authentication": [[157, "appapi-authentication"]], "AppAPI Nextcloud APIs": [[176, null]], "AppAPI session keys": [[168, "appapi-session-keys"]], "AppAPIAuth": [[168, "appapiauth"]], "AppConfig": [[103, null], [172, null]], "AppData": [[54, null], [213, "appdata"]], "AppFramework": [[103, "appframework"]], "Application installation scheme": [[169, "application-installation-scheme"]], "Arguments": [[169, "arguments"], [169, "id1"]], "Arrays": [[190, "arrays"]], "Assembling the chunks": [[80, "assembling-the-chunks"]], "Atomic components": [[93, null]], "Auth bypass / privilege escalations": [[212, "auth-bypass-privilege-escalations"]], "Authentication": [[39, "authentication"], [64, "authentication"], [168, null]], "Authentication & basics": [[217, "authentication-basics"]], "Authentication flow": [[168, "authentication-flow"]], "Authentication flow in details": [[168, "authentication-flow-in-details"]], "Authentication headers": [[168, "authentication-headers"]], "Auto-complete and user search": [[64, "auto-complete-and-user-search"]], "Automatic Backport": [[192, "automatic-backport"]], "Available Events": [[41, "available-events"]], "Available hooks": [[41, "available-hooks"]], "Avatar": [[93, "avatar"]], "Avoid multiple properties on the same line": [[190, "id6"], [190, "id16"]], "Avoid semicolons where not needed.": [[190, "id3"]], "Avoiding deadlocks": [[109, "avoiding-deadlocks"]], "Babel Polyfill removal": [[15, "babel-polyfill-removal"]], "Back-end": [[171, "back-end"]], "Back-end changes": [[10, "back-end-changes"], [11, "back-end-changes"], [12, "back-end-changes"], [13, "back-end-changes"], [14, "back-end-changes"], [15, "back-end-changes"], [16, "back-end-changes"], [17, "back-end-changes"], [18, "back-end-changes"], [19, "back-end-changes"], [20, "back-end-changes"], [21, "back-end-changes"], [22, "back-end-changes"], [23, "back-end-changes"], [24, "back-end-changes"], [25, "back-end-changes"], [26, "back-end-changes"], [27, "back-end-changes"], [28, "back-end-changes"]], "Back-end code": [[215, null]], "Backend": [[158, "backend"]], "Background color": [[94, "background-color"]], "Background jobs (Cron)": [[37, null]], "Background variables": [[197, "background-variables"]], "Backporting Considerations": [[192, "backporting-considerations"]], "Basic APIs": [[78, null]], "Basic Calendar information \u2013 INode": [[116, "basic-calendar-information-inode"]], "Basic Pattern of Dependency Injection": [[40, "basic-pattern-of-dependency-injection"]], "Basic concepts": [[47, null]], "Basic event information \u2013 INode": [[116, "basic-event-information-inode"]], "Basic input types": [[111, "basic-input-types"]], "Basic layout": [[201, "basic-layout"], [202, "basic-layout"], [202, "id3"], [202, "id5"], [203, "basic-layout"]], "Basic rules": [[202, "basic-rules"]], "Basic usage": [[112, "basic-usage"]], "Be technically sound": [[33, "be-technically-sound"]], "Before the release": [[35, "before-the-release"]], "Behavioral changes": [[10, "behavioral-changes"], [13, "behavioral-changes"], [14, "behavioral-changes"], [23, "behavioral-changes"]], "Benefits": [[33, "benefits"]], "Best practices": [[66, "best-practices"], [153, "best-practices"]], "Body theme": [[16, "body-theme"]], "Boolean database columns": [[18, "boolean-database-columns"]], "Booting an app": [[0, "booting-an-app"]], "Bootstrapping": [[0, null]], "Bootstrapping Nextcloud": [[220, "bootstrapping-nextcloud"]], "Bootstrapping process": [[0, "bootstrapping-process"]], "Border radius": [[26, "border-radius"]], "Braces on same line as the definition.": [[190, "id9"]], "Branch Names": [[192, "branch-names"]], "Branch off": [[35, "branch-off"]], "Branch selection .tx/backport": [[7, "branch-selection-tx-backport"]], "Brute-force protection": [[39, "brute-force-protection"]], "Bugfixes": [[192, "bugfixes"]], "Bugtracker": [[206, null]], "Building Vue components and scripts": [[216, "building-vue-components-and-scripts"]], "Building styles": [[216, "building-styles"]], "Building the Client": [[99, null]], "Built-in examples": [[153, "built-in-examples"]], "Buttons": [[93, "buttons"], [198, "buttons"], [202, "buttons"]], "C++ (Qt) / Desktop client": [[61, "c-qt-desktop-client"]], "CONSIDER how your API will be used": [[66, "consider-how-your-api-will-be-used"]], "CSP Nonce": [[26, "csp-nonce"]], "CSS": [[14, "css"], [42, null], [188, "css"], [197, null]], "CSS and HTML coding standards": [[188, null]], "CSS classes": [[197, "css-classes"]], "CSS variables": [[46, "css-variables"], [197, "css-variables"]], "Cache": [[213, "cache"]], "Cached data": [[127, "cached-data"]], "Caching": [[38, null]], "Calendar integration": [[115, null]], "Calendar objects": [[115, "calendar-objects"]], "Calendar providers": [[115, "calendar-providers"]], "Calendars": [[115, "calendars"]], "Capabilities": [[26, "capabilities"]], "Capabilities API": [[64, "capabilities-api"]], "Casting parameters": [[39, "casting-parameters"]], "Cause": [[160, "cause"]], "Change log": [[35, "change-log"]], "Change tracking": [[35, "change-tracking"]], "Changed APIs": [[10, "changed-apis"], [10, "id1"], [15, "changed-apis"], [19, "changed-apis"], [21, "changed-apis"], [22, "changed-apis"], [23, "changed-apis"], [23, "id7"], [24, "changed-apis"], [24, "id2"], [25, "changed-apis"], [25, "id1"], [26, "changed-apis"], [27, "changed-apis"], [28, "changed-apis"], [28, "id2"]], "Changed behavior": [[25, "changed-behavior"]], "Changelog": [[4, "changelog"]], "Changing API and backwards compatibility": [[217, "changing-api-and-backwards-compatibility"]], "Check availability": [[73, "check-availability"]], "Check for Talk existence": [[143, "check-for-talk-existence"]], "Check out external shipped apps": [[193, "check-out-external-shipped-apps"]], "Check out the code": [[193, "check-out-the-code"]], "Checkbox and Multi-checkbox": [[111, "checkbox-and-multi-checkbox"]], "Checkboxes and radio buttons": [[93, "checkboxes-and-radio-buttons"]], "Checkboxes and radios": [[198, "checkboxes-and-radios"]], "Checking for existence of events": [[116, "checking-for-existence-of-events"]], "Checking if the issue is useful": [[207, "checking-if-the-issue-is-useful"]], "Chunked file upload": [[80, null]], "Chunked upload v2": [[80, "chunked-upload-v2"]], "Class-based schema registration": [[111, "class-based-schema-registration"]], "Classloader": [[102, null]], "Clear data and disable out-of-office": [[67, "clear-data-and-disable-out-of-office"]], "Clear message": [[71, "clear-message"]], "Clickable area": [[26, "clickable-area"]], "Clickjacking": [[212, "clickjacking"]], "Client APIs": [[23, "client-apis"]], "Clients and Client APIs": [[92, null]], "Code Map": [[213, "code-map"]], "Code example": [[87, "code-example"], [87, "id1"], [87, "id2"], [87, "id3"], [87, "id4"], [87, "id5"], [87, "id6"], [87, "id7"], [87, "id8"], [87, "id9"], [87, "id10"], [87, "id11"], [87, "id12"]], "Code executions / file inclusions": [[212, "code-executions-file-inclusions"]], "Code of conduct": [[208, null]], "Code reviews on GitHub": [[205, null]], "Code signing": [[29, null]], "Code style": [[190, "code-style"]], "Coding standards": [[189, "coding-standards"]], "Coding style & general guidelines": [[189, null]], "Collabora without SSL": [[195, "collabora-without-ssl"]], "Collapsible entry": [[202, "collapsible-entry"]], "Color": [[94, "color"]], "Color picker": [[93, "color-picker"]], "Comments": [[81, null], [191, "comments"]], "Committing changes": [[216, "committing-changes"]], "Common data structure": [[126, "common-data-structure"]], "Compatibility": [[122, "compatibility"]], "Compatibility documentation": [[215, "compatibility-documentation"]], "Compatibility with the app ecosystem": [[209, null]], "Compiling": [[99, "compiling"]], "Completely disabled authentication": [[39, "completely-disabled-authentication"]], "Composer": [[2, "composer"]], "Concept": [[133, "concept"]], "Concept overview": [[65, "concept-overview"], [103, "concept-overview"], [105, "concept-overview"], [113, "concept-overview"], [137, "concept-overview"]], "Conditional scheduling of tasks": [[146, "conditional-scheduling-of-tasks"]], "Config & Preferences": [[104, null]], "Configuration": [[55, null]], "Configuration Component": [[114, "configuration-component"]], "Configuration changes": [[10, "configuration-changes"]], "Configuring parallelism": [[37, "configuring-parallelism"]], "Conflict example": [[2, "conflict-example"]], "Connecting a controller and a route": [[39, "connecting-a-controller-and-a-route"]], "Console commands": [[59, "console-commands"]], "Construction of migration classes": [[59, "construction-of-migration-classes"]], "Consumable, Listenable and Catchable": [[101, "consumable-listenable-and-catchable"]], "Consuming a Mail Service": [[119, "consuming-a-mail-service"]], "Consuming the AppConfig API": [[103, "consuming-the-appconfig-api"]], "Consuming the Files Metadata API": [[113, "consuming-the-files-metadata-api"]], "Consuming the Speech-To-Text API": [[141, "consuming-the-speech-to-text-api"]], "Consuming the Task Processing API": [[144, "consuming-the-task-processing-api"]], "Consuming the Text Processing API": [[146, "consuming-the-text-processing-api"]], "Consuming the Text-To-Image API": [[145, "consuming-the-text-to-image-api"]], "Consuming the Translation API": [[148, "consuming-the-translation-api"]], "Consuming the UserConfig API": [[105, "consuming-the-userconfig-api"]], "Contact Support": [[160, "contact-support"]], "Contacts Menu": [[117, null]], "Containers / Dependency Injection": [[40, null]], "Content": [[98, "content"]], "Content list": [[201, null]], "Content size of the event": [[116, "content-size-of-the-event"]], "Context Chat": [[106, null]], "Continuous Integration": [[107, null]], "Contributing": [[130, "contributing"]], "Control structures": [[190, "control-structures"], [191, "control-structures"]], "Controller Injection": [[40, "controller-injection"]], "Controllers": [[39, null]], "Convert input into standard format": [[128, "convert-input-into-standard-format"]], "Converting to app passwords": [[62, "converting-to-app-passwords"]], "Cookies": [[157, "cookies"]], "Copying files and folders (rfc4918)": [[78, "copying-files-and-folders-rfc4918"]], "Corporate Proxy - Permanent Settings for PHP CLI": [[160, null]], "Correct plurals": [[61, "correct-plurals"]], "Counter": [[202, "counter"]], "Counter bubbles": [[93, "counter-bubbles"]], "Create a conversation": [[143, "create-a-conversation"]], "Create a folder": [[87, "create-a-folder"]], "Create a new Federated Cloud Share": [[69, "create-a-new-federated-cloud-share"]], "Create a new Share": [[69, "create-a-new-share"]], "Create an app": [[6, "create-an-app"]], "Create calendar events": [[115, "create-calendar-events"]], "Creating a repair step": [[135, "creating-a-repair-step"]], "Creating custom responses": [[39, "creating-custom-responses"]], "Creating folders (rfc4918)": [[78, "creating-folders-rfc4918"]], "Creating new calendar events": [[116, "creating-new-calendar-events"]], "Creating users": [[151, "creating-users"]], "Cross site request forgery": [[212, "cross-site-request-forgery"]], "Cross site scripting": [[212, "cross-site-scripting"]], "Custom attribute to database column mapping": [[56, "custom-attribute-to-database-column-mapping"]], "Customize the conversation": [[143, "customize-the-conversation"]], "DELETE request": [[120, "delete-request"]], "DO NOT throw non-OCS*Exceptions": [[66, "do-not-throw-non-ocs-exceptions"]], "DO NOT use the addHeader method for setting headers for your responses": [[66, "do-not-use-the-addheader-method-for-setting-headers-for-your-responses"]], "DO set all descriptions for parameters and methods": [[66, "do-set-all-descriptions-for-parameters-and-methods"]], "DO type controller and helper methods as explicit as possible": [[66, "do-type-controller-and-helper-methods-as-explicit-as-possible"]], "DO use the same data structures for the same group of responses": [[66, "do-use-the-same-data-structures-for-the-same-group-of-responses"]], "DaemonConfig registration": [[169, "daemonconfig-registration"]], "Dashboard": [[108, null]], "Dashboard API": [[108, "dashboard-api"]], "Data-based responses": [[39, "data-based-responses"]], "Database access": [[56, null]], "Database clusters": [[127, "database-clusters"]], "Database performance": [[127, "database-performance"]], "Datetime picker": [[93, "datetime-picker"]], "Deadlocks": [[109, null]], "Debug mode": [[110, "debug-mode"]], "Debugging": [[110, null]], "Debugging HTML and templates": [[110, "debugging-html-and-templates"]], "Debugging JavaScript": [[110, "debugging-javascript"]], "Debugging MariaDB queries": [[110, "debugging-mariadb-queries"]], "Debugging SQL queries": [[110, "debugging-sql-queries"]], "Debugging tests in the browser": [[220, "debugging-tests-in-the-browser"]], "Debugging variables": [[110, "debugging-variables"]], "Declarative Settings": [[183, null]], "Declarative settings": [[111, null]], "Declare in-app search": [[137, "declare-in-app-search"]], "Declare supported Unified Search providers": [[134, "declare-supported-unified-search-providers"]], "Decline a pending Federated Cloud Share": [[69, "decline-a-pending-federated-cloud-share"]], "Default values for subURL": [[52, "default-values-for-suburl"]], "Define a setup check": [[140, "define-a-setup-check"]], "Delete Share": [[69, "delete-share"]], "Delete a conversation": [[143, "delete-a-conversation"]], "Delete a share resource": [[87, "delete-a-share-resource"]], "Delete a task": [[73, "delete-a-task"]], "Delete an accepted Federated Cloud Share": [[69, "delete-an-accepted-federated-cloud-share"]], "Delete app config values": [[172, "delete-app-config-values"]], "Delete file or folder": [[87, "delete-file-or-folder"]], "Delete metadata using PROPPATCH": [[113, "delete-metadata-using-proppatch"]], "Delete user config values": [[181, "delete-user-config-values"]], "Deleting a preference": [[76, "deleting-a-preference"]], "Deleting an app password": [[62, "deleting-an-app-password"]], "Deleting files and folders (rfc4918)": [[78, "deleting-files-and-folders-rfc4918"]], "Deleting from the trashbin": [[84, "deleting-from-the-trashbin"]], "Deleting multiple preference": [[76, "deleting-multiple-preference"]], "Dependency Injection Container Registration": [[49, "dependency-injection-container-registration"]], "Dependency Injection Parameters": [[22, "dependency-injection-parameters"]], "Dependency hell": [[2, "dependency-hell"]], "Dependency management": [[2, null]], "Deploy daemons types": [[154, "deploy-daemons-types"]], "Deploy environment variables": [[169, "deploy-environment-variables"]], "Deployment": [[169, null]], "Deprecated": [[22, "deprecated"]], "Deprecated APIs": [[10, "deprecated-apis"], [11, "deprecated-apis"], [16, "deprecated-apis"], [18, "deprecated-apis"], [19, "deprecated-apis"], [19, "id1"], [23, "deprecated-apis"], [24, "deprecated-apis"], [24, "id3"], [25, "deprecated-apis"], [26, "deprecated-apis"], [26, "id2"], [27, "deprecated-apis"], [28, "deprecated-apis"], [28, "id3"]], "Deprecated events": [[24, "deprecated-events"]], "Deprecated global variables": [[13, "deprecated-global-variables"], [14, "deprecated-global-variables"], [15, "deprecated-global-variables"], [16, "deprecated-global-variables"], [18, "deprecated-global-variables"]], "Deprecation of injection of named services": [[15, "deprecation-of-injection-of-named-services"]], "Deprecation of shipped JavaScript libraries": [[12, "deprecation-of-shipped-javascript-libraries"]], "Deprecations": [[13, "deprecations"], [14, "deprecations"]], "Desktop Clients": [[100, null]], "Details": [[98, "details"]], "Determining if the report is complete": [[207, "determining-if-the-report-is-complete"]], "Determining relevance of issue": [[207, "determining-relevance-of-issue"]], "Development": [[122, "development"]], "Development dependency hell": [[24, "development-dependency-hell"]], "Development environment": [[193, null]], "Development overview": [[159, null]], "Development process": [[192, null]], "Development tools": [[2, "development-tools"]], "Digging deeper": [[121, null]], "Direct Download": [[64, "direct-download"]], "Direct storage access": [[57, "direct-storage-access"]], "Directory traversal": [[212, "directory-traversal"]], "Disable the app": [[130, "disable-the-app"]], "Disabled keyboard shortcuts": [[21, "disabled-keyboard-shortcuts"]], "Display link previews": [[134, "display-link-previews"]], "Distributed cache": [[38, "distributed-cache"]], "Do we lock down Nextcloud?": [[29, "do-we-lock-down-nextcloud"]], "Docker Container Registry": [[161, null]], "Docker Socket Proxy": [[154, "docker-socket-proxy"], [162, null]], "Docker by socket": [[154, "docker-by-socket"]], "Docker install": [[171, "docker-install"]], "Docker remote API": [[154, "docker-remote-api"]], "Dockerfile": [[156, "dockerfile"]], "Documentation": [[220, "documentation"]], "Documentation procedures of changes that affect app developers": [[209, "documentation-procedures-of-changes-that-affect-app-developers"]], "Donations": [[32, "donations"]], "Dos and Don\u2019ts": [[61, "dos-and-don-ts"], [197, "dos-and-don-ts"]], "Download a file": [[87, "download-a-file"]], "Download permission": [[69, "download-permission"]], "Downloading files": [[78, "downloading-files"]], "Downloading folders": [[78, "downloading-folders"]], "Downloads": [[39, "downloads"]], "Drag and drop": [[202, "drag-and-drop"]], "Dropdowns": [[93, "dropdowns"]], "ESLint config": [[190, "eslint-config"]], "Edit an existing app": [[6, "edit-an-existing-app"]], "Edit entry": [[202, "edit-entry"]], "Element structure variables": [[197, "element-structure-variables"]], "Email": [[112, null]], "Email sending": [[195, "email-sending"]], "Empty content": [[93, "empty-content"]], "Emptying the trashbin": [[84, "emptying-the-trashbin"]], "Enable the app": [[6, "enable-the-app"], [130, "enable-the-app"]], "Enabled": [[157, "enabled"], [170, "enabled"]], "Enabling debug mode": [[193, "enabling-debug-mode"]], "Endpoint": [[81, "endpoint"]], "Enterprise support": [[32, "enterprise-support"]], "Entities": [[56, "entities"], [114, "entities"]], "Entity slug deprecation": [[20, "entity-slug-deprecation"]], "Entries in the calendar \u2013 ICollection": [[116, "entries-in-the-calendar-icollection"]], "Entry bullet": [[202, "entry-bullet"]], "Error handling": [[120, "error-handling"]], "Errors": [[29, "errors"]], "Event data \u2013 IFile": [[116, "event-data-ifile"]], "Event payload": [[173, "event-payload"]], "Event-based schema registration": [[111, "event-based-schema-registration"]], "Events": [[41, null], [90, "events"], [122, "events"]], "Events Listener": [[173, null]], "Events types": [[173, "events-types"]], "ExApp": [[174, null]], "ExApp deployment issues": [[165, "exapp-deployment-issues"]], "ExApp development": [[156, null], [167, null]], "ExApp info.xml schema": [[169, "exapp-info-xml-schema"]], "ExApp lifecycle": [[157, null]], "ExApp lifecycle methods": [[157, "exapp-lifecycle-methods"]], "ExApp lifecycle scheme": [[157, "exapp-lifecycle-scheme"]], "ExApp metadata": [[158, "exapp-metadata"]], "ExApp overview": [[158, null]], "ExApp registration": [[169, "exapp-registration"]], "ExApp structure": [[158, "exapp-structure"]], "ExApps (Python)": [[61, "exapps-python"]], "ExApps management list of apps from App Store is empty": [[165, "exapps-management-list-of-apps-from-app-store-is-empty"]], "Example": [[169, "example"], [179, "example"], [182, "example"]], "Example generic handler": [[152, "example-generic-handler"]], "Example webfinger handler": [[152, "example-webfinger-handler"]], "Examples": [[81, "examples"], [87, null], [90, "examples"], [90, "id1"], [175, "examples"], [205, "examples"]], "Examples search bodies": [[83, "examples-search-bodies"]], "ExceptionalImplementable": [[101, "exceptionalimplementable"]], "Exceptions": [[217, "exceptions"]], "Excluding files .l10nignore": [[7, "excluding-files-l10nignore"]], "Extend link preview support": [[134, "extend-link-preview-support"]], "Extend the Smart Picker": [[134, "extend-the-smart-picker"]], "Extending core parts": [[44, "extending-core-parts"]], "Extending the DAV server": [[1, null]], "Extending the \u201cnew\u201d menu in the files app": [[44, "extending-the-new-menu-in-the-files-app"]], "External API": [[217, null]], "External search provider": [[137, "external-search-provider"]], "External storage type": [[111, "external-storage-type"]], "Extracting values from the URL": [[52, "extracting-values-from-the-url"]], "FAQ": [[29, "faq"]], "Failed to create volume": [[165, "failed-to-create-volume"]], "Federated Cloud Shares": [[69, "federated-cloud-shares"]], "Fetch a list of all set user-statuses": [[71, "fetch-a-list-of-all-set-user-statuses"]], "Fetch a result image": [[73, "fetch-a-result-image"]], "Fetch a specific user\u2019s status": [[71, "fetch-a-specific-user-s-status"]], "Fetch a task by ID": [[73, "fetch-a-task-by-id"], [74, "fetch-a-task-by-id"]], "Fetch a user\u2019s backup status": [[71, "fetch-a-user-s-backup-status"]], "Fetch ongoing data": [[67, "fetch-ongoing-data"]], "Fetch the list of predefined statuses": [[71, "fetch-the-list-of-predefined-statuses"]], "Fetch upcoming or ongoing data": [[67, "fetch-upcoming-or-ongoing-data"]], "Fetch user setting and recommendations": [[68, "fetch-user-setting-and-recommendations"]], "Fetch user-controlled recommendations": [[68, "fetch-user-controlled-recommendations"]], "Fetch your own status": [[71, "fetch-your-own-status"]], "Fetching a calendar entry": [[116, "fetching-a-calendar-entry"]], "Fetching all calendar entries": [[116, "fetching-all-calendar-entries"]], "Fetching individual search results": [[137, "fetching-individual-search-results"]], "Fetching provider IDs": [[137, "fetching-provider-ids"]], "Fetching the access rules of the calendar": [[116, "fetching-the-access-rules-of-the-calendar"]], "Fetching the name of an event": [[116, "fetching-the-name-of-an-event"]], "File": [[54, "file"]], "File Actions Menu": [[175, null]], "File bulk upload": [[79, null]], "File request": [[69, "file-request"]], "Filenames": [[190, "filenames"]], "Files": [[90, null]], "Files Metadata": [[113, null]], "Files Sharing": [[71, "files-sharing"]], "Files and Files sharing": [[27, "files-and-files-sharing"]], "Filesystem layer": [[213, "filesystem-layer"]], "Filesystem root": [[41, "filesystem-root"]], "Filesystem scanner": [[41, "filesystem-scanner"]], "Filesystem structure": [[190, "filesystem-structure"]], "Filtering the auto-complete results": [[64, "filtering-the-auto-complete-results"]], "Finalizing and tagging": [[207, "finalizing-and-tagging"]], "Finding bugs to triage": [[207, "finding-bugs-to-triage"]], "Finding duplicates": [[207, "finding-duplicates"]], "First steps": [[65, "first-steps"]], "Folder": [[54, "folder"]], "Font sizes": [[26, "font-sizes"]], "Force language for a given call": [[64, "force-language-for-a-given-call"]], "Forums": [[210, "forums"]], "Foundations": [[94, null]], "Frequently Asked Questions": [[166, null]], "Front controller": [[51, "front-controller"]], "Front-end": [[43, null], [171, "front-end"]], "Front-end changes": [[10, "front-end-changes"], [11, "front-end-changes"], [12, "front-end-changes"], [13, "front-end-changes"], [14, "front-end-changes"], [15, "front-end-changes"], [16, "front-end-changes"], [18, "front-end-changes"], [19, "front-end-changes"], [21, "front-end-changes"], [22, "front-end-changes"], [23, "front-end-changes"], [24, "front-end-changes"], [25, "front-end-changes"], [26, "front-end-changes"], [27, "front-end-changes"], [28, "front-end-changes"]], "Front-end code": [[216, null]], "Frontend": [[158, "frontend"]], "Frontend routing": [[158, "frontend-routing"]], "Functions": [[190, "functions"]], "Further reading": [[220, "further-reading"]], "GET request": [[120, "get-request"]], "GPU support": [[163, null]], "GPUs scaling": [[164, "gpus-scaling"]], "Gather information about server setup": [[193, "gather-information-about-server-setup"]], "General": [[10, "general"], [18, "general"], [20, "general"], [21, "general"], [22, "general"], [23, "general"], [23, "id1"], [24, "general"], [25, "general"], [26, "general"], [28, "general"], [91, null], [189, "general"], [190, "general"]], "General color variables": [[197, "general-color-variables"]], "General considerations": [[207, "general-considerations"]], "General rules and advice": [[190, "general-rules-and-advice"]], "Generating URLs": [[44, "generating-urls"]], "Generating a token if Nextcloud is the provider": [[125, "generating-a-token-if-nextcloud-is-the-provider"]], "Generic Build Instructions": [[99, "generic-build-instructions"]], "Generic Errors": [[91, "generic-errors"]], "Get ExApp enabled status": [[174, "get-exapp-enabled-status"]], "Get ExApps list": [[174, "get-exapps-list"]], "Get Nextcloud URL": [[174, "get-nextcloud-url"]], "Get Shares from a specific file or folder": [[69, "get-shares-from-a-specific-file-or-folder"]], "Get a unique tag for one event version": [[116, "get-a-unique-tag-for-one-event-version"]], "Get all Shares": [[69, "get-all-shares"]], "Get app config values": [[172, "get-app-config-values"]], "Get available task types": [[74, "get-available-task-types"]], "Get available translation options": [[75, "get-available-translation-options"]], "Get content of a calendar event": [[116, "get-content-of-a-calendar-event"]], "Get data and metadata from a document": [[65, "get-data-and-metadata-from-a-document"]], "Get groups of calendar": [[116, "get-groups-of-calendar"]], "Get information about a known Federated Cloud Share": [[69, "get-information-about-a-known-federated-cloud-share"]], "Get information about a known Share": [[69, "get-information-about-a-known-share"]], "Get list of NC users": [[186, "get-list-of-nc-users"]], "Get the app": [[130, "get-the-app"]], "Get the country code for a region": [[128, "get-the-country-code-for-a-region"]], "Get the provider list": [[134, "get-the-provider-list"]], "Get the share resources for a given file or folder": [[87, "get-the-share-resources-for-a-given-file-or-folder"]], "Get the source": [[193, "get-the-source"]], "Get user config values": [[181, "get-user-config-values"]], "Getting PHPUnit": [[220, "getting-phpunit"]], "Getting access": [[57, "getting-access"]], "Getting data from the backend using AJAX requests": [[39, "getting-data-from-the-backend-using-ajax-requests"]], "Getting help": [[127, "getting-help"], [212, "getting-help"]], "Getting properties for just the folder": [[78, "getting-properties-for-just-the-folder"]], "Getting request parameters": [[39, "getting-request-parameters"]], "Getting started": [[194, null]], "Getting the last modification time stamp": [[116, "getting-the-last-modification-time-stamp"]], "Getting the login token": [[125, "getting-the-login-token"]], "Getting the modification timestamp": [[116, "getting-the-modification-timestamp"]], "Getting the owner of a calendar": [[116, "getting-the-owner-of-a-calendar"]], "Getting the privileges associated with the calendar": [[116, "getting-the-privileges-associated-with-the-calendar"]], "Getting the properties": [[116, "getting-the-properties"]], "Git branch management": [[35, "git-branch-management"]], "GitHub Actions": [[34, "github-actions"]], "Global Middlewares": [[49, "global-middlewares"]], "Global variables": [[122, "global-variables"]], "Glossary": [[155, "glossary"]], "GroupManager": [[41, "groupmanager"]], "Groupware integration": [[118, null]], "Guidelines": [[61, "guidelines"]], "HEAD request": [[120, "head-request"]], "HTML": [[188, "html"]], "HTML elements": [[198, null]], "HTML-based Responses": [[39, "html-based-responses"]], "HTML/CSS guidelines": [[200, null]], "HTTP 401 for invalid username/password": [[18, "http-401-for-invalid-username-password"]], "HTTP Client": [[120, null]], "Handler registration": [[152, "handler-registration"]], "Handling DAV events": [[1, "handling-dav-events"]], "Handling errors": [[39, "handling-errors"]], "Handling iMIP data": [[116, "handling-imip-data"]], "Handling search requests": [[137, "handling-search-requests"]], "Handling settings storage": [[111, "handling-settings-storage"]], "Handling the dependencies": [[99, "handling-the-dependencies"]], "Healthcheck": [[157, "healthcheck"]], "Heartbeat": [[157, "heartbeat"], [170, "heartbeat"]], "Heavy load and time insensitive": [[37, "heavy-load-and-time-insensitive"]], "Help and communication": [[210, null]], "High level overview": [[213, "high-level-overview"]], "Highlighted counter": [[202, "highlighted-counter"]], "Hooks": [[41, "hooks"]], "How code signing affects apps in the app store": [[29, "how-code-signing-affects-apps-in-the-app-store"]], "How do you triage bugs": [[207, "how-do-you-triage-bugs"]], "How does auto-wiring work": [[40, "how-does-auto-wiring-work"]], "How does it affect the request lifecycle": [[40, "how-does-it-affect-the-request-lifecycle"]], "How does this affect controllers": [[40, "how-does-this-affect-controllers"]], "How the container works": [[40, "how-the-container-works"]], "How to add OpenAPI support to your OCS API": [[66, "how-to-add-openapi-support-to-your-ocs-api"]], "How to add response definitions to share type definitions": [[66, "how-to-add-response-definitions-to-share-type-definitions"]], "How to deal with interface and primitive type parameters": [[40, "how-to-deal-with-interface-and-primitive-type-parameters"]], "How to enable GPU support for the Deploy daemon?": [[163, "how-to-enable-gpu-support-for-the-deploy-daemon"]], "How to enable it": [[40, "how-to-enable-it"]], "How to expose Capabilities": [[66, "how-to-expose-capabilities"]], "How to generate the specification": [[66, "how-to-generate-the-specification"]], "How to get your app signed": [[29, "how-to-get-your-app-signed"]], "How to handle exceptions": [[66, "how-to-handle-exceptions"]], "How to ignore certain endpoints": [[66, "how-to-ignore-certain-endpoints"]], "How to limit the number of GPUs per ExApp?": [[163, "how-to-limit-the-number-of-gpus-per-exapp"]], "How to move": [[33, "how-to-move"]], "How to test \u2026": [[195, null]], "How to troubleshoot networking issues?": [[165, "how-to-troubleshoot-networking-issues"]], "How to use a private Docker container registry with authentication?": [[161, "how-to-use-a-private-docker-container-registry-with-authentication"]], "How will it work?": [[205, "how-will-it-work"]], "Hybrid Distribution": [[35, "hybrid-distribution"]], "IE11 removal": [[18, "ie11-removal"]], "Icons": [[46, "icons"], [94, "icons"], [199, null]], "Icons should be outlined": [[28, "icons-should-be-outlined"]], "Identifying errors": [[110, "identifying-errors"]], "Ignoring deadlocks": [[109, "ignoring-deadlocks"]], "Image Pulling (Docker)": [[170, "image-pulling-docker"]], "Images": [[134, "images"]], "Implementable, Dispatchable and Throwable": [[101, "implementable-dispatchable-and-throwable"]], "Implementing a Speech-To-Text provider": [[141, "implementing-a-speech-to-text-provider"]], "Implementing a TaskProcessing provider": [[144, "implementing-a-taskprocessing-provider"]], "Implementing a Text-To-Image provider": [[145, "implementing-a-text-to-image-provider"]], "Implementing a TextProcessing provider": [[146, "implementing-a-textprocessing-provider"]], "Implementing a Translation provider": [[148, "implementing-a-translation-provider"]], "Implementing a content provider for Context Chat": [[106, "implementing-a-content-provider-for-context-chat"]], "Implementing a simple two-factor auth provider": [[149, "implementing-a-simple-two-factor-auth-provider"]], "Implementing a storage": [[57, "implementing-a-storage"]], "Implementing an API called from a public share page": [[133, "implementing-an-api-called-from-a-public-share-page"]], "Implementing an authenticated public page": [[133, "implementing-an-authenticated-public-page"]], "Implementing the ContentProviderRegisterEvent event": [[106, "implementing-the-contentproviderregisterevent-event"]], "Improving your translations": [[61, "improving-your-translations"]], "In Place of a Conclusion": [[154, "in-place-of-a-conclusion"]], "In-memory cache": [[38, "in-memory-cache"]], "Including CSS and JavaScript": [[45, "including-css-and-javascript"]], "Including images": [[45, "including-images"]], "Including templates": [[45, "including-templates"]], "Indentation": [[190, "indentation"]], "Indexed values": [[105, "indexed-values"]], "Init": [[157, "init"], [170, "init"]], "Init the library": [[87, "init-the-library"]], "Initialization events": [[5, "initialization-events"]], "Initializing the collection": [[65, "initializing-the-collection"]], "Inline attachments": [[112, "inline-attachments"]], "Input and output shapes": [[144, "input-and-output-shapes"]], "Input fields": [[93, "input-fields"]], "Install AppAPI": [[154, "install-appapi"]], "Installing Node JS": [[220, "installing-node-js"]], "Installing the apps": [[65, "installing-the-apps"]], "Integration of custom calendar providers": [[116, null]], "Interactive widgets": [[134, "interactive-widgets"]], "Interface & interaction design": [[95, null]], "Internal changes": [[10, "internal-changes"]], "Internal storage type": [[111, "internal-storage-type"]], "Introduction": [[6, null], [40, "introduction"], [79, "introduction"], [80, "introduction"], [96, null], [155, null], [201, "introduction"], [202, null], [202, "id1"], [202, "id2"], [202, "id4"], [205, "introduction"], [217, "introduction"]], "Is code signing mandatory for apps?": [[29, "is-code-signing-mandatory-for-apps"]], "JSON": [[39, "json"]], "JSON parameters": [[39, "json-parameters"]], "JavaScript": [[44, null], [46, "javascript"], [212, "javascript"]], "JavaScript / TypeScript": [[61, "javascript-typescript"]], "JavaScript / TypeScript / Vue": [[61, "javascript-typescript-vue"]], "JavaScript APIs": [[122, null]], "JavaScript and Typescript": [[190, null]], "JavaScript unit testing for server": [[220, "javascript-unit-testing-for-server"]], "Keep the code up-to-date": [[193, "keep-the-code-up-to-date"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "L10n translations": [[158, "l10n-translations"]], "LDAP factory availability": [[18, "ldap-factory-availability"]], "LLM Prompts and multilingual I/O": [[144, "llm-prompts-and-multilingual-i-o"]], "Labels": [[189, "labels"]], "Language of other users": [[61, "language-of-other-users"]], "Language tuple structure": [[75, "language-tuple-structure"]], "Last version with database.xml support and migration": [[17, "last-version-with-database-xml-support-and-migration"]], "Layout": [[97, null]], "Layout components": [[98, null]], "Lazy Loading": [[103, "lazy-loading"], [105, "lazy-loading"]], "Legacy access to the Sabre classes": [[116, "legacy-access-to-the-sabre-classes"]], "Legal and security": [[33, "legal-and-security"]], "Library installation": [[89, null]], "License headers": [[189, "license-headers"]], "Line height": [[26, "line-height"]], "Linking a collection to a user account": [[65, "linking-a-collection-to-a-user-account"]], "Linting": [[107, "linting"]], "List accepted Federated Cloud Shares": [[69, "list-accepted-federated-cloud-shares"]], "List item": [[98, "list-item"]], "List of available icons": [[199, "list-of-available-icons"]], "List pending Federated Cloud Shares": [[69, "list-pending-federated-cloud-shares"]], "List tasks by App": [[73, "list-tasks-by-app"]], "Listener callbacks": [[41, "listener-callbacks"]], "Listener classes": [[41, "listener-classes"]], "Listening to events": [[126, "listening-to-events"]], "Listening to the image generation events": [[145, "listening-to-the-image-generation-events"]], "Listening to the task processing events": [[144, "listening-to-the-task-processing-events"]], "Listening to the text processing events": [[146, "listening-to-the-text-processing-events"]], "Listening to the transcription events": [[141, "listening-to-the-transcription-events"]], "Listing favorites": [[78, "listing-favorites"]], "Listing folders (rfc4918)": [[78, "listing-folders-rfc4918"]], "Listing the trashbin content": [[84, "listing-the-trashbin-content"]], "Listing the versions of a file": [[85, "listing-the-versions-of-a-file"]], "Live & Background Events": [[113, "live-background-events"]], "Loading initial state": [[44, "loading-initial-state"]], "Local Shares": [[69, "local-shares"]], "Local cache": [[38, "local-cache"]], "Log format": [[18, "log-format"]], "Logging": [[48, null], [156, "logging"], [177, null]], "Logical position CSS rules": [[27, "logical-position-css-rules"]], "Login Flow": [[62, null]], "Login flow v2": [[62, "login-flow-v2"]], "Login in the user": [[62, "login-in-the-user"]], "Login name vs. email login": [[62, "login-name-vs-email-login"]], "Long transactions": [[127, "long-transactions"]], "Loosening the default restrictions": [[39, "loosening-the-default-restrictions"]], "Losing a rating": [[33, "losing-a-rating"]], "Machine Translation": [[148, null]], "Mail Provider Interface": [[119, null]], "Main action button": [[98, "main-action-button"]], "Main content": [[196, null]], "Maintainers": [[31, null], [210, "maintainers"]], "Maintenance Mode": [[91, "maintenance-mode"]], "Major update": [[35, "major-update"]], "Make Requests to ExApps": [[174, "make-requests-to-exapps"]], "Make a provider activatable by the admin (optional)": [[149, "make-a-provider-activatable-by-the-admin-optional"]], "Make a provider deactivatable by the admin (optional)": [[149, "make-a-provider-deactivatable-by-the-admin-optional"]], "Makefile": [[158, "makefile"]], "Makefile changes for code signing": [[34, "makefile-changes-for-code-signing"]], "Making requests in JavaScript": [[78, "making-requests-in-javascript"]], "Making search requests": [[83, "making-search-requests"]], "Managing config keys": [[103, "managing-config-keys"], [105, "managing-config-keys"]], "Managing the access to the calendar \u2013 IACL": [[116, "managing-the-access-to-the-calendar-iacl"]], "Manual Backport": [[192, "manual-backport"]], "Manual install": [[171, "manual-install"]], "Manual install for development": [[169, "manual-install-for-development"]], "Manual translation": [[7, "manual-translation"]], "Manual translations": [[171, "manual-translations"]], "Mappers": [[56, "mappers"]], "Match links": [[134, "match-links"]], "Matching subURLs": [[52, "matching-suburls"]], "Material design icons": [[199, "material-design-icons"]], "Measuring performance": [[127, "measuring-performance"]], "Menu": [[202, "menu"]], "Metadata Query Helper": [[113, "metadata-query-helper"]], "Method 1: Edit PHP CLI php.ini File": [[160, "method-1-edit-php-cli-php-ini-file"]], "Method 2: Set System-Wide Environment Variables": [[160, "method-2-set-system-wide-environment-variables"]], "Methods": [[147, "methods"]], "Middlewares": [[49, null]], "Migration commands": [[18, "migration-commands"]], "Migration from PHPDoc annotations to native PHP attributes": [[22, "migration-from-phpdoc-annotations-to-native-php-attributes"]], "Migrations": [[59, null]], "Migrations and Metadata": [[59, "migrations-and-metadata"]], "Minor updates": [[35, "minor-updates"]], "Miscellaneous": [[103, "miscellaneous"], [105, "miscellaneous"]], "Miscellaneous OCS APIs": [[186, null]], "Miscellaneous responses": [[39, "miscellaneous-responses"]], "Mitigations": [[109, "mitigations"]], "Modal": [[93, "modal"]], "Modify out-of-office data": [[67, "modify-out-of-office-data"]], "Modifying the CORS headers": [[136, "modifying-the-cors-headers"]], "Modifying the content security policy": [[39, "modifying-the-content-security-policy"]], "Modifying users": [[151, "modifying-users"]], "Monetizing your app": [[32, null]], "Mount": [[213, "mount"]], "Move a file or folder": [[87, "move-a-file-or-folder"]], "Moving files and folders (rfc4918)": [[78, "moving-files-and-folders-rfc4918"]], "Moving your repo to the Nextcloud organization": [[33, "moving-your-repo-to-the-nextcloud-organization"]], "NPM": [[124, null]], "Naming": [[94, "naming"]], "Naming and casing": [[190, "naming-and-casing"]], "Naming convention": [[188, "naming-convention"]], "Naming conventions": [[55, "naming-conventions"]], "Naming scheme": [[41, "naming-scheme"]], "Navigation": [[98, "navigation"]], "Navigation and pre-app configuration": [[5, null]], "Navigation entries": [[98, "navigation-entries"]], "Navigation \u2192 Content \u2192 Sidebar": [[97, "navigation-content-sidebar"]], "Navigation \u2192 List \u2192 Content": [[97, "navigation-list-content"]], "NcReferencePickerModal": [[134, "ncreferencepickermodal"]], "NcReferenceWidget": [[134, "ncreferencewidget"]], "NcRichContenteditable": [[134, "ncrichcontenteditable"]], "NcRichText": [[134, "ncrichtext"]], "Network state changes": [[122, "network-state-changes"]], "New APIs": [[14, "new-apis"], [15, "new-apis"]], "New button": [[202, "new-button"]], "New item element": [[98, "new-item-element"]], "Nextcloud 20 and later": [[0, "nextcloud-20-and-later"]], "Nextcloud AIO": [[162, "nextcloud-aio"]], "Nextcloud Android library": [[88, "nextcloud-android-library"]], "Nextcloud AppAPI DSP": [[162, "nextcloud-appapi-dsp"]], "Nextcloud Flow": [[114, null]], "Nextcloud architecture": [[214, null]], "Nextcloud bug triaging": [[207, null]], "Nextcloud developer documentation": [[204, null]], "Nextcloud filesystem API": [[57, null], [213, null]], "Nextcloud-side ExApp lifecycle methods": [[157, "nextcloud-side-exapp-lifecycle-methods"]], "Nightly releases": [[35, "nightly-releases"]], "No space between function name and parameters": [[190, "id8"]], "Node": [[213, "node"]], "Node API": [[57, "node-api"]], "Node Events": [[173, "node-events"]], "Node.js upgrade": [[18, "node-js-upgrade"]], "Not open source anymore?": [[29, "not-open-source-anymore"]], "Notifications": [[64, "notifications"], [123, null], [178, null]], "OC \u2013 internal APIs": [[122, "oc-internal-apis"]], "OCA \u2013 App APIs": [[122, "oca-app-apis"]], "OCA\\DAV\\Events\\SabrePluginAddEvent": [[41, "oca-dav-events-sabrepluginaddevent"]], "OCC Command": [[179, null]], "OCP event dispatcher": [[41, "ocp-event-dispatcher"]], "OCP \u2013 Public APIs": [[122, "ocp-public-apis"]], "OCP\\Accounts\\UserUpdatedEvent": [[36, null], [41, "ocp-accounts-userupdatedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent": [[36, "ocp-appframework-http-events-beforelogintemplaterenderedevent"], [41, "ocp-appframework-http-events-beforelogintemplaterenderedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent": [[36, "ocp-appframework-http-events-beforetemplaterenderedevent"], [41, "ocp-appframework-http-events-beforetemplaterenderedevent"]], "OCP\\App\\Events\\AppDisableEvent": [[36, "ocp-app-events-appdisableevent"], [41, "ocp-app-events-appdisableevent"]], "OCP\\App\\Events\\AppEnableEvent": [[36, "ocp-app-events-appenableevent"], [41, "ocp-app-events-appenableevent"]], "OCP\\App\\Events\\AppUpdateEvent": [[36, "ocp-app-events-appupdateevent"], [41, "ocp-app-events-appupdateevent"]], "OCP\\App\\ManagerEvent": [[36, "ocp-app-managerevent"], [41, "ocp-app-managerevent"]], "OCP\\Authentication\\Events\\AnyLoginFailedEvent": [[36, "ocp-authentication-events-anyloginfailedevent"], [41, "ocp-authentication-events-anyloginfailedevent"]], "OCP\\Authentication\\Events\\LoginFailedEvent": [[36, "ocp-authentication-events-loginfailedevent"], [41, "ocp-authentication-events-loginfailedevent"]], "OCP\\Authentication\\Events\\TokenInvalidatedEvent": [[36, "ocp-authentication-events-tokeninvalidatedevent"], [41, "ocp-authentication-events-tokeninvalidatedevent"]], "OCP\\Authentication\\TwoFactorAuth\\RegistryEvent": [[36, "ocp-authentication-twofactorauth-registryevent"], [41, "ocp-authentication-twofactorauth-registryevent"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed": [[36, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"], [41, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed": [[36, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"], [41, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled": [[36, "ocp-authentication-twofactorauth-twofactorproviderdisabled"], [41, "ocp-authentication-twofactorauth-twofactorproviderdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted": [[36, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"], [41, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"]], "OCP\\BeforeSabrePubliclyLoadedEvent": [[36, "ocp-beforesabrepubliclyloadedevent"], [41, "ocp-beforesabrepubliclyloadedevent"]], "OCP\\Calendar\\Events\\CalendarObjectCreatedEvent": [[36, "ocp-calendar-events-calendarobjectcreatedevent"], [41, "ocp-calendar-events-calendarobjectcreatedevent"]], "OCP\\Calendar\\Events\\CalendarObjectDeletedEvent": [[36, "ocp-calendar-events-calendarobjectdeletedevent"], [41, "ocp-calendar-events-calendarobjectdeletedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedEvent": [[36, "ocp-calendar-events-calendarobjectmovedevent"], [41, "ocp-calendar-events-calendarobjectmovedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent": [[36, "ocp-calendar-events-calendarobjectmovedtotrashevent"], [41, "ocp-calendar-events-calendarobjectmovedtotrashevent"]], "OCP\\Calendar\\Events\\CalendarObjectRestoredEvent": [[36, "ocp-calendar-events-calendarobjectrestoredevent"], [41, "ocp-calendar-events-calendarobjectrestoredevent"]], "OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent": [[36, "ocp-calendar-events-calendarobjectupdatedevent"], [41, "ocp-calendar-events-calendarobjectupdatedevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent": [[36, "ocp-collaboration-autocomplete-autocompleteevent"], [41, "ocp-collaboration-autocomplete-autocompleteevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent": [[36, "ocp-collaboration-autocomplete-autocompletefilterevent"], [41, "ocp-collaboration-autocomplete-autocompletefilterevent"]], "OCP\\Collaboration\\Reference\\RenderReferenceEvent": [[36, "ocp-collaboration-reference-renderreferenceevent"], [41, "ocp-collaboration-reference-renderreferenceevent"]], "OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent": [[36, "ocp-collaboration-resources-loadadditionalscriptsevent"], [41, "ocp-collaboration-resources-loadadditionalscriptsevent"]], "OCP\\Comments\\CommentsEntityEvent": [[36, "ocp-comments-commentsentityevent"], [41, "ocp-comments-commentsentityevent"]], "OCP\\Comments\\CommentsEvent": [[36, "ocp-comments-commentsevent"], [41, "ocp-comments-commentsevent"]], "OCP\\Config\\BeforePreferenceDeletedEvent": [[36, "ocp-config-beforepreferencedeletedevent"], [41, "ocp-config-beforepreferencedeletedevent"]], "OCP\\Config\\BeforePreferenceSetEvent": [[36, "ocp-config-beforepreferencesetevent"], [41, "ocp-config-beforepreferencesetevent"]], "OCP\\Console\\ConsoleEvent": [[36, "ocp-console-consoleevent"], [41, "ocp-console-consoleevent"]], "OCP\\Contacts\\Events\\ContactInteractedWithEvent": [[36, "ocp-contacts-events-contactinteractedwithevent"], [41, "ocp-contacts-events-contactinteractedwithevent"]], "OCP\\DB\\Events\\AddMissingColumnsEvent": [[36, "ocp-db-events-addmissingcolumnsevent"], [41, "ocp-db-events-addmissingcolumnsevent"]], "OCP\\DB\\Events\\AddMissingIndicesEvent": [[36, "ocp-db-events-addmissingindicesevent"], [41, "ocp-db-events-addmissingindicesevent"]], "OCP\\DB\\Events\\AddMissingPrimaryKeyEvent": [[36, "ocp-db-events-addmissingprimarykeyevent"], [41, "ocp-db-events-addmissingprimarykeyevent"]], "OCP\\DirectEditing\\RegisterDirectEditorEvent": [[36, "ocp-directediting-registerdirecteditorevent"], [41, "ocp-directediting-registerdirecteditorevent"]], "OCP\\EventDispatcher\\GenericEvent": [[36, "ocp-eventdispatcher-genericevent"], [41, "ocp-eventdispatcher-genericevent"]], "OCP\\Federation\\Events\\TrustedServerRemovedEvent": [[36, "ocp-federation-events-trustedserverremovedevent"], [41, "ocp-federation-events-trustedserverremovedevent"]], "OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent": [[36, "ocp-filesmetadata-event-metadatabackgroundevent"], [41, "ocp-filesmetadata-event-metadatabackgroundevent"]], "OCP\\FilesMetadata\\Event\\MetadataLiveEvent": [[36, "ocp-filesmetadata-event-metadataliveevent"], [41, "ocp-filesmetadata-event-metadataliveevent"]], "OCP\\FilesMetadata\\Event\\MetadataNamedEvent": [[36, "ocp-filesmetadata-event-metadatanamedevent"], [41, "ocp-filesmetadata-event-metadatanamedevent"]], "OCP\\Files\\Cache\\AbstractCacheEvent": [[36, "ocp-files-cache-abstractcacheevent"], [41, "ocp-files-cache-abstractcacheevent"]], "OCP\\Files\\Cache\\CacheEntryInsertedEvent": [[36, "ocp-files-cache-cacheentryinsertedevent"], [41, "ocp-files-cache-cacheentryinsertedevent"]], "OCP\\Files\\Cache\\CacheEntryRemovedEvent": [[36, "ocp-files-cache-cacheentryremovedevent"], [41, "ocp-files-cache-cacheentryremovedevent"]], "OCP\\Files\\Cache\\CacheEntryUpdatedEvent": [[36, "ocp-files-cache-cacheentryupdatedevent"], [41, "ocp-files-cache-cacheentryupdatedevent"]], "OCP\\Files\\Cache\\CacheInsertEvent": [[36, "ocp-files-cache-cacheinsertevent"], [41, "ocp-files-cache-cacheinsertevent"]], "OCP\\Files\\Cache\\CacheUpdateEvent": [[36, "ocp-files-cache-cacheupdateevent"], [41, "ocp-files-cache-cacheupdateevent"]], "OCP\\Files\\Config\\Event\\UserMountAddedEvent": [[36, "ocp-files-config-event-usermountaddedevent"], [41, "ocp-files-config-event-usermountaddedevent"]], "OCP\\Files\\Config\\Event\\UserMountRemovedEvent": [[36, "ocp-files-config-event-usermountremovedevent"], [41, "ocp-files-config-event-usermountremovedevent"]], "OCP\\Files\\Config\\Event\\UserMountUpdatedEvent": [[36, "ocp-files-config-event-usermountupdatedevent"], [41, "ocp-files-config-event-usermountupdatedevent"]], "OCP\\Files\\Events\\BeforeDirectFileDownloadEvent": [[36, "ocp-files-events-beforedirectfiledownloadevent"], [41, "ocp-files-events-beforedirectfiledownloadevent"]], "OCP\\Files\\Events\\BeforeFileScannedEvent": [[36, "ocp-files-events-beforefilescannedevent"], [41, "ocp-files-events-beforefilescannedevent"]], "OCP\\Files\\Events\\BeforeFileSystemSetupEvent": [[36, "ocp-files-events-beforefilesystemsetupevent"], [41, "ocp-files-events-beforefilesystemsetupevent"]], "OCP\\Files\\Events\\BeforeFolderScannedEvent": [[36, "ocp-files-events-beforefolderscannedevent"], [41, "ocp-files-events-beforefolderscannedevent"]], "OCP\\Files\\Events\\BeforeZipCreatedEvent": [[36, "ocp-files-events-beforezipcreatedevent"], [41, "ocp-files-events-beforezipcreatedevent"]], "OCP\\Files\\Events\\FileCacheUpdated": [[36, "ocp-files-events-filecacheupdated"], [41, "ocp-files-events-filecacheupdated"]], "OCP\\Files\\Events\\FileScannedEvent": [[36, "ocp-files-events-filescannedevent"], [41, "ocp-files-events-filescannedevent"]], "OCP\\Files\\Events\\FolderScannedEvent": [[36, "ocp-files-events-folderscannedevent"], [41, "ocp-files-events-folderscannedevent"]], "OCP\\Files\\Events\\InvalidateMountCacheEvent": [[36, "ocp-files-events-invalidatemountcacheevent"], [41, "ocp-files-events-invalidatemountcacheevent"]], "OCP\\Files\\Events\\NodeAddedToCache": [[36, "ocp-files-events-nodeaddedtocache"], [41, "ocp-files-events-nodeaddedtocache"]], "OCP\\Files\\Events\\NodeAddedToFavorite": [[36, "ocp-files-events-nodeaddedtofavorite"], [41, "ocp-files-events-nodeaddedtofavorite"]], "OCP\\Files\\Events\\NodeRemovedFromCache": [[36, "ocp-files-events-noderemovedfromcache"], [41, "ocp-files-events-noderemovedfromcache"]], "OCP\\Files\\Events\\NodeRemovedFromFavorite": [[36, "ocp-files-events-noderemovedfromfavorite"], [41, "ocp-files-events-noderemovedfromfavorite"]], "OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent": [[36, "ocp-files-events-node-beforenodecopiedevent"], [41, "ocp-files-events-node-beforenodecopiedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent": [[36, "ocp-files-events-node-beforenodecreatedevent"], [41, "ocp-files-events-node-beforenodecreatedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent": [[36, "ocp-files-events-node-beforenodedeletedevent"], [41, "ocp-files-events-node-beforenodedeletedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeReadEvent": [[36, "ocp-files-events-node-beforenodereadevent"], [41, "ocp-files-events-node-beforenodereadevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent": [[36, "ocp-files-events-node-beforenoderenamedevent"], [41, "ocp-files-events-node-beforenoderenamedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent": [[36, "ocp-files-events-node-beforenodetouchedevent"], [41, "ocp-files-events-node-beforenodetouchedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent": [[36, "ocp-files-events-node-beforenodewrittenevent"], [41, "ocp-files-events-node-beforenodewrittenevent"]], "OCP\\Files\\Events\\Node\\FilesystemTornDownEvent": [[36, "ocp-files-events-node-filesystemtorndownevent"], [41, "ocp-files-events-node-filesystemtorndownevent"]], "OCP\\Files\\Events\\Node\\NodeCopiedEvent": [[36, "ocp-files-events-node-nodecopiedevent"], [41, "ocp-files-events-node-nodecopiedevent"]], "OCP\\Files\\Events\\Node\\NodeCreatedEvent": [[36, "ocp-files-events-node-nodecreatedevent"], [41, "ocp-files-events-node-nodecreatedevent"]], "OCP\\Files\\Events\\Node\\NodeDeletedEvent": [[36, "ocp-files-events-node-nodedeletedevent"], [41, "ocp-files-events-node-nodedeletedevent"]], "OCP\\Files\\Events\\Node\\NodeRenamedEvent": [[36, "ocp-files-events-node-noderenamedevent"], [41, "ocp-files-events-node-noderenamedevent"]], "OCP\\Files\\Events\\Node\\NodeTouchedEvent": [[36, "ocp-files-events-node-nodetouchedevent"], [41, "ocp-files-events-node-nodetouchedevent"]], "OCP\\Files\\Events\\Node\\NodeWrittenEvent": [[36, "ocp-files-events-node-nodewrittenevent"], [41, "ocp-files-events-node-nodewrittenevent"]], "OCP\\Files\\Template\\BeforeGetTemplatesEvent": [[36, "ocp-files-template-beforegettemplatesevent"], [41, "ocp-files-template-beforegettemplatesevent"]], "OCP\\Files\\Template\\FileCreatedFromTemplateEvent": [[36, "ocp-files-template-filecreatedfromtemplateevent"], [41, "ocp-files-template-filecreatedfromtemplateevent"]], "OCP\\Files\\Template\\RegisterTemplateCreatorEvent": [[36, "ocp-files-template-registertemplatecreatorevent"], [41, "ocp-files-template-registertemplatecreatorevent"]], "OCP\\Group\\Events\\BeforeGroupChangedEvent": [[36, "ocp-group-events-beforegroupchangedevent"], [41, "ocp-group-events-beforegroupchangedevent"]], "OCP\\Group\\Events\\BeforeGroupCreatedEvent": [[36, "ocp-group-events-beforegroupcreatedevent"], [41, "ocp-group-events-beforegroupcreatedevent"]], "OCP\\Group\\Events\\BeforeGroupDeletedEvent": [[36, "ocp-group-events-beforegroupdeletedevent"], [41, "ocp-group-events-beforegroupdeletedevent"]], "OCP\\Group\\Events\\BeforeUserAddedEvent": [[36, "ocp-group-events-beforeuseraddedevent"], [41, "ocp-group-events-beforeuseraddedevent"]], "OCP\\Group\\Events\\BeforeUserRemovedEvent": [[36, "ocp-group-events-beforeuserremovedevent"], [41, "ocp-group-events-beforeuserremovedevent"]], "OCP\\Group\\Events\\GroupChangedEvent": [[36, "ocp-group-events-groupchangedevent"], [41, "ocp-group-events-groupchangedevent"]], "OCP\\Group\\Events\\GroupCreatedEvent": [[36, "ocp-group-events-groupcreatedevent"], [41, "ocp-group-events-groupcreatedevent"]], "OCP\\Group\\Events\\GroupDeletedEvent": [[36, "ocp-group-events-groupdeletedevent"], [41, "ocp-group-events-groupdeletedevent"]], "OCP\\Group\\Events\\SubAdminAddedEvent": [[36, "ocp-group-events-subadminaddedevent"], [41, "ocp-group-events-subadminaddedevent"]], "OCP\\Group\\Events\\SubAdminRemovedEvent": [[36, "ocp-group-events-subadminremovedevent"], [41, "ocp-group-events-subadminremovedevent"]], "OCP\\Group\\Events\\UserAddedEvent": [[36, "ocp-group-events-useraddedevent"], [41, "ocp-group-events-useraddedevent"]], "OCP\\Group\\Events\\UserRemovedEvent": [[36, "ocp-group-events-userremovedevent"], [41, "ocp-group-events-userremovedevent"]], "OCP\\Log\\Audit\\CriticalActionPerformedEvent": [[36, "ocp-log-audit-criticalactionperformedevent"], [41, "ocp-log-audit-criticalactionperformedevent"]], "OCP\\Log\\BeforeMessageLoggedEvent": [[36, "ocp-log-beforemessageloggedevent"], [41, "ocp-log-beforemessageloggedevent"]], "OCP\\Mail\\Events\\BeforeMessageSent": [[36, "ocp-mail-events-beforemessagesent"], [41, "ocp-mail-events-beforemessagesent"]], "OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent": [[36, "ocp-navigation-events-loadadditionalentriesevent"], [41, "ocp-navigation-events-loadadditionalentriesevent"]], "OCP\\OCM\\Events\\ResourceTypeRegisterEvent": [[36, "ocp-ocm-events-resourcetyperegisterevent"], [41, "ocp-ocm-events-resourcetyperegisterevent"]], "OCP\\Preview\\BeforePreviewFetchedEvent": [[36, "ocp-preview-beforepreviewfetchedevent"], [41, "ocp-preview-beforepreviewfetchedevent"]], "OCP\\Profile\\BeforeTemplateRenderedEvent": [[36, "ocp-profile-beforetemplaterenderedevent"], [41, "ocp-profile-beforetemplaterenderedevent"]], "OCP\\SabrePluginEvent": [[36, "ocp-sabrepluginevent"], [41, "ocp-sabrepluginevent"]], "OCP\\Security\\CSP\\AddContentSecurityPolicyEvent": [[36, "ocp-security-csp-addcontentsecuritypolicyevent"], [41, "ocp-security-csp-addcontentsecuritypolicyevent"]], "OCP\\Security\\Events\\GenerateSecurePasswordEvent": [[36, "ocp-security-events-generatesecurepasswordevent"], [41, "ocp-security-events-generatesecurepasswordevent"]], "OCP\\Security\\Events\\ValidatePasswordPolicyEvent": [[36, "ocp-security-events-validatepasswordpolicyevent"], [41, "ocp-security-events-validatepasswordpolicyevent"]], "OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent": [[36, "ocp-security-featurepolicy-addfeaturepolicyevent"], [41, "ocp-security-featurepolicy-addfeaturepolicyevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent": [[36, "ocp-settings-events-declarativesettingsgetvalueevent"], [41, "ocp-settings-events-declarativesettingsgetvalueevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent": [[36, "ocp-settings-events-declarativesettingsregisterformevent"], [41, "ocp-settings-events-declarativesettingsregisterformevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent": [[36, "ocp-settings-events-declarativesettingssetvalueevent"], [41, "ocp-settings-events-declarativesettingssetvalueevent"]], "OCP\\Share\\Events\\BeforeShareCreatedEvent": [[36, "ocp-share-events-beforesharecreatedevent"], [41, "ocp-share-events-beforesharecreatedevent"]], "OCP\\Share\\Events\\BeforeShareDeletedEvent": [[36, "ocp-share-events-beforesharedeletedevent"], [41, "ocp-share-events-beforesharedeletedevent"]], "OCP\\Share\\Events\\ShareAcceptedEvent": [[36, "ocp-share-events-shareacceptedevent"], [41, "ocp-share-events-shareacceptedevent"]], "OCP\\Share\\Events\\ShareCreatedEvent": [[36, "ocp-share-events-sharecreatedevent"], [41, "ocp-share-events-sharecreatedevent"]], "OCP\\Share\\Events\\ShareDeletedEvent": [[36, "ocp-share-events-sharedeletedevent"], [41, "ocp-share-events-sharedeletedevent"]], "OCP\\Share\\Events\\ShareDeletedFromSelfEvent": [[36, "ocp-share-events-sharedeletedfromselfevent"], [41, "ocp-share-events-sharedeletedfromselfevent"]], "OCP\\Share\\Events\\VerifyMountPointEvent": [[36, "ocp-share-events-verifymountpointevent"], [41, "ocp-share-events-verifymountpointevent"]], "OCP\\SpeechToText\\Events\\TranscriptionFailedEvent": [[36, "ocp-speechtotext-events-transcriptionfailedevent"], [41, "ocp-speechtotext-events-transcriptionfailedevent"]], "OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent": [[36, "ocp-speechtotext-events-transcriptionsuccessfulevent"], [41, "ocp-speechtotext-events-transcriptionsuccessfulevent"]], "OCP\\SystemTag\\ManagerEvent": [[36, "ocp-systemtag-managerevent"], [41, "ocp-systemtag-managerevent"]], "OCP\\SystemTag\\MapperEvent": [[36, "ocp-systemtag-mapperevent"], [41, "ocp-systemtag-mapperevent"]], "OCP\\SystemTag\\SystemTagsEntityEvent": [[36, "ocp-systemtag-systemtagsentityevent"], [41, "ocp-systemtag-systemtagsentityevent"]], "OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent": [[36, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"], [41, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"]], "OCP\\TaskProcessing\\Events\\TaskFailedEvent": [[36, "ocp-taskprocessing-events-taskfailedevent"], [41, "ocp-taskprocessing-events-taskfailedevent"]], "OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent": [[36, "ocp-taskprocessing-events-tasksuccessfulevent"], [41, "ocp-taskprocessing-events-tasksuccessfulevent"]], "OCP\\TextProcessing\\Events\\TaskFailedEvent": [[36, "ocp-textprocessing-events-taskfailedevent"], [41, "ocp-textprocessing-events-taskfailedevent"]], "OCP\\TextProcessing\\Events\\TaskSuccessfulEvent": [[36, "ocp-textprocessing-events-tasksuccessfulevent"], [41, "ocp-textprocessing-events-tasksuccessfulevent"]], "OCP\\TextToImage\\Events\\TaskFailedEvent": [[36, "ocp-texttoimage-events-taskfailedevent"], [41, "ocp-texttoimage-events-taskfailedevent"]], "OCP\\TextToImage\\Events\\TaskSuccessfulEvent": [[36, "ocp-texttoimage-events-tasksuccessfulevent"], [41, "ocp-texttoimage-events-tasksuccessfulevent"]], "OCP\\User\\Events\\BeforePasswordUpdatedEvent": [[36, "ocp-user-events-beforepasswordupdatedevent"], [41, "ocp-user-events-beforepasswordupdatedevent"]], "OCP\\User\\Events\\BeforeUserCreatedEvent": [[36, "ocp-user-events-beforeusercreatedevent"], [41, "ocp-user-events-beforeusercreatedevent"]], "OCP\\User\\Events\\BeforeUserDeletedEvent": [[36, "ocp-user-events-beforeuserdeletedevent"], [41, "ocp-user-events-beforeuserdeletedevent"]], "OCP\\User\\Events\\BeforeUserIdUnassignedEvent": [[36, "ocp-user-events-beforeuseridunassignedevent"], [41, "ocp-user-events-beforeuseridunassignedevent"]], "OCP\\User\\Events\\BeforeUserLoggedInEvent": [[36, "ocp-user-events-beforeuserloggedinevent"], [41, "ocp-user-events-beforeuserloggedinevent"]], "OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent": [[36, "ocp-user-events-beforeuserloggedinwithcookieevent"], [41, "ocp-user-events-beforeuserloggedinwithcookieevent"]], "OCP\\User\\Events\\BeforeUserLoggedOutEvent": [[36, "ocp-user-events-beforeuserloggedoutevent"], [41, "ocp-user-events-beforeuserloggedoutevent"]], "OCP\\User\\Events\\OutOfOfficeChangedEvent": [[36, "ocp-user-events-outofofficechangedevent"], [41, "ocp-user-events-outofofficechangedevent"]], "OCP\\User\\Events\\OutOfOfficeClearedEvent": [[36, "ocp-user-events-outofofficeclearedevent"], [41, "ocp-user-events-outofofficeclearedevent"]], "OCP\\User\\Events\\OutOfOfficeEndedEvent": [[36, "ocp-user-events-outofofficeendedevent"], [41, "ocp-user-events-outofofficeendedevent"]], "OCP\\User\\Events\\OutOfOfficeScheduledEvent": [[36, "ocp-user-events-outofofficescheduledevent"], [41, "ocp-user-events-outofofficescheduledevent"]], "OCP\\User\\Events\\OutOfOfficeStartedEvent": [[36, "ocp-user-events-outofofficestartedevent"], [41, "ocp-user-events-outofofficestartedevent"]], "OCP\\User\\Events\\PasswordUpdatedEvent": [[36, "ocp-user-events-passwordupdatedevent"], [41, "ocp-user-events-passwordupdatedevent"]], "OCP\\User\\Events\\PostLoginEvent": [[36, "ocp-user-events-postloginevent"], [41, "ocp-user-events-postloginevent"]], "OCP\\User\\Events\\UserChangedEvent": [[36, "ocp-user-events-userchangedevent"], [41, "ocp-user-events-userchangedevent"]], "OCP\\User\\Events\\UserCreatedEvent": [[36, "ocp-user-events-usercreatedevent"], [41, "ocp-user-events-usercreatedevent"]], "OCP\\User\\Events\\UserDeletedEvent": [[36, "ocp-user-events-userdeletedevent"], [41, "ocp-user-events-userdeletedevent"]], "OCP\\User\\Events\\UserFirstTimeLoggedInEvent": [[36, "ocp-user-events-userfirsttimeloggedinevent"], [41, "ocp-user-events-userfirsttimeloggedinevent"]], "OCP\\User\\Events\\UserIdAssignedEvent": [[36, "ocp-user-events-useridassignedevent"], [41, "ocp-user-events-useridassignedevent"]], "OCP\\User\\Events\\UserIdUnassignedEvent": [[36, "ocp-user-events-useridunassignedevent"], [41, "ocp-user-events-useridunassignedevent"]], "OCP\\User\\Events\\UserLiveStatusEvent": [[36, "ocp-user-events-userlivestatusevent"], [41, "ocp-user-events-userlivestatusevent"]], "OCP\\User\\Events\\UserLoggedInEvent": [[36, "ocp-user-events-userloggedinevent"], [41, "ocp-user-events-userloggedinevent"]], "OCP\\User\\Events\\UserLoggedInWithCookieEvent": [[36, "ocp-user-events-userloggedinwithcookieevent"], [41, "ocp-user-events-userloggedinwithcookieevent"]], "OCP\\User\\Events\\UserLoggedOutEvent": [[36, "ocp-user-events-userloggedoutevent"], [41, "ocp-user-events-userloggedoutevent"]], "OCP\\User\\GetQuotaEvent": [[36, "ocp-user-getquotaevent"], [41, "ocp-user-getquotaevent"]], "OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent": [[36, "ocp-workflowengine-events-loadsettingsscriptsevent"], [41, "ocp-workflowengine-events-loadsettingsscriptsevent"]], "OCP\\WorkflowEngine\\Events\\RegisterChecksEvent": [[36, "ocp-workflowengine-events-registerchecksevent"], [41, "ocp-workflowengine-events-registerchecksevent"]], "OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent": [[36, "ocp-workflowengine-events-registerentitiesevent"], [41, "ocp-workflowengine-events-registerentitiesevent"]], "OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent": [[36, "ocp-workflowengine-events-registeroperationsevent"], [41, "ocp-workflowengine-events-registeroperationsevent"]], "OCS": [[39, "ocs"]], "OCS API": [[63, null]], "OCS APIs overview": [[64, null]], "OCS FullTextSearch Collection API": [[65, null]], "OCS OpenAPI tutorial": [[66, null]], "OCS Out-of-office API": [[67, null]], "OCS Recommendations API": [[68, null]], "OCS Share API": [[69, null]], "OCS Sharee API": [[70, null]], "OCS Status API": [[71, null]], "OCS TaskProcessing API": [[72, null]], "OCS Text-To-Image API": [[73, null]], "OCS TextProcessing API": [[74, null]], "OCS Translation API": [[75, null]], "OCS changes": [[10, "ocs-changes"]], "OCS routes": [[52, "ocs-routes"]], "OCS user preferences API": [[76, null]], "OPTIONS request": [[120, "options-request"]], "ObjectStorage": [[213, "objectstorage"]], "Objects": [[190, "objects"]], "Objects, functions, arrays & variables": [[191, "objects-functions-arrays-variables"]], "Obtaining the currently installed ACLs": [[116, "obtaining-the-currently-installed-acls"]], "Obtaining the initial state in JavaScript": [[44, "obtaining-the-initial-state-in-javascript"]], "Obtaining the library": [[89, "obtaining-the-library"]], "Obtaining the login credentials": [[62, "obtaining-the-login-credentials"]], "Obtaining wipe status": [[77, "obtaining-wipe-status"]], "Only quote properties when needed.": [[190, "id14"]], "OnlyOffice": [[195, "onlyoffice"]], "OpenID Connect (Oidc)": [[125, null]], "Opening the webview": [[62, "opening-the-webview"]], "Operations": [[114, "operations"]], "Operators": [[190, "operators"], [191, "operators"]], "Optimized class loader": [[23, "optimized-class-loader"]], "Optional attributes": [[137, "optional-attributes"]], "Optional params": [[175, "optional-params"], [185, "optional-params"]], "Optional services": [[40, "optional-services"]], "Options": [[169, "options"], [169, "id2"]], "Other OCS APIs": [[180, null]], "Other documentation requirements": [[209, "other-documentation-requirements"]], "Other implementations": [[162, "other-implementations"]], "Out-of-office periods": [[126, null]], "Output": [[217, "output"]], "Outputting information": [[135, "outputting-information"]], "Overview": [[35, "overview"], [41, "overview"], [153, "overview"], [155, "overview"], [169, "overview"]], "Ownership": [[116, "ownership"]], "PHP": [[60, "php"], [61, "php"]], "PHP 7.4": [[22, "php-7-4"]], "PHP 8 support": [[17, "php-8-support"]], "PHP 8.1": [[20, "php-8-1"]], "PHP 8.2": [[22, "php-8-2"]], "PHP 8.3": [[24, "php-8-3"]], "PHP Backend": [[61, "php-backend"]], "PHP Performance": [[127, "php-performance"]], "PHP Templates": [[61, "php-templates"]], "PHP coding standards": [[191, null]], "PHP public API": [[101, "php-public-api"]], "PHP static analysis": [[219, "php-static-analysis"]], "PHP unit testing": [[220, "php-unit-testing"]], "PHP unstable API": [[101, "php-unstable-api"]], "POST request": [[120, "post-request"]], "PREFER to expose your APIs using OCS": [[66, "prefer-to-expose-your-apis-using-ocs"]], "PREFER to use null to represent empty data": [[66, "prefer-to-use-null-to-represent-empty-data"]], "PSR": [[132, null]], "PSR container": [[18, "psr-container"]], "PSR events": [[18, "psr-events"]], "PSR-0 deprecation": [[17, "psr-0-deprecation"]], "PSR-0: Autoloading": [[132, "psr-0-autoloading"]], "PSR-11 integration": [[16, "psr-11-integration"]], "PSR-11: Container Interface": [[132, "psr-11-container-interface"]], "PSR-20: Clock": [[132, "psr-20-clock"]], "PSR-3 integration": [[16, "psr-3-integration"]], "PSR-3: Logger Interface": [[132, "psr-3-logger-interface"]], "PSR-4: Autoloading": [[132, "psr-4-autoloading"]], "PUT request": [[120, "put-request"]], "Packages in detail": [[122, "packages-in-detail"]], "Pagination": [[137, "pagination"]], "Params": [[173, "params"], [173, "id2"], [175, "params"], [175, "id1"], [178, "params"], [179, "params"], [179, "id2"], [183, "params"], [183, "id1"], [185, "params"], [185, "id1"], [185, "id2"], [185, "id3"], [185, "id4"], [185, "id5"], [185, "id6"], [185, "id7"]], "Parsing annotations": [[49, "parsing-annotations"]], "Patch updates": [[35, "patch-updates"]], "Performance considerations": [[1, "performance-considerations"], [127, null]], "Permanent Solution": [[160, "permanent-solution"]], "Persistent storage": [[158, "persistent-storage"]], "Personal settings section Groupware moved to Availability": [[22, "personal-settings-section-groupware-moved-to-availability"]], "Phone number util": [[128, null]], "Pickers": [[93, "pickers"]], "Pinned entry": [[202, "pinned-entry"]], "Planned removal of PSR-0 class loading": [[22, "planned-removal-of-psr-0-class-loading"]], "Popover menu": [[203, null]], "Popovermenu in item": [[201, "popovermenu-in-item"]], "Pre-releases": [[35, "pre-releases"]], "Precondition": [[205, "precondition"]], "Predefined core services": [[40, "predefined-core-services"]], "Prefer regular top-level functions.": [[190, "id11"]], "Prefer shorthand properties": [[190, "id15"]], "Prefer template literals for readability.": [[190, "id5"]], "Preferences": [[181, null]], "Prepare follow-up releases": [[35, "prepare-follow-up-releases"]], "Primary color": [[94, "primary-color"]], "Primary color variables": [[197, "primary-color-variables"]], "Primary object store with S3": [[195, "primary-object-store-with-s3"]], "Privacy": [[137, "privacy"]], "Processing tasks in the context of a user": [[146, "processing-tasks-in-the-context-of-a-user"]], "Profile": [[129, null]], "Profiler": [[130, null]], "Progress bar": [[198, "progress-bar"]], "Progress bars and meters": [[93, "progress-bars-and-meters"]], "Projects": [[131, null]], "Prologue": [[211, null]], "Properties of the external calendar \u2013 IProperties": [[116, "properties-of-the-external-calendar-iproperties"]], "Provide a user interface": [[108, "provide-a-user-interface"], [131, "provide-a-user-interface"]], "Provide context hints for translators": [[61, "provide-context-hints-for-translators"]], "Provide generic data for clients": [[134, "provide-generic-data-for-clients"]], "Provide personal settings (optional)": [[149, "provide-personal-settings-optional"]], "Provider and task type registration": [[144, "provider-and-task-type-registration"]], "Provider registration": [[137, "provider-registration"], [141, "provider-registration"], [145, "provider-registration"], [146, "provider-registration"], [148, "provider-registration"]], "Provider with user context": [[141, "provider-with-user-context"], [148, "provider-with-user-context"]], "Providing a Mail Service": [[119, "providing-a-mail-service"]], "Providing additional inputs and outputs": [[144, "providing-additional-inputs-and-outputs"]], "Providing an icon (optional)": [[149, "providing-an-icon-optional"]], "Providing input defaults": [[144, "providing-input-defaults"]], "Providing language detection": [[148, "providing-language-detection"]], "Providing more task types": [[144, "providing-more-task-types"], [146, "providing-more-task-types"]], "Providing privileges individually": [[116, "providing-privileges-individually"]], "Providing the initial state with PHP": [[44, "providing-the-initial-state-with-php"]], "Providing widgets to clients": [[108, "providing-widgets-to-clients"]], "Psalm is setup and configured": [[66, "psalm-is-setup-and-configured"]], "Public Pages": [[133, null]], "Public emitter": [[41, "public-emitter"]], "Public page templates": [[39, "public-page-templates"]], "Public share template": [[50, null]], "Public shares": [[78, "public-shares"]], "Query Status": [[142, "query-status"]], "Querying the calendar \u2013 ICalendarObjectContainer": [[116, "querying-the-calendar-icalendarobjectcontainer"]], "Querying the database provider": [[56, "querying-the-database-provider"]], "Questions?": [[205, "questions"]], "REST APIs": [[136, null]], "RTL guidelines": [[197, "rtl-guidelines"]], "Radio": [[111, "radio"]], "Rate Limiting": [[138, "rate-limiting"]], "Rate limiting": [[39, "rate-limiting"]], "Read file": [[87, "read-file"]], "Read folder": [[87, "read-folder"]], "Read metadata using occ command": [[113, "read-metadata-using-occ-command"]], "Read shared items by link": [[87, "read-shared-items-by-link"]], "Read-only support": [[116, "read-only-support"]], "Reading and writing session variables": [[39, "reading-and-writing-session-variables"]], "Reading data that has just been written": [[127, "reading-data-that-has-just-been-written"]], "Reading from a file": [[57, "reading-from-a-file"]], "Reading headers, files, cookies and environment variables": [[39, "reading-headers-files-cookies-and-environment-variables"]], "Recommendation": [[70, "recommendation"]], "Recommendations - Retrieval": [[68, "recommendations-retrieval"]], "Redirect to ExApp UI page (top menu)": [[175, "redirect-to-exapp-ui-page-top-menu"]], "Redirects": [[39, "redirects"]], "Redis": [[195, "redis"]], "Redis Cluster": [[195, "redis-cluster"]], "Reference providers": [[134, null]], "References": [[109, "references"]], "Register": [[173, "register"], [175, "register"], [179, "register"], [182, "register"]], "Register ExApp Talk bot (OCS)": [[184, "register-exapp-talk-bot-ocs"]], "Register Menu Entry": [[185, "register-menu-entry"]], "Register Settings": [[183, "register-settings"]], "Register a custom picker component": [[134, "register-a-custom-picker-component"]], "Register a dashboard widget": [[108, "register-a-dashboard-widget"]], "Register a migrator": [[150, "register-a-migrator"]], "Register a profile action": [[129, "register-a-profile-action"]], "Register a reference provider": [[134, "register-a-reference-provider"]], "Register a repair-step": [[135, "register-a-repair-step"]], "Register a resource provider": [[131, "register-a-resource-provider"]], "Register a setup check": [[140, "register-a-setup-check"]], "Register get/set listeners": [[111, "register-get-set-listeners"]], "Register the calendar provider": [[116, "register-the-calendar-provider"]], "Register the provider state": [[149, "register-the-provider-state"]], "Registering Settings and Sections": [[139, "registering-settings-and-sections"]], "Registering a DAV plugin": [[1, "registering-a-dav-plugin"]], "Registering a background job": [[37, "registering-a-background-job"]], "Registering a two-factor auth provider": [[149, "registering-a-two-factor-auth-provider"]], "Registering manually": [[37, "registering-manually"]], "Registering methods": [[217, "registering-methods"]], "Registering resources": [[52, "registering-resources"]], "Registering settings schema": [[111, "registering-settings-schema"]], "Registering the calendar with the Nextcloud API interface": [[116, "registering-the-calendar-with-the-nextcloud-api-interface"]], "Release Automation": [[34, null]], "Release process": [[35, null]], "Remote Host Validation": [[138, "remote-host-validation"]], "Remote wipe": [[77, null]], "Removal of PSR-0 class loader": [[23, "removal-of-psr-0-class-loader"]], "Removal of calendars": [[116, "removal-of-calendars"]], "Removal of entries": [[116, "removal-of-entries"]], "Remove Initial state": [[185, "remove-initial-state"]], "Remove script": [[185, "remove-script"]], "Remove style": [[185, "remove-style"]], "Remove unneeded files from packages": [[2, "remove-unneeded-files-from-packages"]], "Removed APIs": [[10, "removed-apis"], [11, "removed-apis"], [11, "id1"], [12, "removed-apis"], [18, "removed-apis"], [21, "removed-apis"], [22, "removed-apis"], [22, "id1"], [23, "removed-apis"], [24, "removed-apis"], [24, "id4"], [25, "removed-apis"], [26, "removed-apis"], [27, "removed-apis"], [27, "id1"], [28, "removed-apis"], [28, "id4"]], "Removed WebDAV properties": [[24, "removed-webdav-properties"]], "Removed deprecated aliases": [[27, "id2"]], "Removed events": [[24, "removed-events"], [25, "removed-events"]], "Removed from public namespace": [[13, "removed-from-public-namespace"], [16, "removed-from-public-namespace"]], "Removed globals": [[15, "removed-globals"], [16, "removed-globals"], [25, "removed-globals"]], "Removed jQuery plugins": [[13, "removed-jquery-plugins"], [16, "removed-jquery-plugins"]], "Removed libraries": [[15, "removed-libraries"]], "Removed support for database.xml": [[18, "removed-support-for-database-xml"]], "Render dashboard widgets using the API": [[108, "render-dashboard-widgets-using-the-api"]], "Render link previews in clients": [[134, "render-link-previews-in-clients"]], "Repair steps": [[135, null]], "Repair-step types": [[135, "repair-step-types"]], "Replaced well-known handler API": [[17, "replaced-well-known-handler-api"]], "Replacing Nextcloud\u2019s autoloader": [[102, "replacing-nextcloud-s-autoloader"]], "Replacing indices": [[59, "replacing-indices"]], "Repository permissions": [[7, "repository-permissions"]], "Reproducing the issue": [[207, "reproducing-the-issue"]], "Request Headers": [[78, "request-headers"]], "Request data": [[172, "request-data"], [172, "id1"], [172, "id3"], [174, "request-data"], [174, "id3"], [177, "request-data"], [181, "request-data"], [181, "id1"], [181, "id3"], [184, "request-data"], [184, "id1"]], "Request examples": [[134, "request-examples"]], "Request flow": [[175, "request-flow"]], "Request lifecycle": [[51, null]], "Request payload": [[178, "request-payload"]], "Requesting properties": [[78, "requesting-properties"]], "Required PHP extensions": [[219, "required-php-extensions"]], "Requirements": [[33, "requirements"]], "Requirements and prerequisites": [[66, "requirements-and-prerequisites"]], "Reset collection": [[65, "reset-collection"]], "Resolving links": [[134, "resolving-links"]], "Resources": [[115, "resources"]], "Respect the users": [[33, "respect-the-users"]], "Responders": [[39, "responders"]], "Response": [[172, "response"], [181, "response"]], "Response Headers": [[78, "response-headers"]], "Response data": [[172, "response-data"], [172, "id2"], [174, "response-data"], [174, "id1"], [174, "id2"], [174, "id4"], [174, "id5"], [177, "response-data"], [181, "response-data"], [181, "id2"], [186, "response-data"]], "Responses": [[39, "responses"]], "Restoring a version": [[85, "restoring-a-version"]], "Restoring from the trashbin": [[84, "restoring-from-the-trashbin"]], "Retrieve metadata using PROPFIND": [[113, "retrieve-metadata-using-propfind"]], "Retrieving a config value": [[103, "retrieving-a-config-value"], [105, "retrieving-a-config-value"]], "Retrieving the list of document to be (re-)indexed": [[65, "retrieving-the-list-of-document-to-be-re-indexed"]], "Retrying deadlocks": [[109, "retrying-deadlocks"]], "Returning data": [[217, "returning-data"]], "Returning the content type": [[116, "returning-the-content-type"]], "Rooms": [[115, "rooms"]], "Root": [[54, "root"]], "Router": [[90, "router"]], "Routes": [[182, null]], "Routing": [[52, null]], "Rules": [[202, "rules"]], "Rules and information": [[196, "rules-and-information"], [201, "rules-and-information"]], "Running HTTP requests against the server": [[140, "running-http-requests-against-the-server"]], "Running all tests": [[220, "running-all-tests"]], "Running unit tests for the Nextcloud server project": [[220, "running-unit-tests-for-the-nextcloud-server-project"]], "S3 external storage": [[195, "s3-external-storage"]], "SAML setup with onelogin": [[195, "saml-setup-with-onelogin"]], "SCSS support removal": [[21, "scss-support-removal"]], "SMB external storage": [[195, "smb-external-storage"]], "SQL injection": [[212, "sql-injection"]], "Scaling": [[164, null]], "Schedule a task": [[73, "schedule-a-task"], [74, "schedule-a-task"]], "Scheduling": [[37, "scheduling"]], "Schema field types": [[111, "schema-field-types"]], "Scopes": [[66, "scopes"]], "Scss variable and compilation deprecation": [[18, "scss-variable-and-compilation-deprecation"]], "Search": [[16, "search"], [70, "search"], [83, null], [137, null]], "Search scope": [[83, "search-scope"]], "Search sharees": [[70, "search-sharees"]], "Section": [[139, "section"]], "Section type admin": [[111, "section-type-admin"]], "Section type personal": [[111, "section-type-personal"]], "Security": [[138, null]], "Security considerations": [[39, "security-considerations"]], "Security guidelines": [[212, null]], "Select and Multi-select": [[111, "select-and-multi-select"]], "Semicolons": [[190, "semicolons"]], "Send email": [[69, "send-email"]], "Send log message (OCS)": [[177, "send-log-message-ocs"]], "Send notification (OCS)": [[178, "send-notification-ocs"]], "Sending the CSRF token": [[44, "sending-the-csrf-token"]], "Sensitive data exposure": [[212, "sensitive-data-exposure"]], "Sensitive field type": [[111, "sensitive-field-type"]], "Server autoloading": [[102, "server-autoloading"]], "Server development": [[218, null]], "Session": [[41, "session"]], "Set ExApp init progress": [[174, "set-exapp-init-progress"]], "Set Initial state": [[185, "set-initial-state"]], "Set a custom message (predefined)": [[71, "set-a-custom-message-predefined"]], "Set a custom message (user-defined)": [[71, "set-a-custom-message-user-defined"]], "Set app config value": [[172, "set-app-config-value"]], "Set credentials": [[87, "set-credentials"]], "Set document as indexed": [[65, "set-document-as-indexed"]], "Set up Web server and database": [[193, "set-up-web-server-and-database"]], "Set user config value": [[181, "set-user-config-value"]], "Set your own status": [[71, "set-your-own-status"]], "Setting a preference": [[76, "setting-a-preference"]], "Setting cookies": [[39, "setting-cookies"]], "Setting multiple preference": [[76, "setting-multiple-preference"]], "Setting the access rules of the calendar": [[116, "setting-the-access-rules-of-the-calendar"]], "Setting the modification time": [[80, "setting-the-modification-time"]], "Setting up Microsoft Visual Studio": [[99, "setting-up-microsoft-visual-studio"]], "Setting up dev environment": [[154, null]], "Settings": [[53, null], [98, "settings"], [139, null], [202, "settings"]], "Settings favorites": [[78, "settings-favorites"]], "Settings form": [[139, "settings-form"]], "Setup checks": [[140, null]], "Setup of the transifex sync": [[7, "setup-of-the-transifex-sync"]], "Shape types": [[144, "shape-types"]], "Share attributes": [[69, "share-attributes"]], "Share link of file or folder": [[87, "share-link-of-file-or-folder"]], "Sharee recommendations": [[70, "sharee-recommendations"]], "Sharing": [[98, "sharing"]], "Shell injection": [[212, "shell-injection"]], "Shipped Apps": [[35, "shipped-apps"]], "Showing an HTML page by the user": [[39, "showing-an-html-page-by-the-user"]], "Sidebar": [[98, "sidebar"]], "Signalling completion": [[77, "signalling-completion"]], "Simple search providers": [[137, "simple-search-providers"]], "SimpleFS": [[213, "simplefs"]], "Sizing": [[98, "sizing"]], "Skeleton screens": [[93, "skeleton-screens"]], "Slugs": [[56, "slugs"]], "Source Code Version Control": [[192, "source-code-version-control"]], "Special Headers": [[78, "special-headers"]], "Special case: list in navigation": [[97, "special-case-list-in-navigation"]], "Special case: no sidebar": [[97, "special-case-no-sidebar"]], "Speech-To-Text": [[141, null]], "Split long conditions into multiple lines.": [[190, "id21"]], "Starting a bulk upload": [[79, "starting-a-bulk-upload"]], "Starting a chunked upload": [[80, "starting-a-chunked-upload"]], "State colors variables": [[197, "state-colors-variables"]], "Static analysis": [[107, "static-analysis"], [219, null]], "Status and indicators": [[94, "status-and-indicators"]], "Status colors are now based on secondary styling": [[28, "status-colors-are-now-based-on-secondary-styling"]], "Statuscodes": [[217, "statuscodes"]], "Step 1: Create a Mail Provider Class": [[119, "step-1-create-a-mail-provider-class"]], "Step 1: String split": [[61, "step-1-string-split"]], "Step 2: Create a Mail Service Class": [[119, "step-2-create-a-mail-service-class"]], "Step 2: HTML Markup": [[61, "step-2-html-markup"]], "Step 3: Placeholders": [[61, "step-3-placeholders"]], "Step 3: Register the Mail Provider": [[119, "step-3-register-the-mail-provider"]], "Storage": [[213, "storage"]], "Storage and database": [[58, null]], "Storage layer": [[213, "storage-layer"]], "Storage/Cache wrappers": [[213, "storage-cache-wrappers"]], "Storing a config value": [[103, "storing-a-config-value"], [105, "storing-a-config-value"]], "Streamed and lazily rendered responses": [[39, "streamed-and-lazily-rendered-responses"]], "Streamlining processing for fast providers": [[146, "streamlining-processing-for-fast-providers"]], "Streams": [[213, "streams"]], "Strings": [[190, "strings"]], "Submitting ContentItem data": [[106, "submitting-contentitem-data"]], "Subscribing to the event in a plugin": [[153, "subscribing-to-the-event-in-a-plugin"]], "Support for PHP 8.0 removed": [[26, "support-for-php-8-0-removed"]], "Support for PHP 8.4 added": [[27, "support-for-php-8-4-added"]], "Supported DAV properties": [[83, "supported-dav-properties"]], "Supported properties": [[78, "supported-properties"]], "Supporting more databases": [[56, "supporting-more-databases"]], "Svg color api": [[199, "svg-color-api"]], "Symfony update": [[15, "symfony-update"]], "Symptoms": [[160, "symptoms"]], "System requirements": [[99, "system-requirements"]], "System values": [[55, "system-values"]], "Table management tips": [[56, "table-management-tips"]], "Table of contents": [[204, "table-of-contents"]], "Tags": [[66, "tags"], [93, "tags"]], "Talk Integration": [[143, null]], "Talk bots": [[184, null]], "Target Branches for Contributions": [[192, "target-branches-for-contributions"]], "Task Processing": [[144, null]], "Task statuses": [[144, "task-statuses"], [145, "task-statuses"], [146, "task-statuses"]], "Tasks": [[144, "tasks"], [145, "tasks"], [146, "tasks"]], "Tasks types": [[144, "tasks-types"], [146, "tasks-types"]], "Technical details": [[29, "technical-details"], [187, null], [203, "technical-details"]], "Templates": [[39, "templates"], [45, null], [212, "templates"]], "Terminology": [[119, "terminology"]], "Testing": [[60, null]], "Testing requests": [[78, "testing-requests"]], "Testing requests with curl": [[64, "testing-requests-with-curl"]], "Testing translations": [[61, "testing-translations"]], "Text Processing": [[146, null]], "Text color": [[94, "text-color"]], "Text input": [[93, "text-input"]], "Text-To-Image": [[145, null]], "The Application class": [[0, "the-application-class"]], "The Cache View": [[130, "the-cache-view"]], "The Database Queries View": [[130, "the-database-queries-view"]], "The Event View": [[130, "the-event-view"]], "The General Request and Response View": [[130, "the-general-request-and-response-view"]], "The IAPIWidget interface": [[108, "the-iapiwidget-interface"]], "The IAPIWidgetV2 interface": [[108, "the-iapiwidgetv2-interface"]], "The IButtonWidget interface": [[108, "the-ibuttonwidget-interface"]], "The IConditionalWidget interface": [[108, "the-iconditionalwidget-interface"]], "The IContentProvider interface": [[106, "the-icontentprovider-interface"]], "The IIconWidget interface": [[108, "the-iiconwidget-interface"]], "The IOptionWidget interface": [[108, "the-ioptionwidget-interface"]], "The IReloadableWidget interface": [[108, "the-ireloadablewidget-interface"]], "The LDAP View": [[130, "the-ldap-view"]], "The Nextcloud app store rules": [[33, null]], "The calendar class": [[116, "the-calendar-class"]], "The calendar object class": [[116, "the-calendar-object-class"]], "The calendar plugin class": [[116, "the-calendar-plugin-class"]], "The process": [[34, "the-process"]], "The release": [[35, "the-release"]], "The simple filesystem": [[54, "the-simple-filesystem"]], "Theming capabilities": [[64, "theming-capabilities"]], "Theming support": [[46, null]], "Tips": [[87, "tips"]], "Tips and tricks": [[66, "tips-and-tricks"]], "Token exchange": [[125, "token-exchange"]], "Top Menu Entry": [[185, null]], "Transactions": [[56, "transactions"]], "Transient attributes": [[56, "transient-attributes"]], "Transifex configuration .tx/config": [[7, "transifex-configuration-tx-config"]], "Transifex sync": [[171, "transifex-sync"]], "Translate a string": [[75, "translate-a-string"]], "Translation setup": [[7, null]], "Translation tool": [[7, "translation-tool"], [171, "translation-tool"]], "Translations": [[61, null], [171, null]], "Trashbin": [[84, null]], "Troubleshooting": [[62, "troubleshooting"], [160, "troubleshooting"], [165, null]], "Trusted domain": [[138, "trusted-domain"]], "Tutorial": [[8, null]], "Two-factor providers": [[149, null]], "Type": [[213, "type"]], "Typed Config Values": [[103, "typed-config-values"], [105, "typed-config-values"]], "Types": [[56, "types"]], "Types of background jobs": [[37, "types-of-background-jobs"]], "Types of caches": [[38, "types-of-caches"]], "Typography": [[94, "typography"]], "Understanding the locking situation": [[109, "understanding-the-locking-situation"]], "Undo entry": [[202, "undo-entry"]], "Unit test paths": [[220, "unit-test-paths"]], "Unit tests": [[191, "unit-tests"]], "Unit-Testing": [[220, null]], "Unregister": [[173, "unregister"], [175, "unregister"], [179, "unregister"], [182, "unregister"]], "Unregister ExApp Talk bot (OCS)": [[184, "unregister-exapp-talk-bot-ocs"]], "Unregister Menu Entry": [[183, "unregister-menu-entry"], [185, "unregister-menu-entry"]], "Unvalidated redirects": [[212, "unvalidated-redirects"]], "Update Share": [[69, "update-share"]], "Update a provider last usage date": [[134, "update-a-provider-last-usage-date"]], "Update metadata using PROPPATCH": [[113, "update-metadata-using-proppatch"]], "Updated core libraries": [[17, "updated-core-libraries"], [19, "updated-core-libraries"], [24, "updated-core-libraries"]], "Updating the calendar ACLs": [[116, "updating-the-calendar-acls"]], "Updating the content of a calendar event": [[116, "updating-the-content-of-a-calendar-event"]], "Updating the name of an event": [[116, "updating-the-name-of-an-event"]], "Updating the properties": [[116, "updating-the-properties"]], "Updating the status programmatically": [[142, "updating-the-status-programmatically"]], "Upgrade to Nextcloud 14": [[10, null]], "Upgrade to Nextcloud 15": [[11, null]], "Upgrade to Nextcloud 16": [[12, null]], "Upgrade to Nextcloud 17": [[13, null]], "Upgrade to Nextcloud 18": [[14, null]], "Upgrade to Nextcloud 19": [[15, null]], "Upgrade to Nextcloud 20": [[16, null]], "Upgrade to Nextcloud 21": [[17, null]], "Upgrade to Nextcloud 22": [[18, null]], "Upgrade to Nextcloud 23": [[19, null]], "Upgrade to Nextcloud 24": [[20, null]], "Upgrade to Nextcloud 25": [[21, null]], "Upgrade to Nextcloud 26": [[22, null]], "Upgrade to Nextcloud 27": [[23, null]], "Upgrade to Nextcloud 28": [[24, null]], "Upgrade to Nextcloud 29": [[25, null]], "Upgrade to Nextcloud 30": [[26, null]], "Upgrade to Nextcloud 31": [[27, null]], "Upgrade to Nextcloud 32": [[28, null]], "Upload a file": [[87, "upload-a-file"]], "Uploading chunks": [[80, "uploading-chunks"]], "Uploading files": [[78, "uploading-files"]], "Usage": [[79, "usage"], [122, "usage"], [217, "usage"]], "Use PascalCase for classes, interfaces, types and Vue components": [[190, "id2"]], "Use automatic dependency assembly (recommended)": [[40, "use-automatic-dependency-assembly-recommended"]], "Use camelCase for functions, methods, properties, and variables": [[190, "id1"]], "Use consistent new lines in function parameters": [[190, "id10"]], "Use dangling commas, this reduces the diff when adding new properties.": [[190, "id7"], [190, "id18"]], "Use explicit comparisons": [[190, "id19"]], "Use parenthesis for multi-line body of arrow functions.": [[190, "id13"]], "Use single quotes.": [[190, "id4"]], "Use the API": [[108, "use-the-api"]], "Use the Smart Picker in clients": [[134, "use-the-smart-picker-in-clients"]], "Use the Smart Picker in your app": [[134, "use-the-smart-picker-in-your-app"]], "Use the Unified Search API": [[134, "use-the-unified-search-api"]], "User Status": [[142, null]], "User Status - Predefined statuses": [[71, "user-status-predefined-statuses"]], "User Status - Retrieve statuses": [[71, "user-status-retrieve-statuses"]], "User Status - Status Manipulation": [[71, "user-status-status-manipulation"]], "User action": [[175, "user-action"]], "User bubbles": [[93, "user-bubbles"]], "User interface": [[189, "user-interface"]], "User management": [[151, null]], "User managers": [[151, "user-managers"]], "User metadata": [[64, "user-metadata"]], "User metadata - List user IDs": [[64, "user-metadata-list-user-ids"]], "User migration": [[150, null]], "User objects": [[151, "user-objects"]], "User session information": [[151, "user-session-information"]], "User status": [[117, "user-status"]], "User status - Restore backup": [[71, "user-status-restore-backup"]], "User values": [[55, "user-values"]], "User-, guest-, and public-template layout": [[27, "user-guest-and-public-template-layout"]], "UserConfig": [[105, null]], "UserManager": [[41, "usermanager"]], "Using GitHub": [[99, "using-github"]], "Using a PHP debugger (XDebug)": [[110, "using-a-php-debugger-xdebug"]], "Using a container": [[40, "using-a-container"]], "Using alternative app directories": [[110, "using-alternative-app-directories"]], "Using custom reference widgets": [[134, "using-custom-reference-widgets"]], "Using the IContentManager service": [[106, "using-the-icontentmanager-service"]], "Using the URLGenerator": [[52, "using-the-urlgenerator"]], "Using the app": [[130, "using-the-app"]], "Using the collection OCS API": [[65, "using-the-collection-ocs-api"]], "Using the default widget": [[134, "using-the-default-widget"]], "Utils: menu, counter & buttons": [[202, "utils-menu-counter-buttons"]], "Validate source strings": [[7, "validate-source-strings"]], "Values Sensitivity": [[103, "values-sensitivity"], [105, "values-sensitivity"]], "Various information": [[202, "various-information"]], "Version control issue": [[134, "version-control-issue"]], "Version control issue or pull request comment": [[134, "version-control-issue-or-pull-request-comment"]], "Version control pull request": [[134, "version-control-pull-request"]], "Versioning": [[35, "versioning"], [35, "id1"]], "Versions": [[85, null]], "View.php": [[213, "view-php"]], "Views": [[98, "views"]], "Vue": [[61, "vue"]], "Web Host Metadata": [[152, null]], "WebAuthn without SSL": [[195, "webauthn-without-ssl"]], "WebDAV SEARCH based on metadata": [[113, "webdav-search-based-on-metadata"]], "WebDAV basics": [[78, "webdav-basics"]], "WebDAV collection preload events": [[153, null]], "Webdav": [[82, null]], "What is a popover menu": [[203, "what-is-a-popover-menu"]], "When the event is emitted": [[153, "when-the-event-is-emitted"]], "Which classes should be added": [[40, "which-classes-should-be-added"]], "Why did Nextcloud add code signing?": [[29, "why-did-nextcloud-add-code-signing"]], "Why do you want to join": [[207, "why-do-you-want-to-join"]], "Windows Development Build": [[99, "windows-development-build"]], "Windows Installer (i.e. Deployment) Build (Cross-Compile)": [[99, "windows-installer-i-e-deployment-build-cross-compile"]], "Wiping the actual device": [[77, "wiping-the-actual-device"]], "With curl": [[78, "with-curl"]], "Wording": [[94, "wording"]], "Working with Enum shape types": [[144, "working-with-enum-shape-types"]], "Working with time": [[147, null]], "Write support": [[116, "write-support"]], "Writing PHP unit tests": [[220, "writing-php-unit-tests"]], "Writing a background job": [[37, "writing-a-background-job"]], "Writing a handler": [[152, "writing-a-handler"]], "Writing a listener": [[41, "writing-a-listener"]], "Writing events": [[41, "writing-events"]], "Writing scalable transactions": [[127, "writing-scalable-transactions"]], "Writing to a file": [[57, "writing-to-a-file"]], "\\OCA\\DAV\\Events\\AddressBookCreatedEvent": [[41, "oca-dav-events-addressbookcreatedevent"]], "\\OCA\\DAV\\Events\\AddressBookDeletedEvent": [[41, "oca-dav-events-addressbookdeletedevent"]], "\\OCA\\DAV\\Events\\AddressBookShareUpdatedEvent": [[41, "oca-dav-events-addressbookshareupdatedevent"]], "\\OCA\\DAV\\Events\\AddressBookUpdatedEvent": [[41, "oca-dav-events-addressbookupdatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectCreatedEvent": [[41, "oca-dav-events-cachedcalendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectDeletedEvent": [[41, "oca-dav-events-cachedcalendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectUpdatedEvent": [[41, "oca-dav-events-cachedcalendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarCreatedEvent": [[41, "oca-dav-events-calendarcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarDeletedEvent": [[41, "oca-dav-events-calendardeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectCreatedEvent": [[41, "oca-dav-events-calendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectDeletedEvent": [[41, "oca-dav-events-calendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectUpdatedEvent": [[41, "oca-dav-events-calendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarPublishedEvent": [[41, "oca-dav-events-calendarpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarShareUpdatedEvent": [[41, "oca-dav-events-calendarshareupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarUnpublishedEvent": [[41, "oca-dav-events-calendarunpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarUpdatedEvent": [[41, "oca-dav-events-calendarupdatedevent"]], "\\OCA\\DAV\\Events\\CardCreatedEvent": [[41, "oca-dav-events-cardcreatedevent"]], "\\OCA\\DAV\\Events\\CardDeletedEvent": [[41, "oca-dav-events-carddeletedevent"]], "\\OCA\\DAV\\Events\\CardUpdatedEvent": [[41, "oca-dav-events-cardupdatedevent"]], "\\OCA\\DAV\\Events\\SabrePluginAuthInitEvent": [[41, "oca-dav-events-sabrepluginauthinitevent"]], "\\OCA\\DAV\\Events\\SubscriptionCreatedEvent": [[41, "oca-dav-events-subscriptioncreatedevent"]], "\\OCA\\DAV\\Events\\SubscriptionDeletedEvent": [[41, "oca-dav-events-subscriptiondeletedevent"]], "\\OCA\\DAV\\Events\\SubscriptionUpdatedEvent": [[41, "oca-dav-events-subscriptionupdatedevent"]], "\\OCA\\FederatedFileSharing\\Events\\FederatedShareAddedEvent": [[41, "oca-federatedfilesharing-events-federatedshareaddedevent"]], "\\OCA\\Files\\Event\\LoadAdditionalScriptsEvent": [[41, "oca-files-event-loadadditionalscriptsevent"]], "\\OCA\\Files_Sharing\\Event\\BeforeTemplateRenderedEvent": [[41, "oca-files-sharing-event-beforetemplaterenderedevent"]], "\\OCA\\Files_Trashbin\\Events\\MoveToTrashEvent": [[41, "oca-files-trashbin-events-movetotrashevent"]], "\\OCA\\Settings\\Events\\BeforeTemplateRenderedEvent": [[41, "oca-settings-events-beforetemplaterenderedevent"]], "\\OCA\\User_LDAP\\Events\\GroupBackendRegistered": [[41, "oca-user-ldap-events-groupbackendregistered"]], "\\OCA\\User_LDAP\\Events\\UserBackendRegistered": [[41, "oca-user-ldap-events-userbackendregistered"]], "\\OCA\\Viewer\\Event\\LoadViewer": [[41, "oca-viewer-event-loadviewer"]], "christophwurst/nextcloud replaced": [[21, "christophwurst-nextcloud-replaced"]], "doctrine/dbal": [[17, "doctrine-dbal"], [19, "doctrine-dbal"], [24, "doctrine-dbal"]], "files": [[26, "files"]], "getLinkWithPicker": [[134, "getlinkwithpicker"]], "guzzlehttp/guzzle": [[17, "guzzlehttp-guzzle"]], "iOS": [[61, "ios"]], "info.xml": [[20, "info-xml"], [21, "info-xml"], [22, "info-xml"], [23, "info-xml"], [24, "info-xml"], [25, "info-xml"], [37, "info-xml"], [107, "info-xml"]], "jQuery deprecation": [[15, "jquery-deprecation"]], "jQuery update": [[16, "jquery-update"]], "macOS Development Build": [[99, "macos-development-build"]], "npm build": [[124, "npm-build"]], "npm packages": [[122, "npm-packages"]], "npm run dev, npm run watch": [[124, "npm-run-dev-npm-run-watch"]], "npm run lint (optional)": [[124, "npm-run-lint-optional"]], "npm test": [[124, "npm-test"]], "php": [[107, "php"]], "php-cs": [[107, "php-cs"]], "psr/log": [[17, "psr-log"]], "sabre/*": [[17, "sabre"]], "symfony/event-dispatcher": [[24, "symfony-event-dispatcher"]]}, "docnames": ["app_development/bootstrap", "app_development/dav_extension", "app_development/dependency_management", "app_development/index", "app_development/info", "app_development/init", "app_development/intro", "app_development/translation_setup", "app_development/tutorial", "app_publishing_maintenance/app_upgrade_guide/index", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_14", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_15", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_16", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_17", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_18", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_19", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_20", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_21", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_22", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_23", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_24", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_25", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_26", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_27", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_28", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_29", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_30", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_31", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_32", "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/LoginFlow/index", "client_apis/OCS/index", "client_apis/OCS/ocs-api-overview", "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/atomiccomponents", "design/foundations", "design/index", "design/introduction", "design/layout", "design/layoutcomponents", "desktop/building", "desktop/index", "digging_deeper/api", "digging_deeper/classloader", "digging_deeper/config/appconfig", "digging_deeper/config/index", "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/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/http_client", "digging_deeper/index", "digging_deeper/javascript-apis", "digging_deeper/notifications", "digging_deeper/npm", "digging_deeper/oidc", "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/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/translation", "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/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/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", "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/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_setup.rst", "app_development/tutorial.rst", "app_publishing_maintenance/app_upgrade_guide/index.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_14.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_15.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_16.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_17.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_18.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_19.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_20.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_21.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_22.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_23.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.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/LoginFlow/index.rst", "client_apis/OCS/index.rst", "client_apis/OCS/ocs-api-overview.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/atomiccomponents.rst", "design/foundations.rst", "design/index.rst", "design/introduction.rst", "design/layout.rst", "design/layoutcomponents.rst", "desktop/building.rst", "desktop/index.rst", "digging_deeper/api.rst", "digging_deeper/classloader.rst", "digging_deeper/config/appconfig.rst", "digging_deeper/config/index.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/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/http_client.rst", "digging_deeper/index.rst", "digging_deeper/javascript-apis.rst", "digging_deeper/notifications.rst", "digging_deeper/npm.rst", "digging_deeper/oidc.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/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/translation.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/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/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", "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, 4, 7, 17, 18, 19, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 48, 49, 51, 52, 55, 56, 57, 61, 62, 63, 66, 67, 73, 74, 75, 78, 81, 83, 90, 91, 94, 96, 99, 106, 107, 108, 110, 114, 115, 116, 117, 119, 120, 121, 122, 124, 126, 127, 129, 130, 134, 135, 137, 138, 139, 141, 143, 144, 145, 146, 148, 149, 152, 153, 154, 156, 157, 169, 170, 171, 174, 178, 179, 185, 189, 190, 191, 192, 193, 195, 202, 207, 209, 212], "0": [2, 4, 5, 6, 10, 11, 12, 13, 18, 19, 24, 27, 28, 33, 35, 36, 39, 40, 41, 44, 53, 59, 62, 64, 65, 66, 67, 69, 72, 73, 74, 78, 81, 83, 87, 89, 99, 102, 106, 107, 108, 109, 110, 111, 113, 116, 117, 121, 124, 126, 127, 129, 134, 135, 136, 137, 139, 141, 143, 144, 145, 146, 147, 148, 150, 153, 154, 157, 159, 169, 170, 172, 174, 175, 179, 181, 183, 185, 189, 190, 191, 192, 195, 197, 202, 217], "00": [39, 78, 83, 143], "000": [1, 56], "000000": 64, "00000007oc9l3j5ur4db": 78, "00000259oczn5x60nrdu": 78, "00001": 80, "00002": 80, "0020": 61, "00293f": 197, "005416": 197, "005a8a": 197, "0066ac": 197, "00679e": 197, "006aa3": 94, "0077c7": 197, "0082c9": [64, 94], "00a0": 61, "00z": 83, "01": [39, 78, 81, 83, 108, 191], "01t00": 78, "01t17": 83, "03": 108, "04": 143, "044": 128, "04c36b75222cd9fd47f2607333029106": 78, "04z": 108, "05": [78, 134], "07": 143, "08": 220, "09": 109, "099f05": 197, "0e53dfb6": 78, "1": [0, 1, 2, 4, 6, 10, 12, 17, 18, 19, 26, 27, 28, 33, 34, 35, 36, 39, 40, 41, 44, 49, 52, 56, 58, 62, 64, 65, 69, 74, 78, 79, 80, 81, 83, 87, 89, 91, 93, 102, 107, 108, 110, 111, 113, 115, 117, 124, 127, 128, 129, 130, 131, 132, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 148, 150, 152, 153, 154, 157, 158, 159, 162, 169, 170, 172, 174, 179, 181, 185, 189, 190, 191, 195, 197, 201, 202, 205, 207, 212, 217], "10": [39, 53, 64, 69, 75, 78, 81, 99, 108, 111, 113, 134, 135, 144, 146, 157, 183, 191, 195], "100": [27, 32, 39, 53, 64, 69, 70, 108, 127, 134, 139, 150, 169, 170, 172, 181, 186, 191, 197, 198], "1000": [56, 59, 113], "10000": [80, 127], "10000000": 83, "100644": [158, 195], "100kib": 150, "100m": [96, 197], "1024px": 197, "1025": 195, "1084": 172, "10mb": [80, 83], "10min": 146, "10z": 108, "11": [18, 40, 64, 99, 108, 121, 144], "113": 197, "114": 197, "116": 201, "12": [42, 64, 78, 81, 128, 134, 144], "120": 183, "120m": 183, "121": 205, "123": [113, 172, 175, 178, 179, 181, 190, 197], "1234": [113, 116, 137], "12345": [83, 169, 179], "124": [134, 175], "125": 175, "127": [110, 195], "1270351409912": 127, "127815235": 78, "12px": 197, "13": [143, 144], "130": 94, "130000000": 134, "139": 195, "13t12": 108, "14": [9, 28, 30, 81, 108, 143, 144, 149, 196], "141": 201, "144": 201, "146": 205, "14px": 203, "14sp": 94, "15": [9, 30, 36, 41, 78, 144, 147, 149, 157], "150": [94, 195], "15000000": 80, "151": 201, "152": [195, 201], "1547545326": 80, "1553": 137, "156": 201, "1578283711000": 64, "15px": 197, "16": [9, 30, 36, 41, 61, 65, 69, 78, 81, 129, 189], "163": 197, "1675789581": 78, "168": 195, "16px": [94, 197], "16sp": 94, "17": [9, 22, 24, 30, 36, 41, 64, 195], "172": 195, "1728000": 136, "173": 197, "1742": 113, "18": [9, 13, 30, 36, 41, 81], "1800": 128, "181818": 94, "19": [9, 28, 30, 35, 36, 41, 132, 191], "192": [195, 201], "197": 201, "1970": 78, "19z": 108, "1azi": 103, "1e1": 191, "1e2": 191, "1min": 144, "1px": 197, "1snze11cibf6v6dsz": 29, "1st": 64, "1st_user": 64, "2": [2, 4, 16, 17, 24, 27, 28, 33, 34, 35, 36, 39, 41, 58, 64, 65, 69, 73, 74, 75, 78, 79, 80, 81, 93, 101, 113, 115, 116, 128, 130, 132, 134, 137, 144, 145, 146, 158, 169, 181, 189, 190, 191, 195, 197, 198, 201, 202, 205, 207, 220], "20": [9, 17, 23, 24, 25, 27, 28, 30, 36, 40, 41, 49, 56, 62, 64, 73, 74, 78, 81, 94, 121, 137], "200": [62, 65, 66, 67, 68, 69, 71, 73, 74, 75, 76, 77, 108, 113, 134, 157, 174, 177, 217], "2001": [4, 107, 117, 135], "2008": 220, "200px": 197, "2012": 134, "2014": [17, 134], "2015": 39, "2016": [81, 189], "2018": 109, "2019": 99, "2020": 34, "20200101t170000z": 116, "20200130t170000z": 116, "20200130t180000z": 116, "2021": [83, 108], "2022": [78, 99, 108], "2023": 23, "2024": 189, "2026": 143, "2034": 59, "20632824998": 64, "20cat": 137, "20cute": 137, "20music": 87, "20px": [94, 188], "20st": 137, "20standard": 23, "20thcenturystudio": 134, "21": [9, 20, 28, 30, 36, 41, 132, 137, 152], "21474836480": 64, "2153599501": 127, "2156": 81, "216": 201, "219": 197, "22": [9, 21, 24, 26, 28, 30, 36, 41, 81, 132], "222222": [94, 197], "22t15": 108, "23": [9, 22, 30, 35, 53, 56, 78, 129, 132], "231": 201, "2345": 157, "24": [9, 26, 28, 30, 35, 36, 37, 41, 56, 80, 81, 109, 130, 150, 183], "240": 65, "2401fed2eea6f2c1027c482a633e8e25cd46701f811e2d2c10dc213fd95fa60e350b": 29, "2404date20220903071748": 59, "2432": 170, "24px": [26, 197], "25": [9, 22, 23, 30, 35, 36, 41, 44, 75, 134, 137, 150, 192, 199], "255": 197, "256": [4, 78], "25px": 197, "26": [9, 24, 30, 35, 36, 39, 41, 49, 75, 127, 134, 147, 148], "26e7beeca3c0": 80, "27": [9, 22, 24, 25, 26, 30, 35, 36, 37, 39, 41, 53, 56, 65, 74, 90, 108, 109, 116, 132, 141, 146, 150, 151], "277": 160, "28": [1, 9, 27, 30, 36, 39, 40, 41, 56, 63, 65, 67, 73, 74, 113, 126, 137, 145, 146, 175, 192], "282": 137, "29": [4, 9, 26, 27, 30, 36, 39, 41, 52, 59, 78, 103, 111, 127, 137, 141, 147, 148, 183], "2fa": 149, "2g": 22, "2nd": 64, "2nd_user": 64, "2px": 197, "2xx": 66, "3": [4, 7, 17, 19, 20, 26, 27, 33, 34, 35, 39, 49, 52, 54, 56, 58, 60, 64, 69, 78, 81, 87, 93, 97, 98, 99, 108, 109, 121, 133, 134, 143, 144, 145, 146, 158, 159, 189, 190, 192, 193, 195, 197, 205, 207, 215, 217, 220], "30": [9, 30, 36, 39, 41, 56, 59, 69, 72, 74, 81, 132, 134, 141, 144, 145, 146, 148, 154, 157], "300m": 197, "300px": [197, 202], "3030237": 78, "3097fca9b1ec8942c4305e550ef1b50a": 134, "31": [4, 9, 24, 30, 36, 41, 69, 78, 87, 105, 132, 175, 201], "3166": 128, "32": [1, 4, 9, 23, 30, 36, 41, 65, 106, 108, 111, 137, 143, 172, 181, 197], "32060": 21, "3209": 108, "321": 181, "3285b1": 197, "32866": 23, "32bit": 22, "33": 143, "333": 108, "33333344": 197, "34": [59, 108, 143], "34081": 21, "34302": 109, "34329": 22, "34490": 22, "3456": 78, "34773": 23, "34807": 22, "34893": 22, "34px": [26, 197], "35789": 22, "35872": 23, "35966": 22, "3600": [37, 38], "36033": 22, "36073": 22, "36114": 22, "36198": 22, "36310": 22, "36363": 22, "36393": 22, "36434": 22, "3650": 195, "36591": 23, "36665": 23, "36836": 23, "369": 113, "36c3": 114, "37040": 23, "37316": 23, "37324": 23, "37542": 23, "37674": 23, "37820": 109, "37835": 23, "37929": 23, "37943": 23, "37955": 23, "38003": 23, "38030": [23, 109], "38104": 23, "389": 134, "3927bf23": 195, "3950773": 78, "3986": 62, "39th": 137, "39z": 108, "3rd": [2, 7, 28, 64, 102, 107, 132, 137, 156, 158], "3rd_user": 64, "3rdparti": [17, 22, 24, 156, 195], "4": [4, 15, 17, 20, 23, 25, 28, 34, 35, 56, 61, 65, 69, 78, 98, 102, 121, 124, 143, 144, 145, 146, 158, 159, 189, 190, 191, 192, 195], "40": [157, 183], "400": [66, 67, 69, 71, 74, 75, 76, 195], "401": [67, 76, 77, 165, 182, 217], "403": [18, 62, 69, 77], "403354469": 134, "404": [62, 66, 67, 69, 71, 73, 74, 113, 133, 157, 169, 170, 174, 217], "4052412": 78, "409": 134, "4096": [29, 195], "40email": 64, "40m": 183, "41": [128, 201], "412": [23, 73, 74, 75], "41446681800": 128, "42": [64, 120, 130, 198], "42513563": 158, "429": [39, 73, 74, 75, 138], "44": 128, "4423": 80, "443": 195, "4433": 195, "444444": 197, "445": 195, "44px": [26, 98, 202], "44x44px": 108, "45": 197, "46ba61": 94, "46f0": 78, "483c1e56f95e88835747b1c7c60581215016cbf2": 34, "487903ffcf4": 195, "48px": [98, 197], "49": 128, "49279cc7": 195, "4e43": 115, "4e4672cs58q": 220, "4efe": 80, "4px": [27, 98, 197], "4xx": 66, "5": [4, 12, 26, 28, 39, 56, 66, 73, 74, 81, 83, 96, 107, 109, 124, 130, 137, 138, 144, 159, 169, 191, 197, 203, 220], "50": [65, 137, 139], "500": 182, "500px": 197, "501": [157, 169, 170], "503": [23, 91], "507": 80, "509": 29, "50ef2eba7b74aa84feff013efee2a5ef": 78, "50px": 197, "512": [29, 150], "55": 137, "55548cc16b457cd74241990cc9d3b72b6335f2e5f45eee95171da024087d114fcbc2": 29, "555555": 64, "565656": 116, "567": 137, "59": 201, "595959": 197, "597996": 65, "5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f": 34, "5gb": 80, "5mb": 80, "6": [4, 35, 38, 69, 78, 99, 144, 158, 159, 195, 197, 203], "60": [64, 108, 129, 138, 144, 183], "60m": 183, "61b4": 78, "64": [4, 38, 59, 105, 108], "640": 65, "6436d084d4805": 78, "65": [124, 197], "650px": 98, "664700": 197, "668": 128, "67": [158, 170], "68": 134, "6b6b6b": 197, "6h": 38, "7": [4, 10, 11, 12, 17, 20, 24, 28, 34, 35, 39, 66, 69, 78, 99, 108, 127, 158, 195, 202], "70": 53, "7000": 195, "70981": 134, "72": 201, "728": 22, "767676": 94, "77": 197, "79": [158, 198], "7d7d7d": 197, "8": [4, 28, 35, 36, 39, 41, 64, 65, 69, 73, 78, 79, 81, 83, 109, 113, 116, 145, 147, 158, 197, 201, 220], "80": [139, 189], "8025": 195, "8080": 160, "817c": 115, "8400ba9c": 195, "842011482": 64, "8443": 138, "86": 158, "8601": 78, "87": 108, "878": 134, "88": 158, "8904": 10, "8910": 113, "8a0000": 197, "8aa06618": 158, "8c8c8c": 94, "8px": [27, 197], "9": [4, 12, 26, 36, 41, 44, 66, 78, 108, 124, 143, 215, 217], "90": [116, 169], "9000": [110, 195], "92": 64, "9261": 137, "95": 195, "96": 201, "9648": 134, "97": 201, "98": 53, "983": 181, "9876": 220, "99": [139, 202], "9940": 18, "996": 217, "9980": 195, "999": [202, 217], "9d52": 115, "A": [2, 4, 17, 21, 23, 26, 28, 29, 35, 37, 38, 39, 40, 41, 51, 54, 60, 61, 62, 64, 66, 74, 75, 79, 80, 93, 94, 97, 98, 102, 106, 107, 108, 114, 115, 116, 127, 129, 131, 133, 134, 135, 137, 139, 141, 142, 143, 144, 145, 146, 148, 150, 151, 152, 160, 189, 202, 205, 209, 212, 213, 217, 220], "AND": [127, 134], "And": [34, 37, 54, 78, 79, 80, 111, 130, 134, 158, 189, 207], "As": [10, 15, 16, 17, 19, 22, 34, 37, 41, 48, 56, 64, 78, 87, 116, 127, 131, 133, 134, 139, 140, 149, 154, 164, 189, 198, 201, 205], "At": [0, 33, 35, 83, 114, 116], "BY": 56, "Be": [2, 29, 44, 62, 93, 94, 122, 127, 207, 217], "Being": 33, "But": [17, 27, 41, 59, 61, 62, 134, 162, 207], "By": [29, 36, 39, 40, 41, 56, 65, 66, 69, 78, 99, 109, 110, 111, 113, 135, 136, 143, 144, 162, 202], "For": [1, 2, 5, 6, 7, 16, 17, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 37, 38, 39, 40, 41, 44, 49, 52, 53, 54, 55, 56, 57, 59, 61, 62, 64, 66, 69, 78, 80, 81, 83, 88, 93, 94, 96, 97, 98, 99, 107, 110, 111, 114, 115, 116, 119, 122, 124, 129, 130, 134, 137, 138, 139, 141, 144, 145, 146, 149, 150, 154, 156, 158, 160, 162, 163, 169, 170, 171, 173, 179, 189, 190, 191, 192, 195, 197, 199, 202, 203, 207, 208, 213, 216, 220], "IF": 33, "IN": 56, "If": [1, 2, 4, 7, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 34, 35, 36, 39, 40, 41, 44, 48, 49, 51, 52, 53, 56, 57, 59, 61, 62, 65, 66, 67, 71, 73, 76, 78, 80, 81, 88, 91, 93, 94, 96, 98, 99, 101, 102, 105, 107, 108, 113, 114, 115, 116, 117, 119, 122, 124, 125, 126, 127, 133, 134, 135, 137, 140, 141, 142, 144, 145, 146, 148, 149, 150, 154, 155, 156, 160, 163, 165, 166, 169, 170, 174, 175, 177, 189, 191, 192, 193, 196, 199, 201, 202, 203, 205, 206, 207, 212, 216, 217, 220], "In": [0, 1, 2, 7, 12, 17, 18, 19, 20, 22, 23, 24, 26, 27, 28, 29, 34, 35, 37, 39, 40, 41, 44, 47, 48, 51, 52, 53, 54, 56, 59, 61, 62, 64, 66, 71, 77, 78, 91, 93, 94, 97, 98, 99, 101, 107, 108, 109, 114, 115, 116, 124, 128, 130, 131, 133, 134, 135, 137, 138, 141, 144, 145, 146, 148, 149, 153, 158, 162, 163, 164, 167, 168, 170, 171, 189, 190, 192, 201, 202, 205, 207, 219, 220], "It": [2, 7, 17, 18, 22, 23, 24, 26, 27, 29, 34, 35, 36, 39, 40, 41, 44, 46, 49, 50, 52, 53, 55, 56, 61, 64, 66, 67, 69, 78, 80, 81, 88, 93, 96, 97, 98, 99, 101, 102, 108, 109, 110, 113, 115, 116, 122, 123, 125, 126, 127, 128, 130, 133, 134, 135, 136, 137, 139, 140, 141, 143, 144, 145, 150, 156, 157, 158, 160, 162, 166, 169, 174, 181, 189, 190, 193, 195, 197, 202, 207, 209, 212], "Its": [108, 116, 144, 145, 146], "NOT": [26, 63, 69, 157, 201], "No": [61, 62, 76, 78, 94, 108, 110, 138, 140, 150, 189], "Not": [33, 35, 67, 71, 73, 74, 94, 113, 152, 160, 192, 207], "ON": [99, 110], "Of": [37, 116, 145, 146, 207], "On": [13, 15, 56, 62, 65, 78, 93, 94, 97, 99, 103, 105, 110, 115, 132, 133, 134, 158, 172, 181, 196, 201, 220], "One": [34, 66, 116, 119, 127, 140, 175, 202], "Or": [26, 37, 40, 115, 134, 192, 217], "Such": 39, "That": [0, 2, 7, 39, 40, 51, 64, 127, 133, 189, 207], "The": [2, 3, 4, 6, 7, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 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, 83, 84, 85, 87, 88, 89, 93, 94, 96, 97, 98, 99, 101, 102, 103, 105, 107, 109, 110, 111, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 161, 162, 165, 168, 169, 170, 172, 174, 175, 177, 178, 179, 181, 182, 185, 189, 191, 193, 195, 196, 197, 198, 199, 201, 202, 203, 204, 207, 209, 212, 213, 215, 217, 219, 220], "Then": [6, 7, 29, 34, 39, 40, 41, 97, 99, 106, 115, 116, 134, 139, 151, 154, 193, 195, 216, 220], "There": [2, 17, 20, 22, 24, 29, 33, 35, 37, 39, 40, 44, 46, 54, 59, 61, 62, 64, 66, 80, 87, 89, 93, 94, 108, 109, 111, 116, 122, 125, 127, 130, 134, 137, 139, 144, 148, 154, 156, 157, 158, 162, 169, 171, 174, 177, 186, 190, 192, 193, 195, 197, 198, 207, 209, 217], "These": [9, 28, 32, 33, 35, 39, 56, 60, 61, 93, 97, 98, 99, 110, 116, 117, 127, 129, 133, 137, 158, 183, 205, 209, 220], "To": [0, 1, 2, 7, 8, 15, 17, 24, 27, 28, 31, 32, 33, 34, 36, 39, 40, 41, 44, 45, 49, 52, 53, 56, 59, 61, 62, 63, 64, 66, 69, 78, 80, 84, 85, 90, 92, 93, 94, 99, 101, 103, 105, 106, 108, 110, 111, 113, 115, 116, 119, 121, 122, 124, 128, 130, 133, 134, 135, 136, 137, 140, 144, 146, 148, 149, 151, 154, 158, 160, 163, 169, 170, 171, 173, 175, 179, 180, 184, 185, 193, 198, 202, 204, 205, 207, 212, 213, 216, 217, 220], "Will": [13, 46, 61, 128, 140, 144], "With": [0, 21, 22, 23, 27, 37, 40, 41, 59, 64, 111, 115, 116, 127, 137, 144, 180], "_": [26, 39, 45, 55, 71, 139, 158, 171], "__construct": [0, 37, 38, 39, 40, 41, 44, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 103, 108, 111, 112, 113, 115, 116, 117, 119, 120, 129, 131, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 148, 150, 151, 152], "__dir__": [0, 2, 102], "__webpack_nonce__": [26, 158], "__webpack_public_path__": 158, "_capabl": 13, "_cooki": 39, "_data": 158, "_env": 39, "_file": 39, "_get": 212, "_n": [158, 171], "_pkei": 56, "_post": 40, "_rout": 25, "_sensitive_": [103, 105], "_server": 39, "_user": 64, "a011fe619bcf6e77ddebc96f9908e1af4071b9c1": 34, "a2xityipixkscripb": 29, "a37200": 197, "a9cd": 80, "aa": [96, 168], "aa_vers": 169, "aaaaaa": 64, "abbrevi": [52, 190], "abc": 44, "abc123": [143, 192], "abil": [18, 33, 57, 99, 137, 183, 207], "abl": [10, 15, 28, 34, 35, 39, 59, 66, 99, 107, 113, 116, 134, 136, 140, 156, 160, 164, 192, 207, 212], "abort": [36, 41, 78, 134, 138], "about": [4, 17, 20, 22, 24, 25, 27, 28, 29, 33, 36, 37, 39, 40, 41, 44, 59, 62, 63, 64, 65, 66, 87, 93, 96, 97, 98, 103, 105, 107, 108, 109, 113, 114, 115, 122, 124, 126, 130, 132, 134, 140, 141, 144, 145, 146, 158, 173, 178, 184, 189, 192, 205, 207, 209, 212, 220], "abov": [0, 1, 7, 24, 29, 33, 34, 39, 41, 52, 66, 69, 99, 108, 114, 116, 131, 137, 144, 189, 190, 195, 202, 203, 212], "absenc": [67, 126], "absent": 4, "absolut": [26, 57, 99, 106, 108, 140, 169, 178], "absolutepath": 41, "abstract": [17, 19, 24, 35, 51, 107, 116, 127, 134, 138, 190], "abstractdatacollector": 130, "abstractnodeev": 26, "abstractnodesev": 26, "abstracttaskprocessingev": 144, "abstracttextprocessingev": [26, 145, 146], "abstracttexttoimageev": [26, 145], "abstracttranscriptionev": [26, 141], "ac": 195, "accent": 197, "accept": [7, 10, 24, 39, 51, 63, 78, 81, 101, 107, 108, 120, 134, 136, 140, 168, 169, 170, 182, 195, 202, 217], "accept_languag": 62, "access": [4, 7, 21, 26, 27, 28, 29, 34, 36, 39, 41, 44, 45, 47, 48, 49, 53, 54, 58, 60, 62, 64, 65, 67, 69, 70, 71, 78, 87, 88, 93, 96, 98, 99, 103, 105, 106, 108, 111, 118, 119, 121, 122, 127, 130, 134, 136, 137, 141, 143, 144, 154, 160, 162, 165, 169, 171, 180, 182, 190, 191, 193, 195, 197, 198, 202, 205, 207, 212, 213, 217, 220], "access_level": 182, "accesstoken": 87, "accommod": 155, "accompani": 93, "accomplish": 119, "accord": [2, 4, 10, 33, 144, 195], "accordingli": [17, 18, 35, 180], "account": [7, 23, 24, 26, 28, 32, 33, 34, 61, 62, 63, 64, 77, 87, 93, 99, 108, 112, 116, 119, 129, 140, 189, 195, 205, 207, 212], "accountmanag": [24, 129], "accur": 126, "accuraci": 150, "achiev": [39, 79, 93, 116], "acl": 78, "acm": 99, "acpu": 219, "acquir": [38, 48, 121, 137, 151], "acquiremailprovid": 119, "acquiremailservic": 119, "across": [38, 56, 106, 124, 153, 202], "act": [0, 5, 17, 40, 41, 114, 122, 123], "action": [22, 24, 26, 27, 29, 30, 33, 39, 41, 48, 53, 57, 61, 65, 78, 87, 94, 95, 97, 107, 108, 114, 115, 116, 118, 121, 122, 131, 140, 142, 144, 154, 155, 156, 170, 174, 176, 179, 187, 193, 197, 202, 207, 209, 212], "action1": 191, "action2": 191, "action_handl": 175, "action_handler_rout": [173, 175], "actionfactori": 117, "actionhandl": [44, 173, 175], "actionlabel": 23, "activ": [4, 11, 12, 21, 22, 26, 27, 33, 34, 37, 39, 40, 44, 56, 68, 87, 92, 97, 108, 110, 137, 149, 152, 158, 180, 201, 202, 204, 207], "activat": 121, "activitymanag": 27, "actorid": 81, "actortyp": 81, "actual": [26, 37, 39, 40, 41, 59, 62, 64, 66, 92, 98, 108, 110, 116, 127, 134, 137, 144, 145, 146, 148, 153, 154, 160, 162, 179, 209], "ad": [3, 4, 7, 15, 17, 18, 21, 32, 33, 35, 36, 37, 39, 41, 44, 47, 49, 52, 56, 58, 65, 66, 67, 71, 72, 73, 74, 75, 78, 80, 88, 90, 99, 102, 103, 105, 106, 108, 111, 113, 114, 116, 119, 124, 126, 127, 132, 136, 137, 139, 141, 144, 145, 146, 148, 149, 151, 164, 170, 189, 202, 207, 209, 215], "adapt": [15, 26, 66, 189, 197], "adb9aa24cbfa8e372c88431d1d99629a": 79, "add": [1, 2, 4, 7, 17, 20, 24, 26, 27, 28, 32, 34, 36, 37, 39, 40, 41, 42, 44, 45, 48, 49, 52, 53, 56, 57, 59, 61, 63, 69, 87, 93, 94, 98, 99, 102, 106, 108, 113, 114, 115, 117, 122, 124, 127, 130, 131, 133, 134, 136, 137, 139, 140, 149, 158, 160, 169, 171, 173, 176, 189, 192, 195, 196, 198, 201, 202, 203, 205, 207, 209, 216], "add_missing_column": [18, 24], "add_missing_columns_ev": 18, "add_missing_index": [18, 24], "add_missing_indexes_ev": 18, "add_missing_primary_kei": [18, 24], "add_missing_primary_keys_ev": 18, "addact": 117, "addallowedchildsrcdomain": 39, "addallowedconnectdomain": 39, "addallowedfontdomain": 39, "addallowedframedomain": [39, 50], "addallowedimagedomain": 39, "addallowedmediadomain": 39, "addallowedobjectdomain": 39, "addallowedscriptdomain": 39, "addallowedstyledomain": 39, "addattende": 115, "addattribut": 137, "addchild": 39, "addcolumn": [56, 59], "addcooki": 39, "adddatatransferprogresslisten": 87, "addev": 41, "addeventlisten": [108, 134], "addfavorit": 24, "addfilecont": 150, "addhead": [39, 49, 50, 63], "addindex": 59, "addinitscript": [24, 44], "addit": [0, 1, 4, 21, 22, 26, 29, 35, 36, 39, 41, 44, 45, 49, 53, 56, 59, 63, 78, 80, 88, 91, 93, 94, 99, 100, 108, 111, 116, 121, 127, 133, 134, 136, 139, 145, 146, 155, 158, 164, 169, 170, 189, 192, 205, 207, 209, 212, 215], "addition": [25, 27, 28, 35, 39, 52, 53, 56, 66, 94, 111, 124, 130, 133, 134, 140, 141, 146, 148, 162, 192, 212], "addjob": 37, "addlink": 152, "addlisten": [41, 131, 142], "addmenuentri": 44, "addmissingcolumnsev": 24, "addmissingindex": 59, "addmissingindicesev": [24, 59], "addmissingindiceslisten": 59, "addmissingprimarykeyev": 24, "addnewfilemenuentri": 24, "addon": 110, "addplugin": [1, 24], "addprovid": [36, 41], "address": [28, 39, 41, 46, 62, 64, 69, 93, 94, 115, 117, 119, 155, 160, 165, 189, 195], "addscript": [24, 28, 44, 45, 108, 131, 134], "addsearchcalendar": 115, "addservicelisten": 41, "addstyl": 45, "addtasktyp": [36, 41], "addtocount": 41, "addtransl": [13, 22, 28], "addtwo": 220, "addtwolisten": 41, "addtyp": 56, "adduniqueindex": 56, "addus": 10, "addvendorscript": 28, "adher": 40, "adiscoverablereferenceprovid": 134, "adjust": [1, 2, 17, 18, 20, 24, 25, 26, 27, 35, 36, 41, 59, 64, 107, 135, 143, 158, 171, 193, 197, 215, 220], "adler32": 78, "admin": [4, 7, 26, 29, 33, 35, 36, 38, 39, 41, 47, 53, 61, 64, 65, 66, 69, 78, 79, 94, 99, 100, 112, 121, 127, 139, 140, 144, 151, 154, 156, 157, 165, 178, 182, 183, 185, 186, 195, 209, 212], "admin_audit": [36, 41], "administr": [4, 7, 14, 18, 26, 29, 48, 59, 61, 66, 139, 140, 155, 160, 165, 171, 197, 209], "adminrequir": 185, "adminsect": 139, "adminset": 139, "adopt": [35, 40, 66], "adult": 134, "advanc": [69, 96, 98, 99, 121, 135, 144, 189, 195], "advantag": [29, 38, 47, 62, 156], "adventur": 134, "advertis": 23, "advis": [39, 66, 98, 113, 137], "afefcaf556d98dc7896cca380e181decb609ca44": 34, "affect": [24, 30, 33, 39, 41, 99, 126, 135, 192, 211], "affero": [34, 189], "aforement": 56, "afraid": 66, "after": [4, 6, 7, 17, 23, 24, 26, 29, 30, 33, 34, 36, 37, 39, 40, 41, 44, 49, 51, 52, 56, 59, 60, 62, 66, 69, 80, 83, 99, 102, 108, 111, 113, 127, 135, 137, 143, 144, 157, 168, 169, 170, 175, 177, 191, 195, 198, 202, 203, 207, 215, 220], "afterappid": [44, 185], "aftercontrol": 49, "afterexcept": 49, "afterward": [7, 23, 39, 51, 64, 66, 80, 102, 106, 107, 154], "ag": [22, 136], "again": [0, 24, 49, 116, 128, 137, 160, 165], "against": [17, 36, 39, 40, 41, 107, 121, 125, 192, 212], "agenda": 98, "agent": [62, 144], "aggreg": 56, "aggress": 94, "agil": 220, "agnost": [141, 144, 145, 146, 148], "ago": 201, "agpl": [4, 33, 189], "agreement": 207, "ai": [26, 37, 144, 145], "ai_integration_team": 183, "aim": [13, 33, 96, 108, 122, 189, 207, 209, 217], "aio": 166, "ajax": 27, "alert": [26, 31, 212], "alessandro": 4, "alex": [96, 189], "algorithm": [78, 137, 157], "alia": [26, 27, 113], "alias": [4, 24, 40, 113, 119, 193], "alic": [78, 127, 143, 186], "align": [28, 101, 190, 197, 200, 202], "alik": 40, "aliv": [24, 33], "all": [0, 2, 4, 7, 10, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 39, 40, 45, 49, 51, 52, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 80, 81, 83, 84, 85, 87, 89, 90, 94, 96, 98, 99, 101, 102, 103, 105, 106, 107, 108, 109, 110, 113, 114, 115, 117, 119, 122, 124, 125, 126, 127, 130, 131, 133, 134, 135, 137, 140, 143, 144, 145, 146, 149, 154, 155, 156, 157, 160, 162, 163, 164, 169, 170, 173, 174, 175, 176, 182, 185, 190, 191, 192, 193, 195, 197, 201, 202, 203, 205, 207, 208, 212, 213], "allconfig": 27, "allfilenam": 61, "allhead": 120, "allow": [4, 7, 10, 11, 15, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 49, 52, 53, 54, 55, 56, 59, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 83, 88, 93, 98, 99, 102, 103, 105, 106, 108, 110, 113, 114, 116, 122, 127, 128, 130, 131, 133, 134, 136, 137, 138, 139, 140, 142, 143, 144, 146, 148, 150, 157, 160, 162, 168, 171, 173, 178, 179, 182, 197, 201, 202, 203, 205, 207, 212, 213, 217], "allowenumer": 15, "allowevalscript": [13, 39], "allowevalwasm": 24, "allowinlinescript": 39, "allowinlinestyl": 39, "almost": [54, 94, 98, 137], "along": [99, 110, 114, 134, 157], "alongsid": [61, 93], "alpha": [4, 35], "alphanumer": 35, "alreadi": [15, 17, 23, 24, 26, 28, 35, 36, 41, 52, 59, 65, 66, 87, 90, 93, 99, 103, 108, 109, 116, 130, 131, 139, 160, 183, 189, 192, 193, 198, 205, 207, 212, 217], "also": [0, 4, 7, 12, 17, 18, 23, 24, 25, 26, 27, 29, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 49, 52, 53, 55, 56, 57, 59, 61, 62, 64, 66, 69, 71, 75, 78, 81, 88, 89, 93, 94, 96, 97, 98, 99, 103, 105, 107, 109, 113, 115, 116, 119, 122, 123, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 144, 145, 146, 148, 149, 150, 154, 156, 158, 163, 168, 169, 173, 189, 190, 192, 195, 197, 198, 202, 207, 209, 212, 213, 215, 216, 220], "alt": 21, "alter": [24, 36, 41, 52], "altern": [2, 6, 39, 40, 89, 99, 117, 121, 154], "although": [26, 41, 93], "altogeth": 33, "alwai": [10, 15, 17, 23, 27, 29, 33, 37, 39, 49, 56, 60, 66, 68, 78, 80, 83, 89, 93, 94, 99, 100, 102, 109, 111, 115, 127, 130, 134, 139, 144, 145, 146, 149, 188, 189, 191, 195, 197, 201, 207, 209, 212, 220], "alwaysen": 193, "am": [45, 53, 94, 134, 207], "amass": 56, "amd": [156, 163], "amend": 152, "among": [23, 88, 192], "amount": [57, 78, 109, 127, 207, 212], "an": [1, 2, 3, 4, 5, 7, 15, 16, 17, 18, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 44, 45, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 61, 63, 64, 65, 66, 67, 71, 73, 74, 75, 78, 79, 80, 81, 87, 88, 89, 91, 92, 93, 94, 96, 97, 98, 99, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 150, 151, 152, 154, 157, 158, 160, 163, 165, 166, 168, 169, 170, 171, 173, 174, 177, 179, 182, 183, 184, 185, 189, 191, 192, 193, 195, 197, 198, 201, 202, 205, 206, 207, 209, 212, 213, 215, 217, 220], "analysi": [17, 24, 121, 190, 204, 218], "analyz": [41, 109, 144], "analyzeimag": [28, 144], "anchestor": 12, "android": [87, 89, 92, 93, 94, 97, 98, 204, 206], "andx": 26, "angular": 44, "angularj": [44, 202], "ani": [0, 12, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 35, 39, 41, 44, 46, 56, 59, 61, 64, 66, 73, 75, 76, 78, 83, 87, 88, 93, 94, 98, 99, 103, 106, 108, 113, 114, 115, 116, 119, 120, 122, 126, 131, 134, 137, 138, 140, 141, 144, 145, 146, 148, 151, 152, 154, 155, 156, 157, 158, 162, 163, 170, 173, 180, 183, 192, 196, 202, 205, 207, 209, 212, 213, 217], "anim": [46, 197, 202], "anit": 99, "annot": [26, 39, 47, 53, 56, 66, 122, 133, 212, 215], "annotating_cod": 66, "announc": [81, 94], "announcementcent": 81, "annoy": 212, "anon": 138, "anonratelimit": 39, "anonratethrottl": 39, "anonym": [39, 62, 78, 190], "anoth": [15, 28, 29, 33, 36, 39, 40, 41, 44, 59, 61, 62, 75, 93, 97, 98, 99, 109, 113, 114, 119, 127, 144, 153, 155, 212], "ansi": [2, 160], "answer": [27, 61, 87, 106, 144, 166, 207], "anti": [40, 127], "anymor": [10, 11, 12, 16, 18, 22, 33, 44, 78, 108, 135, 196, 199], "anyon": [39, 143, 212], "anyrequest": 153, "anyth": [0, 6, 16, 26, 27, 28, 40, 41, 51, 94, 98, 99, 101, 119, 122, 133, 134, 207], "anywai": [18, 59], "anywher": [33, 47, 99, 110, 175], "apach": [4, 193, 207], "apache2": 193, "apart": [27, 52, 61, 127], "apcu": [38, 102], "api": [0, 2, 4, 13, 33, 36, 38, 39, 40, 41, 44, 47, 52, 58, 60, 61, 62, 77, 79, 80, 81, 82, 83, 87, 90, 91, 104, 106, 107, 109, 115, 118, 120, 121, 126, 128, 130, 137, 143, 155, 156, 157, 158, 162, 165, 167, 168, 169, 172, 173, 174, 175, 177, 178, 179, 181, 183, 184, 185, 187, 189, 190, 191, 192, 200, 204, 214, 215, 218], "apicontrol": [40, 52, 66, 136], "apiexcept": 191, "apirequest": [39, 62, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 134], "apirout": [25, 39, 52], "app": [1, 2, 7, 8, 10, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 34, 38, 39, 40, 42, 45, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 61, 63, 64, 67, 68, 69, 70, 71, 72, 74, 76, 78, 81, 86, 87, 88, 89, 90, 92, 93, 94, 96, 97, 98, 99, 101, 103, 105, 106, 107, 108, 111, 113, 115, 116, 117, 119, 120, 121, 123, 124, 125, 127, 129, 131, 133, 135, 136, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 152, 154, 155, 156, 157, 158, 160, 166, 167, 168, 169, 171, 173, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 189, 190, 191, 192, 195, 196, 197, 199, 200, 201, 204, 206, 207, 210, 211, 212, 213, 215, 216, 217, 220], "app_api": [154, 157, 158, 160, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 181, 182, 183, 184, 185, 186], "app_api_ex_app": 178, "app_api_id": 178, "app_api_proxy_url_prefix": 158, "app_api_router_bas": 158, "app_config": 155, "app_display_nam": 169, "app_host": 169, "app_id": [44, 50, 108, 119, 129, 131, 134, 137, 141, 144, 145, 146, 150, 158, 169, 170, 172, 181], "app_nam": 34, "app_path": 6, "app_persistent_storag": [158, 169], "app_port": 169, "app_prefer": 155, "app_private_kei": 34, "app_public_cert": 34, "app_public_crt": 34, "app_python_skeleton": 169, "app_secret": 169, "app_vers": 169, "appapi": [36, 41, 155, 156, 158, 159, 163, 164, 165, 166, 167, 169, 170, 171, 175, 178, 180, 182, 183, 184, 185, 187], "appapiauth": [155, 156, 157, 174, 176, 187], "appconfig": [11, 13, 25, 27, 104, 111, 121, 176, 183, 187], "appconfig_ex": 175, "appcont": 98, "appdata": [47, 58, 214], "appdomain": 153, "appear": [32, 66, 99, 134, 139, 220], "append": [39, 61, 112, 134, 185, 217], "appendchild": 131, "appfetch": 27, "appframework": [0, 5, 10, 13, 16, 22, 23, 24, 25, 26, 27, 28, 37, 39, 40, 44, 49, 50, 52, 53, 54, 55, 56, 66, 101, 104, 108, 109, 111, 113, 119, 121, 129, 130, 131, 132, 133, 136, 137, 139, 141, 144, 145, 146, 147, 148, 150, 152, 212, 217], "appid": [7, 59, 61, 73, 74, 76, 102, 105, 106, 137, 141, 144, 145, 146, 165, 169, 171, 172, 174, 179, 181, 190], "appinfo": [0, 4, 5, 6, 12, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 29, 35, 39, 40, 41, 44, 49, 50, 51, 52, 53, 55, 56, 60, 102, 108, 111, 113, 117, 119, 129, 131, 134, 136, 137, 140, 141, 144, 145, 146, 148, 150, 152, 156, 158, 160, 169, 171, 193, 217], "appl": [94, 97, 99, 116], "appli": [2, 27, 28, 35, 36, 39, 41, 56, 101, 102, 110, 116, 137, 157, 158, 160, 168, 189, 192, 193, 201, 202, 213], "applic": [2, 3, 4, 24, 27, 28, 29, 31, 33, 34, 36, 37, 38, 39, 40, 41, 44, 49, 50, 51, 53, 55, 60, 61, 62, 78, 88, 89, 96, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 119, 120, 127, 129, 130, 131, 134, 136, 137, 140, 141, 142, 143, 144, 145, 146, 148, 150, 152, 155, 158, 160, 170, 183, 187, 189, 192, 196, 197, 207, 212, 217, 220], "apply2fil": 99, "appmanag": 27, "appnam": [22, 34, 37, 39, 40, 48, 52, 54, 55, 131, 136], "appnavigationentryutil": 202, "appnew": 98, "appoint": [116, 129], "apppassword": 62, "approach": [18, 29, 38, 40, 41, 56, 94, 108, 116, 127, 131, 134, 170, 195], "approot": 190, "appropri": [0, 17, 26, 32, 39, 40, 44, 57, 69, 94, 116, 119, 124, 160, 192], "approv": [33, 34, 189], "approxim": 213, "apps_path": 6, "appset": 24, "appstor": [6, 27, 32, 34, 159], "appstore_sign_dir": 34, "appstore_token": 34, "appswebroot": 13, "apptoken": [62, 77], "apt": [7, 195], "ar": [0, 1, 2, 4, 5, 7, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 29, 31, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 46, 51, 52, 53, 54, 55, 56, 57, 59, 61, 62, 64, 66, 68, 69, 73, 78, 80, 81, 83, 87, 88, 89, 91, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 119, 120, 122, 123, 125, 126, 127, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 144, 145, 146, 148, 149, 154, 155, 156, 157, 158, 160, 162, 164, 165, 169, 170, 171, 172, 173, 174, 175, 177, 179, 181, 182, 183, 186, 189, 190, 192, 193, 195, 196, 197, 198, 199, 201, 202, 203, 205, 207, 209, 212, 215, 216, 217, 219, 220], "arbitrari": [116, 144, 146, 212], "arbitrarili": 144, "architect": 155, "architectur": [3, 127, 137, 157, 158, 164, 204, 218], "archiv": [4, 27, 34, 36, 41, 78, 171], "area": [4, 98, 196, 197, 202, 207], "areavatarsen": 11, "arg": [22, 61, 144], "argc": 34, "argument": [0, 15, 16, 17, 24, 26, 28, 36, 37, 39, 40, 41, 48, 49, 59, 61, 66, 69, 70, 90, 99, 101, 115, 116, 134, 135, 137, 144, 145, 146, 179, 190, 195, 212, 220], "argument_hash": 127, "argument_nam": 179, "argv": 34, "aris": 166, "around": [17, 23, 31, 61, 98, 122, 127, 128, 137, 209], "arr": 190, "arrai": [6, 22, 23, 27, 28, 29, 37, 38, 39, 40, 41, 42, 44, 45, 49, 52, 53, 55, 59, 64, 66, 69, 73, 74, 75, 76, 77, 78, 87, 103, 105, 106, 108, 110, 111, 113, 114, 116, 117, 119, 129, 131, 134, 136, 137, 139, 142, 144, 145, 148, 150, 173, 174, 179, 182, 185, 193, 195, 212, 217], "arrang": [53, 61, 97, 139], "array_filt": 151, "array_map": [113, 116, 151], "array_reduc": 153, "array_walk_recurs": 39, "arraylist": 87, "arrow": [97, 202, 203], "articl": [39, 99, 195], "articles_api": 52, "articlesapicontrol": 52, "artifact": [34, 35], "asarrai": 113, "ascend": [53, 83, 129, 137, 139], "ascii": [4, 61], "ask": [2, 4, 28, 31, 33, 39, 49, 61, 62, 69, 87, 96, 122, 125, 127, 134, 163, 165, 167, 189, 192, 204, 205, 207, 208, 212], "aspect": [41, 61], "assembl": 40, "assembli": 47, "assert": 195, "assertequ": [191, 220], "assess": 192, "asset": [2, 26, 122, 154], "asset_nam": 34, "assign": [13, 35, 36, 39, 40, 41, 56, 73, 74, 93, 114, 122, 126, 189, 207], "assigneduserid": 27, "assist": [89, 106, 144, 160], "associ": [36, 41, 93, 94, 98, 134, 144, 145, 173, 198], "assum": [0, 29, 41, 52, 56, 62, 80, 99, 116, 179, 197, 212], "assur": [56, 62], "asxml": 39, "async": [131, 134], "asynccommandbu": 27, "asynchron": [144, 145, 146, 173], "atom": [4, 23, 56, 95, 98, 204], "atomicretri": [23, 109], "attach": [34, 44, 59, 93, 119, 121, 158, 163, 164, 175], "attach_to_releas": 34, "attachinlin": 112, "attack": [33, 39, 212], "attempt": [39, 141, 160], "attent": [16, 94, 207], "attitud": 192, "attract": 202, "attribut": [4, 18, 23, 25, 26, 28, 29, 39, 52, 53, 59, 63, 66, 78, 81, 101, 111, 116, 121, 122, 133, 134, 136, 138, 168, 174, 188, 189, 202, 212, 215], "audienc": 195, "audio": [39, 141, 143, 144], "audio2text": 144, "audiotoimag": 144, "audiototext": 144, "audit": [33, 47, 212], "augment": 207, "auth": [4, 15, 26, 39, 64, 78, 121, 158, 169, 182, 195, 211], "authent": [5, 10, 15, 22, 24, 26, 28, 29, 49, 51, 62, 63, 71, 78, 87, 88, 99, 121, 122, 125, 134, 149, 155, 159, 160, 162, 164, 165, 166, 167, 169, 170, 174, 177, 180, 181, 187, 195], "authenticatorassertionresponsevalid": 195, "authenticatorattestationresponsevalid": 195, "authenticod": 99, "authf": 4, "authfail": 133, "authinit": 16, "author": [4, 18, 29, 33, 34, 39, 44, 52, 53, 56, 61, 62, 64, 78, 134, 136, 151, 168, 189, 205, 209, 217], "author_api": [39, 52, 136], "authorapi": 39, "authorapicontrol": [39, 52, 136], "authorcontrol": [39, 40, 52], "authordao": 56, "authorit": [23, 102], "authorizationjwt": 195, "authorizedadminset": [26, 53], "authormapp": [40, 56], "authornamecount": 56, "authorservic": [40, 48, 55, 61], "authorstorag": 60, "authorstoragetest": 60, "authorurl": 44, "authpublicsharecontrol": 133, "authsucceed": 133, "auto": [22, 56, 63, 102, 126, 127, 148], "autocomplet": 64, "autocompleteev": 64, "autoincr": 56, "autolink": 134, "autoload": [0, 2, 12, 23, 28, 59, 60, 121, 127, 215], "autoloadercheck": 215, "autom": [30, 61, 71, 107, 156, 171, 189, 204], "automat": [7, 10, 17, 22, 23, 26, 27, 34, 35, 39, 42, 44, 46, 47, 48, 56, 61, 66, 71, 78, 84, 88, 93, 94, 96, 98, 99, 102, 103, 105, 106, 108, 109, 116, 122, 125, 127, 132, 134, 135, 139, 143, 148, 154, 158, 162, 169, 171, 182, 185, 189, 190, 191, 196, 197, 199, 201, 212, 220], "automkcol": 78, "autos": 25, "autosubmit": 22, "autotest": 220, "autowir": 40, "auxiliari": 99, "avail": [4, 5, 7, 10, 12, 24, 26, 28, 35, 36, 37, 39, 40, 44, 45, 46, 53, 59, 61, 63, 64, 65, 66, 71, 78, 79, 80, 84, 85, 89, 91, 98, 99, 100, 102, 103, 106, 107, 108, 110, 111, 113, 114, 115, 119, 122, 125, 127, 130, 131, 134, 135, 137, 140, 142, 144, 145, 146, 148, 154, 156, 157, 158, 161, 163, 164, 165, 170, 178, 193, 195, 200, 201, 207, 213, 217, 220], "avatar": [54, 95, 98, 108, 117, 134, 137], "avatarmanag": 27, "averag": 144, "avoid": [2, 27, 31, 37, 38, 40, 57, 59, 94, 99, 101, 108, 121, 127, 130, 150, 153, 155, 188, 189, 193, 197, 202, 209, 212, 217], "awai": [21, 24, 37, 51, 71, 127, 142], "await": [78, 134, 189], "awar": [29, 116, 127, 140, 197, 212], "awesom": [141, 144, 145, 146, 148], "awk": [79, 130], "axio": [121, 134, 158], "b": [2, 34, 112, 158, 192, 195], "b38e": 78, "b5e6f6": 197, "babel": 122, "babelrc": 35, "back": [33, 36, 38, 41, 56, 77, 97, 107, 109, 111, 115, 116, 117, 122, 127, 134, 160, 187, 204, 218], "backbon": 14, "backend": [23, 24, 26, 27, 28, 36, 41, 47, 51, 54, 57, 64, 72, 73, 74, 113, 116, 125, 134, 143, 156, 159, 213, 217, 220], "backend_caldav": 26, "backendcap": 64, "backendwis": 81, "background": [4, 22, 26, 28, 36, 41, 47, 61, 64, 73, 93, 115, 121, 127, 135, 141, 144, 145, 146, 170, 183, 188, 201, 204], "backgroundcolor": 46, "backgroundjob": [10, 22, 23, 25, 27, 37, 40, 139], "backport": [28, 31, 35, 189, 215], "backslash": 212, "backtrac": 130, "backup": [31, 63, 78, 150], "backward": [16, 17, 23, 24, 26, 27, 40, 41, 56, 80, 122, 136, 149], "bad": [33, 39, 49, 61, 66, 67, 71, 74, 75, 76, 127, 172, 177, 181, 197], "badrequestexcept": 66, "bakerycontrol": 39, "balanc": 127, "bamarni": 2, "ban": 33, "bandwidth": 79, "bantu": 27, "bar": [39, 40, 61, 79, 95, 111, 183, 190, 191, 192, 197, 200, 217], "barcontrol": 217, "barservic": 40, "base": [7, 16, 18, 22, 24, 26, 27, 29, 37, 40, 41, 44, 47, 51, 56, 61, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 87, 93, 97, 98, 99, 103, 105, 106, 108, 114, 116, 120, 121, 127, 137, 139, 156, 158, 170, 174, 175, 189, 203, 213, 217], "base64": [66, 168], "base64_decod": 65, "base_url": 174, "baselin": [107, 197], "basenam": 14, "baseurl": 44, "bash": [7, 79, 99, 158, 195], "basi": [28, 29, 39, 62, 192], "basic": [34, 45, 51, 52, 56, 59, 64, 81, 82, 87, 89, 92, 96, 98, 99, 107, 109, 115, 121, 122, 133, 139, 144, 150, 152, 156, 158, 162, 164, 169, 193, 200, 204], "basicsearch": [83, 113], "bat": 99, "battl": 134, "baz": [111, 183], "bazinga": 39, "bdebc0": 197, "bearer": [64, 87], "becam": 16, "becaus": [1, 17, 19, 22, 23, 35, 37, 38, 39, 40, 56, 57, 59, 61, 65, 66, 79, 99, 102, 109, 113, 119, 127, 134, 135, 144, 160], "becom": [1, 16, 25, 33, 40, 52, 56, 99, 127, 137, 170, 207], "bee": [26, 69], "been": [2, 6, 15, 18, 20, 22, 23, 24, 25, 26, 27, 29, 35, 36, 39, 41, 45, 49, 59, 61, 65, 66, 78, 80, 87, 90, 93, 99, 102, 108, 116, 122, 124, 131, 132, 134, 141, 144, 145, 146, 148, 149, 189, 192, 197, 202, 205, 207], "befor": [0, 4, 16, 17, 18, 23, 24, 26, 27, 29, 30, 36, 39, 40, 41, 49, 51, 61, 62, 65, 66, 67, 87, 103, 105, 106, 107, 113, 122, 126, 127, 134, 135, 138, 140, 144, 145, 146, 153, 169, 171, 193, 202, 205, 206, 207, 212, 215, 216, 217], "beforecontrol": 49, "beforegettemplatesev": 28, "beforegroupdeletedev": 24, "beforemessages": 15, "beforeoutput": 49, "beforepasswordupdatedev": 24, "beforepreviewfetchedev": [24, 27], "beforesabrepubliclyloadedev": 22, "beforesharecreatedev": 24, "beforesharedeletedev": 24, "beforetemplaterenderedev": [16, 24], "beforeuseraddedev": 24, "beforeuserdeletedev": [0, 24], "beforeuseridunassignedev": 27, "beforeuserloggedinev": 15, "beforeuserremovedev": 24, "begin": [0, 29, 39, 51, 56, 116, 150], "begintransact": 56, "behalf": 39, "behavior": [1, 39, 40, 56, 78, 103, 105, 202, 213], "behind": [17, 29, 112], "being": [7, 28, 33, 36, 39, 40, 41, 44, 49, 51, 52, 56, 57, 59, 94, 98, 101, 109, 110, 119, 122, 157, 158, 179, 212, 213], "belong": [36, 41, 54, 67, 96, 102, 116, 127, 207], "below": [2, 4, 7, 20, 24, 26, 27, 39, 40, 56, 64, 74, 75, 81, 99, 103, 111, 115, 116, 119, 139, 144, 145, 146, 149, 158, 189, 193], "bem": 188, "benefici": 108, "benefit": [2, 40, 133, 207], "benjamin": 34, "berlin": 115, "bernhard": 4, "beschreibung": 4, "besid": 213, "best": [18, 28, 35, 61, 63, 93, 94, 121, 127, 135, 156, 189, 192, 207, 209], "beta": 35, "better": [0, 22, 33, 35, 36, 41, 61, 66, 90, 93, 94, 96, 98, 103, 105, 122, 130, 188, 189, 190, 212], "between": [0, 2, 16, 17, 28, 36, 37, 39, 41, 51, 53, 57, 59, 61, 66, 80, 94, 98, 99, 110, 119, 139, 144, 145, 146, 156, 157, 158, 164, 168, 169, 202, 203], "bewar": [24, 37], "bf7900": 197, "bf_prev": 220, "bg": 7, "bg_bg": 7, "big": [40, 119, 127, 130, 137, 189], "bigger": [96, 127, 189], "biggest": 17, "bighostingapp": 119, "bigint": [56, 59], "bin": [2, 24, 34, 79, 99, 195], "binari": [56, 79, 80, 81, 99], "bind": [14, 17, 169, 188, 190, 213], "bindparam": 17, "bindvalu": 17, "biographi": 129, "birth": 26, "bit": [23, 41, 54, 61, 80, 116, 127, 213], "bitflag": [65, 103, 105], "bla": [81, 201], "blabla": 201, "blacklist_files_regex": [13, 26], "blank": 39, "blazingli": 108, "blazinglyfast": 108, "blizzz": 114, "blob": [22, 56, 66, 81, 220], "block": [33, 36, 39, 41, 44, 59, 103, 105, 127, 141, 144, 145, 146, 165, 188, 189, 190, 191, 197], "blog": [109, 124], "blogspot": 220, "blue": [93, 94, 191], "blueprint": 99, "blur": 197, "board": 61, "boardid": 137, "bob": [127, 143, 186], "bodi": [24, 26, 64, 66, 78, 82, 112, 120, 131, 134, 174, 196, 197, 201], "boil": 195, "boilerpl": 40, "bold": [94, 197], "book": 41, "bookmark": [93, 94, 98, 106, 131, 212], "bool": [23, 24, 39, 44, 50, 66, 70, 73, 75, 78, 103, 105, 108, 113, 116, 119, 126, 130, 131, 133, 134, 144], "boolean": [23, 26, 28, 39, 44, 56, 68, 69, 73, 83, 87, 90, 103, 105, 108, 116, 134, 137, 141, 144, 145, 146, 148, 149, 190], "boot": [40, 44, 49, 108, 113, 115, 129, 130, 131, 137, 141, 144, 145, 146, 148, 150, 152], "bootstrap": [2, 3, 5, 22, 25, 26, 28, 40, 41, 44, 49, 51, 60, 108, 111, 113, 119, 129, 131, 137, 140, 141, 144, 145, 146, 148, 150, 152, 158, 195, 204], "borchardt": 4, "border": [28, 64, 197, 203], "bot": [7, 33, 176, 187, 192], "both": [2, 27, 37, 39, 40, 44, 52, 53, 59, 61, 69, 78, 106, 113, 115, 116, 125, 128, 134, 137, 139, 140, 141, 144, 170, 197], "bottleneck": 38, "bottom": [4, 34, 53, 93, 98, 108, 122, 130, 139, 202], "bound": 73, "boundari": 79, "boundary_": 79, "box": [39, 98, 197, 202], "br": 198, "brace": [39, 52, 189], "bracket": 61, "brahmer": 34, "branch": [28, 29, 59, 89, 96, 99, 107, 130, 154, 189, 193, 194, 205, 207, 215], "brand": 96, "break": [2, 15, 17, 18, 22, 24, 26, 28, 33, 35, 40, 61, 66, 101, 102, 109, 115, 128, 136, 140, 190, 191, 192, 209, 217], "breakpoint": 197, "brew": 99, "brief": 166, "briefli": 156, "bright": [26, 46, 64, 197], "brighter": 197, "brightest": 197, "brilliant": 33, "bring": [16, 18, 22, 155, 207], "broad": [41, 56, 103, 105], "broadcast": 202, "broaden": 28, "broken": [66, 140, 189, 191], "broker": 143, "brown": 65, "brows": [63, 209], "browselink": 61, "browser": [15, 18, 24, 32, 39, 44, 62, 96, 97, 108, 110, 137, 140, 193, 195, 212], "browser_download_url": 34, "bruteforc": [27, 157, 182], "bruteforce_protect": 182, "bruteforceprotect": 39, "bruteforceset": 7, "btn": 188, "btoa": 26, "bu": [22, 27, 31, 90, 121], "bubbl": [95, 98, 134], "bucket": [10, 195], "budget": 134, "bug": [4, 26, 31, 33, 35, 66, 122, 134, 189, 192, 197, 205, 206], "bug_triag": 207, "bugtrack": [204, 211], "build": [2, 4, 27, 28, 33, 34, 35, 36, 39, 40, 41, 61, 66, 78, 89, 100, 113, 115, 121, 122, 130, 134, 137, 154, 156, 158, 202, 204, 213, 215, 218], "build_and_publish": 34, "build_owncloud_osx_bundl": 99, "builder": [17, 19, 22, 24, 26, 113, 115], "built": [18, 27, 33, 38, 39, 40, 44, 66, 80, 96, 98, 110, 114, 115, 116, 119, 120, 121, 130, 131, 137, 138, 139, 144, 169, 179, 189, 212], "bulk": [82, 92, 106, 117, 153], "bulk_upload_request_": 79, "bulkloaddataforcollect": 153, "bullet": 200, "bump": [35, 122, 207], "bundl": [12, 15, 28, 29, 35, 87, 99, 114, 122], "bundler": [124, 190], "burden": 98, "button": [4, 21, 26, 28, 32, 44, 61, 64, 94, 95, 99, 108, 134, 139, 188, 196, 197, 200, 201, 203, 204, 220], "button__icon": 188, "bye": 191, "bypass": [7, 168, 211], "byte": [78, 116], "bzr": 4, "c": [2, 7, 16, 40, 55, 60, 78, 79, 81, 99, 121, 193, 201, 202, 220], "c90000": 197, "ca": [29, 99], "cach": [23, 28, 39, 42, 47, 57, 60, 77, 99, 103, 105, 110, 121, 126, 153, 156, 193, 204, 214, 220], "cachedcalendarobjectcreatedev": 16, "cachedcalendarobjectdeletedev": 16, "cachedcalendarobjectupdatedev": 16, "cachedpictur": 38, "cacheentryremovedev": 23, "cachefactori": 38, "cachejail": 213, "cachepermissionsmask": 213, "cal": 81, "calc": 197, "calcul": [108, 116], "calculate_hi": 39, "caldav": [16, 26, 81, 115], "caldavbackend": 16, "calendar": [19, 26, 27, 48, 61, 93, 94, 97, 98, 118, 121, 133, 180], "calendarcreatedev": 16, "calendardata": [22, 116], "calendardeletedev": 16, "calendarmanag": [27, 115], "calendarobject": 116, "calendarobjectcreatedev": 16, "calendarobjectdeletedev": 16, "calendarobjectupdatedev": 16, "calendarplugin": 116, "calendarprovid": 116, "calendarpublishedev": 16, "calendarqueri": 116, "calendarreadwrit": 116, "calendarresourcebackendmanag": 27, "calendarroombackendmanag": 27, "calendarserv": 81, "calendarshareupdatedev": 16, "calendarunpublishedev": 16, "calendarupdatedev": 16, "calendaruri": [115, 116], "call": [0, 1, 7, 16, 17, 19, 21, 22, 24, 26, 27, 28, 31, 38, 39, 40, 41, 44, 45, 49, 52, 56, 57, 60, 61, 62, 63, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 87, 93, 97, 98, 99, 102, 103, 105, 106, 108, 113, 114, 116, 117, 121, 128, 129, 130, 131, 134, 135, 137, 142, 144, 147, 149, 152, 153, 157, 170, 174, 190, 192, 202, 207, 212, 220], "callabl": [0, 40, 41, 144, 212, 217], "callback": [39, 44, 66, 108, 134, 144, 190], "callcheck": [13, 212], "calledanonym": 138, "calledbyus": 138, "caller": [27, 116], "callhttpapi": 190, "camel": [22, 190], "camelcas": 52, "can": [0, 1, 2, 4, 5, 6, 7, 10, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 68, 69, 71, 73, 74, 75, 78, 79, 80, 83, 84, 88, 89, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 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, 160, 162, 164, 165, 166, 168, 169, 170, 171, 174, 175, 177, 178, 182, 183, 189, 190, 191, 192, 193, 195, 197, 199, 201, 202, 203, 205, 207, 209, 212, 213, 215, 216, 217, 220], "canaccessresourc": 131, "cancel": [87, 116, 131, 134, 144], "canceltask": 144, "canchangeemail": 28, "candetectlanguag": 148, "candid": 35, "canexecut": 28, "canimport": 150, "cannot": [14, 28, 29, 36, 41, 61, 80, 94, 103, 105, 106, 109, 116, 134, 141, 144, 145, 146, 148, 195, 196, 209], "cant": 57, "cap": [94, 195], "capabilitiesmanag": 27, "capabl": [0, 36, 41, 63, 71, 78, 119, 134, 143, 155, 164, 177, 195], "capac": 164, "capit": [94, 190], "cappedmemorycach": 38, "caption": 56, "card": [28, 41, 81, 93, 131], "cardcreatedev": 16, "carddav": [4, 16, 81], "carddavbackend": 16, "carddeletedev": 16, "cardid": 137, "cardupdatedev": 16, "care": [2, 34, 39, 44, 62, 96, 122, 134, 139, 191, 207, 212, 217], "carefulli": [0, 35, 39, 202], "carri": [56, 64, 138, 170], "case": [10, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 35, 37, 39, 40, 41, 44, 48, 52, 53, 55, 56, 61, 62, 64, 66, 71, 73, 74, 75, 77, 78, 93, 94, 98, 101, 102, 108, 109, 110, 113, 114, 115, 116, 122, 125, 128, 133, 134, 137, 138, 139, 140, 141, 144, 145, 146, 148, 150, 153, 154, 158, 162, 164, 165, 169, 170, 189, 191, 192, 193, 201, 202, 203, 205, 207, 209], "caseinsensit": 105, "cast": [55, 56], "cat": [79, 137], "catch": [39, 55, 56, 57, 60, 62, 66, 109, 120, 134, 138, 144, 145, 146, 150], "catchabl": [28, 121], "categor": 98, "categori": [4, 97, 98, 101, 139, 140, 190, 207], "categoryfetch": 27, "caught": [23, 66, 109, 113], "caus": [7, 17, 26, 33, 62, 109, 127, 135, 166, 192, 202, 220], "causal": 127, "caution": 192, "cautiou": 93, "caveat": 190, "ccbbebdccc73a042b1a2799f673fbabadc783284cc288e4f1a1eacb74e3d": 29, "cccccc": 197, "cd": [6, 7, 34, 99, 130, 154, 193, 195], "cdata": 4, "censormiddlewar": 49, "center": [81, 197, 203], "central": [40, 116, 127, 141, 144, 145, 146, 148], "cert": [34, 195], "cert_dir": 34, "certain": [0, 37, 39, 56, 62, 63, 87, 93, 98, 99, 109, 114, 116, 135, 210], "certainli": 154, "certif": [29, 34, 62, 99, 165, 169, 195], "cf26dff4be60": 115, "ch": 128, "chain": 39, "challeng": [39, 149], "chanc": [17, 33, 61, 80, 122], "chang": [0, 2, 4, 6, 9, 29, 33, 36, 39, 40, 41, 48, 56, 58, 66, 68, 90, 98, 99, 101, 103, 105, 107, 108, 110, 111, 113, 116, 121, 124, 126, 127, 132, 134, 136, 137, 142, 144, 149, 156, 157, 158, 160, 171, 172, 183, 189, 192, 193, 195, 199, 202, 205, 211, 212, 215, 218], "changelog": [3, 17, 25, 35, 122], "changeschema": 59, "changeton": 144, "changeus": [24, 41], "channel": [35, 143], "chapter": [0, 61], "char": 56, "charact": [4, 26, 39, 56, 61, 87, 102, 105, 128, 134, 189], "charg": 87, "charset": 116, "chat": [28, 64, 93, 97, 98, 108, 121, 129, 143, 144, 202, 204], "chatwithtool": 144, "cheaper": 117, "check": [2, 4, 5, 7, 17, 18, 23, 24, 26, 27, 28, 29, 31, 34, 36, 37, 39, 41, 44, 45, 49, 54, 56, 57, 60, 61, 63, 66, 77, 78, 80, 90, 98, 101, 106, 107, 108, 111, 114, 115, 119, 121, 122, 126, 127, 128, 132, 137, 138, 139, 144, 145, 146, 150, 153, 157, 165, 169, 174, 183, 190, 195, 198, 201, 202, 204, 212, 215, 216], "check1": 203, "check_missing_column": [18, 24], "check_missing_columns_ev": 24, "check_missing_index": [18, 24], "check_missing_indexes_ev": [18, 24], "check_missing_primary_kei": [18, 24], "check_missing_primary_keys_ev": [18, 24], "checkadminus": 212, "checkappen": 13, "checkbox": [21, 44, 139, 162, 183, 200, 201, 203], "checker": 39, "checkloggedin": 212, "checkmark": [28, 202, 203], "checkout": [34, 107, 178, 192], "checkserverresponsetrait": [27, 140], "checksharetoken": 134, "checksubadminus": 212, "checksum": [78, 79, 83], "chees": 120, "cherri": 192, "child": [10, 116, 212], "childexist": 116, "childnam": 116, "children": [1, 116, 144, 153], "childrencount": 81, "chip": [26, 197], "chmod": [99, 193, 195, 220], "choic": [2, 7, 33, 37, 116, 134, 135, 145, 146], "choos": [26, 41, 57, 65, 94, 96, 99, 116, 127, 131, 134, 183, 212], "chose": [35, 54, 133], "chosen": [39, 94, 97, 207], "chown": [99, 193], "christoph": 4, "chrome": [12, 110, 195, 220], "chroot": 213, "chunk": [78, 82, 92, 137, 207], "chunk1": 80, "chunk2": 80, "ci": [2, 7, 17, 35, 130, 154, 169, 171, 189], "circl": [4, 25, 65, 69, 78, 93, 98], "circleid": 69, "circumst": 99, "citi": 61, "claim": 189, "clang": 99, "clarif": [26, 28, 119], "clarifi": 27, "class": [1, 2, 3, 4, 6, 10, 12, 15, 16, 17, 18, 24, 26, 27, 28, 36, 37, 38, 39, 44, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 66, 78, 87, 89, 101, 102, 103, 106, 107, 108, 109, 112, 113, 114, 115, 117, 118, 120, 121, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 188, 189, 191, 195, 196, 198, 200, 201, 202, 203, 212, 215, 220], "class1": 39, "class2": [39, 40], "classic": [39, 109], "classif": 4, "classifi": 189, "classload": [39, 121, 132, 204], "classnam": 23, "classpath": 12, "clean": [33, 40, 60, 134, 191, 192, 220], "cleanup": [10, 41, 77], "clear": [19, 27, 36, 37, 41, 63, 93, 94, 96, 103, 105, 155, 189, 197, 202, 207, 216], "clearat": 71, "clearbackend": 28, "clearcach": [103, 105, 126], "clearcacheal": 105, "clearli": [33, 40, 207, 215], "cli": [2, 15, 24, 124, 135, 140, 141, 166, 167, 179], "click": [32, 44, 71, 93, 99, 117, 127, 130, 134, 139, 202, 203, 212, 220], "clickabl": [98, 197, 202], "clickjack": 211, "client": [10, 17, 26, 39, 62, 64, 66, 77, 78, 80, 83, 87, 90, 110, 113, 116, 121, 122, 126, 137, 138, 144, 145, 146, 148, 164, 195, 204, 206], "clientdatarpid": 195, "clientservic": 120, "clipboard": [12, 14], "clipboardj": [12, 14], "clock": [23, 121, 147], "clockinterfac": [23, 132, 147], "clog": 37, "clone": [6, 7, 35, 99, 130, 154, 189, 193, 195], "close": [31, 35, 39, 56, 81, 97, 131, 134, 160, 188, 191, 202, 203, 207, 209], "closecursor": 56, "closer": [18, 66, 207], "closur": [0, 16, 44, 56, 59, 66, 131], "cloud": [22, 28, 36, 41, 61, 62, 63, 64, 65, 77, 78, 83, 84, 85, 87, 99, 113, 137, 195, 197], "cloudlink": 61, "clue": 134, "cluster": [38, 56, 158, 218], "clutter": 93, "cmake": 99, "cmake_install_prefix": 99, "cmake_prefix_path": 99, "cmd": [2, 99], "cmocka": 99, "cn": 29, "cnf": 127, "co": [119, 124], "co2": 144, "co2_emiss": 144, "code": [0, 1, 2, 4, 5, 6, 7, 10, 15, 16, 18, 20, 23, 24, 26, 27, 28, 30, 33, 35, 36, 39, 40, 41, 49, 51, 52, 56, 59, 61, 62, 64, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 88, 89, 91, 94, 99, 101, 102, 103, 105, 107, 108, 110, 111, 116, 119, 121, 122, 124, 127, 134, 135, 138, 139, 148, 149, 154, 155, 156, 157, 158, 169, 174, 177, 182, 194, 195, 201, 204, 207, 211, 214, 217, 218, 219, 220], "codebas": 26, "codesign": 99, "collabor": [4, 14, 24, 26, 27, 40, 64, 78, 99, 131, 134, 189, 217], "collabora": [32, 218], "collaborationview": 131, "collaboratorsearch": 27, "collaboratorsearchplugin": 4, "collaps": [97, 200], "collect": [1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 28, 36, 41, 61, 63, 78, 83, 92, 98, 121, 130, 131, 134, 195, 204], "collection_nam": 65, "collectionlist": 131, "collector": 139, "collis": 80, "colon": [61, 106], "color": [24, 46, 64, 95, 114, 116, 134, 188, 198, 200, 201, 202], "colour": 21, "column": [17, 36, 41, 59, 98, 109], "column_a": 59, "column_b": 59, "columncount": 17, "columntoproperti": 56, "columntyp": 59, "com": [2, 4, 6, 7, 14, 15, 16, 22, 29, 32, 33, 34, 39, 56, 62, 64, 66, 69, 77, 78, 81, 83, 84, 85, 87, 89, 90, 99, 108, 109, 110, 115, 116, 117, 119, 120, 122, 129, 130, 134, 135, 144, 154, 160, 174, 179, 193, 195, 201, 205, 207, 212, 217, 220], "combin": [61, 93, 94, 99, 107, 116, 137, 189, 201, 202], "come": [0, 33, 39, 40, 56, 61, 62, 80, 87, 94, 101, 102, 103, 105, 116, 120, 127, 137, 168, 173, 207], "comfort": 40, "comma": [144, 146, 175, 182], "command": [0, 2, 4, 10, 15, 16, 17, 26, 27, 29, 58, 64, 89, 99, 110, 121, 124, 130, 135, 140, 141, 149, 154, 157, 158, 160, 169, 176, 187, 192, 193, 195, 212, 215, 216], "comment": [15, 24, 27, 28, 64, 65, 78, 82, 92, 93, 98, 101, 116, 153, 189, 190, 192, 195, 205, 207], "comment_count": 134, "commentid": 81, "commentnod": 81, "commentpropertiesplugin": 153, "commentsentityev": 24, "commentsmanag": 27, "commiss": 32, "commit": [7, 35, 56, 102, 127, 189, 192, 205, 215, 218], "common": [2, 7, 24, 35, 39, 44, 57, 66, 83, 87, 93, 94, 121, 127, 128, 131, 134, 140, 159, 165, 166, 169, 188, 212], "commonli": [93, 97, 98, 147, 217], "commun": [7, 33, 41, 61, 87, 88, 94, 99, 109, 110, 122, 134, 143, 156, 157, 158, 204, 207, 208, 209, 211, 213], "compact": [26, 35], "compani": [69, 189], "compar": [61, 80, 99, 108, 127, 138], "compat": [10, 16, 17, 20, 22, 23, 24, 26, 27, 31, 33, 35, 39, 40, 41, 42, 56, 66, 80, 94, 121, 149, 193, 196, 204, 211, 218], "compens": 32, "compil": [7, 8, 21, 24, 35, 42, 61, 89, 158, 171, 190, 212, 216], "compile_po_to_mo": [158, 171], "complet": [0, 36, 41, 63, 73, 92, 93, 96, 116, 134, 137, 144, 154, 158, 175, 183, 185, 189, 197, 205], "completionexpectedat": 73, "complex": [83, 96, 107, 108, 111, 114, 116, 139, 155, 156, 192, 197], "compli": [28, 33, 207], "complianc": [48, 189], "compliant": 188, "complic": [40, 137], "compon": [0, 18, 24, 26, 35, 36, 39, 40, 41, 42, 44, 61, 95, 97, 107, 108, 112, 116, 121, 122, 131, 150, 192, 197, 199, 204, 218], "componentvm": 131, "compos": [0, 3, 20, 21, 22, 23, 24, 26, 27, 35, 40, 59, 66, 93, 98, 102, 107, 190, 202], "composer_dev_mod": 2, "comprehens": [4, 8], "compress": [29, 110], "comput": [22, 100, 144, 156, 163], "compute_devic": 169, "computedevic": 170, "computerfiles": 28, "concaten": [61, 212], "concept": [40, 63, 104, 121, 152, 156, 158, 189, 204], "conceptu": 17, "concern": [33, 192], "concis": [93, 94], "conclus": 167, "concurr": [39, 109, 137], "condescend": 94, "condit": [17, 23, 24, 108, 116, 191, 207], "condition": [49, 137], "condition2": [190, 191], "condition3": [190, 191], "conduct": [33, 204, 211], "conf": 195, "conferenc": 143, "confid": 192, "config": [2, 6, 10, 13, 14, 17, 23, 25, 26, 27, 28, 35, 40, 44, 53, 55, 56, 57, 66, 76, 107, 110, 111, 121, 124, 125, 130, 139, 140, 157, 162, 169, 176, 183, 193, 195, 204, 220], "config_is_read_onli": 28, "configkei": [76, 111, 172, 181], "configur": [2, 3, 6, 18, 26, 28, 32, 33, 34, 35, 38, 39, 40, 47, 51, 52, 58, 60, 61, 62, 63, 69, 93, 96, 98, 99, 103, 105, 108, 110, 113, 119, 120, 121, 127, 129, 140, 143, 149, 154, 155, 156, 158, 160, 162, 163, 164, 165, 169, 172, 175, 189, 190, 191, 193, 195, 197, 204, 207, 212, 220], "configvalu": [76, 172, 181], "confirm": [26, 65, 93, 96, 121, 143, 144, 153, 189, 203, 207], "confirmdestruct": 26, "confirmhtml": 26, "conflict": [12, 24, 56, 99, 122, 137, 190, 192], "confus": [93, 151], "congratul": 34, "connect": [17, 19, 24, 40, 41, 47, 56, 62, 80, 108, 109, 110, 116, 121, 122, 127, 154, 158, 160, 165, 169, 170, 174, 204], "connecthook": 0, "connector": [16, 24, 153, 195], "consecut": [137, 152], "consensu": 189, "consent": 137, "consequ": [17, 19, 33], "consid": [12, 28, 33, 35, 37, 39, 40, 61, 62, 63, 80, 97, 98, 101, 115, 116, 127, 156, 157, 160, 169, 170, 189, 192, 205, 209], "consider": [3, 47, 116, 121, 122, 130, 204], "consist": [23, 25, 40, 44, 51, 55, 56, 94, 97, 98, 99, 124, 127, 137, 156, 169, 189, 197, 209, 213], "consol": [2, 24, 26, 27, 44, 58, 90, 113, 122, 134, 135, 150, 179, 220], "consoleev": 24, "consolid": 149, "const": [44, 78, 108, 119, 129, 131, 134, 144, 150, 158, 190], "constant": [4, 5, 10, 15, 17, 18, 22, 26, 27, 28, 66, 101, 106, 116, 129, 158, 215], "constraint": [28, 66], "construct": [40, 58, 119], "constructor": [15, 24, 26, 27, 28, 36, 37, 40, 41, 52, 56, 59, 61, 108, 116, 136, 139, 144, 145, 146, 149], "consult": 189, "consum": [28, 33, 41, 66, 104, 118, 121, 130, 193, 195], "contact": [10, 15, 22, 27, 29, 31, 33, 40, 93, 94, 97, 98, 116, 118, 121, 138, 166, 180, 201, 207, 210], "contactinteractedwithev": 15, "contactremoteserv": 138, "contactsmanag": 27, "contactsmenu": [117, 196], "contain": [0, 1, 4, 5, 6, 10, 16, 20, 22, 24, 26, 27, 29, 35, 36, 39, 41, 44, 47, 48, 52, 54, 55, 60, 61, 64, 66, 69, 78, 87, 89, 93, 94, 97, 98, 101, 106, 108, 113, 114, 116, 121, 127, 128, 131, 134, 137, 140, 141, 144, 145, 146, 148, 154, 156, 157, 158, 159, 162, 163, 164, 165, 166, 167, 168, 169, 170, 173, 175, 190, 195, 197, 202, 204, 207, 212, 213, 215], "containerinterfac": [16, 40, 132], "containernam": 195, "content": [7, 21, 24, 26, 27, 29, 34, 36, 41, 50, 54, 57, 59, 61, 65, 78, 79, 81, 82, 83, 87, 94, 95, 102, 108, 112, 115, 120, 121, 127, 134, 136, 140, 144, 188, 197, 200, 202, 207, 212], "contentitem": 121, "contentmanag": 106, "contentprovid": 106, "contentproviderregisterev": 121, "contentsecuritypolici": [39, 50], "contentsecuritypolicymanag": 27, "contenttyp": [39, 120], "context": [0, 1, 16, 27, 28, 36, 40, 41, 44, 48, 49, 50, 56, 64, 87, 94, 108, 111, 113, 115, 116, 119, 121, 122, 129, 130, 131, 134, 137, 140, 144, 145, 150, 152, 155, 175, 179, 190, 204], "contextag": 144, "contextagentinteract": 144, "contextchat": [28, 106], "continu": [17, 20, 24, 26, 27, 31, 51, 66, 110, 121, 192, 204, 205], "contrari": 207, "contrast": [28, 39, 46, 116, 197], "contribut": [6, 33, 88, 96, 99, 121, 134, 189, 194, 207], "contributor": [33, 189, 207, 208], "control": [2, 22, 23, 25, 26, 28, 36, 37, 38, 41, 44, 45, 47, 49, 52, 53, 54, 55, 63, 78, 110, 122, 130, 131, 133, 136, 138, 145, 146, 168, 194, 204, 212], "controllermethodreflector": [27, 49], "conveni": [36, 41, 99, 110, 144], "convent": [40, 41, 56, 124, 135], "convers": [27, 64, 69, 78, 93, 94, 98, 121, 144, 158], "conversation_token": 144, "conversionprovid": 27, "convert": [4, 7, 17, 24, 28, 34, 44, 56, 66, 92, 103, 113, 114, 121, 156, 158, 171, 175, 195], "convert_translations_nc": 158, "converttopdf": 114, "converttostandardformat": [24, 128], "converttypetoint": 103, "converttypetostr": 103, "cookbook": 6, "cooki": [23, 36, 41, 62, 64, 78, 79, 87, 110], "cool_event_finish": 142, "cool_event_start": 142, "coolendev": 142, "coolstartev": 142, "coordin": 31, "copi": [29, 34, 59, 61, 66, 82, 93, 101, 158], "copy_transl": 158, "copynameloc": 61, "copyright": [33, 34, 189], "cor": [26, 52, 121, 168], "core": [10, 15, 18, 22, 26, 28, 29, 39, 43, 53, 62, 64, 77, 98, 108, 111, 116, 134, 137, 144, 149, 199, 205, 207, 220], "coreapp": 13, "corner": [39, 108, 117, 134], "corpor": [166, 167], "correct": [2, 39, 48, 55, 66, 87, 103, 114, 116, 144, 155, 160, 197, 202, 206], "correctli": [15, 18, 26, 33, 56, 60, 66, 107, 134, 140, 156, 160, 197], "correspond": [17, 18, 29, 32, 35, 39, 52, 57, 67, 78, 99, 103, 105, 116, 134, 139, 141, 144, 145, 146, 193, 205], "corrupt": 99, "cosentino": 4, "could": [0, 7, 17, 24, 29, 32, 34, 37, 39, 59, 62, 66, 73, 74, 79, 89, 99, 107, 108, 109, 116, 130, 131, 133, 140, 144, 145, 146, 150, 152, 171, 175, 184, 190, 192, 205, 207], "couldn": 69, "couldnottranslateexcept": 26, "count": [27, 33, 56, 61, 78, 153, 171, 202], "counter": [39, 95, 98, 200], "counterformatt": 202, "counterpart": 122, "countri": [24, 121], "coupl": [40, 96, 97, 155], "cours": [37, 52, 116, 127, 133, 145, 146, 207], "cover": [8, 9, 61, 63, 116, 122, 127, 165], "coverag": [34, 107], "cow": 144, "cpu": [130, 156, 158, 169, 170], "craft": 99, "craftenv": 99, "craftroot": 99, "craftsmanship": 220, "crash": 107, "creat": [3, 4, 5, 7, 9, 13, 14, 18, 20, 22, 24, 25, 26, 29, 34, 35, 36, 37, 38, 40, 41, 52, 53, 54, 56, 57, 59, 62, 63, 65, 66, 79, 80, 81, 82, 90, 96, 98, 99, 106, 107, 108, 111, 113, 114, 117, 118, 121, 126, 130, 131, 133, 134, 136, 139, 140, 144, 145, 146, 154, 158, 162, 163, 166, 169, 170, 171, 189, 190, 192, 193, 195, 198, 201, 202, 215, 220], "creatabl": [78, 113], "createbackup": 142, "createcachedcalendarobject": 16, "createcalendar": 16, "createcalendarobject": 16, "createcard": 16, "createcli": 78, "createconvers": 143, "created_at": [134, 137], "createdistribut": 38, "createel": [131, 134], "createev": 115, "createeventbuild": 115, "createeventsourc": [16, 24], "createfakefileforlocal": 158, "createfakefileforvuefil": 158, "createfil": 116, "createfromstr": [115, 116], "createfunct": 56, "createincalendar": 115, "createinmemori": 38, "createloc": 38, "createmessag": 112, "createnamedparamet": [56, 113], "createoper": 87, "createowncloudcli": 87, "createparamet": 24, "createpotfil": [158, 171], "createremotefolderoper": 87, "createremoteshareoper": 87, "createsubscript": 16, "createt": 59, "createtodo": 66, "createus": 151, "creation": [36, 40, 41, 52, 59, 69, 78, 83, 103, 105, 134, 189], "creation_tim": 78, "creationd": [78, 83], "creationdatetim": 81, "creator": [99, 134], "credenti": [64, 92, 99, 160, 195], "credentialsmanag": 27, "credit": 207, "criteria": [26, 39, 40, 115, 127], "critic": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 48, 109, 122, 127, 170, 192, 212], "criticalactionperformedev": 48, "cron": [34, 47, 115, 135, 204], "cronjob": 113, "crontab": 113, "crop": [24, 36, 41], "cross": [39, 66, 211], "crt": [29, 34, 195], "crucial": 127, "crypt": 16, "crypto": 27, "cs_cz": 7, "csp": [12, 24, 39, 50, 212], "csp_nonc": 26, "csr": [29, 195], "csrf": [26, 27, 39, 43, 122, 212], "csrftokenmanag": 27, "css": [5, 6, 18, 21, 24, 26, 28, 33, 39, 43, 47, 108, 131, 137, 139, 158, 185, 189, 190, 193, 202, 203, 204, 216], "csync": 99, "ctime": 78, "ctrl": 21, "cuda": [156, 158, 169, 170], "curl": [4, 62, 63, 65, 77, 79, 80, 81, 83, 99, 108, 113, 134, 217, 219], "curli": [39, 52], "current": [4, 7, 21, 26, 27, 28, 29, 32, 35, 36, 39, 40, 41, 44, 57, 61, 64, 65, 67, 69, 73, 74, 78, 80, 90, 97, 98, 99, 101, 106, 107, 108, 114, 122, 126, 130, 132, 137, 138, 139, 140, 141, 142, 144, 145, 146, 148, 151, 153, 156, 158, 161, 163, 164, 171, 173, 179, 181, 190, 193, 220], "currentus": 15, "cursor": [56, 134, 137], "custom": [1, 4, 10, 18, 23, 24, 25, 27, 29, 36, 37, 41, 46, 49, 50, 63, 78, 93, 94, 110, 111, 115, 118, 119, 121, 137, 140, 149, 156, 157, 170, 203, 207, 213], "custom2": 66, "custom_app": 160, "custom_bool": 137, "custom_int": 137, "custom_us": 137, "customev": 134, "customfield": 39, "customid": 144, "customiz": 198, "cut": [26, 39, 79, 94], "cute": 137, "cycl": 192, "d": [22, 62, 77, 78, 79, 81, 83, 99, 102, 108, 113, 193, 195, 207], "d1680193199": 90, "d5f1fa": 197, "d8d8d8": 94, "d8f3da": 197, "d9a428292998": 78, "daemon": [155, 156, 158, 162, 164, 165, 166, 169], "daemon_config_nam": 169, "daemonconfig": [154, 155, 170, 187], "dai": [37, 67, 98, 116, 183, 195], "daili": [35, 134], "damag": 212, "danger": [66, 93, 109, 212], "dark": [16, 26, 53, 61, 64, 94, 108, 134, 149, 197], "darker": 197, "darkest": 134, "dash": 128, "dashboard": [22, 25, 26, 121, 131, 204], "dashboardmodel": 108, "data": [1, 4, 24, 26, 27, 28, 29, 33, 36, 37, 38, 40, 41, 44, 47, 52, 53, 54, 56, 57, 62, 63, 64, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 90, 93, 96, 108, 110, 113, 115, 117, 121, 122, 130, 137, 139, 144, 150, 153, 157, 160, 169, 170, 175, 179, 189, 191, 192, 193, 195, 202, 211, 220], "databas": [1, 4, 8, 19, 23, 24, 34, 35, 36, 40, 41, 47, 55, 59, 62, 64, 67, 103, 105, 107, 109, 110, 111, 116, 121, 135, 137, 140, 153, 172, 181, 183, 194, 204, 212, 220], "databaseconnect": 27, "datacollector": 130, "dataprovid": 191, "datarespons": [39, 66, 217], "dataset": 13, "date": [2, 9, 26, 27, 35, 37, 56, 61, 65, 67, 69, 73, 78, 80, 83, 87, 93, 99, 101, 107, 115, 116, 121, 122, 126, 144, 145, 146, 209], "date_immut": [27, 56], "dateinterv": 115, "datetim": [27, 39, 56, 81, 83, 106, 137, 143, 144, 147], "datetime_immut": [27, 56], "datetime_tz": [27, 56], "datetime_tz_immut": [27, 56], "datetimeformatt": [27, 139], "datetimeimmut": [27, 56, 115, 132, 137], "datetimezon": [27, 115, 147], "dav": [3, 4, 16, 17, 24, 27, 28, 64, 67, 78, 79, 80, 81, 82, 84, 85, 87, 102, 113, 116, 138, 153, 189, 204], "davacl": 116, "davcalendardemo": 116, "davgetcli": 90, "dayo": 134, "dayo_android": 134, "db": [10, 17, 19, 22, 23, 24, 26, 27, 40, 56, 59, 78, 109, 145, 146, 212], "dbal": 107, "dbalexcept": [17, 109], "dbdbdb": 197, "dbe4ea": 197, "dbgp": 110, "dc5047": 114, "dcmake_build_typ": 99, "dcmake_install_prefix": 99, "dcmake_prefix_path": 99, "dcvalue1": 127, "dcvalue2": 127, "dd": [67, 69], "ddo": 212, "de": [4, 27, 34, 64, 110, 128, 220], "de_d": 64, "deactiv": 149, "deactivat": 121, "dead": 33, "deadlock": [23, 121, 127, 204], "deal": [52, 59, 61, 114, 134], "dealing_with_code_issu": 66, "dealt": 207, "debt": [189, 207], "debug": [13, 18, 26, 59, 99, 121, 124, 127, 130, 134, 140, 141, 144, 145, 146, 204], "debugg": 121, "debugmodesetupcheck": 140, "decid": [22, 33, 34, 35, 39, 61, 93, 97, 149, 171, 192, 207, 220], "decis": [68, 189, 207], "deck": [61, 78, 93, 97, 98, 131], "deckcard": 137, "declar": [0, 25, 31, 49, 78, 102, 106, 108, 113, 116, 121, 129, 130, 131, 138, 139, 140, 141, 144, 145, 146, 148, 150, 152, 158, 176, 182, 187, 217], "declarative_set": 183, "declarativeset": [111, 171], "declarativesettingsgetvalueev": 111, "declarativesettingsregisterformev": 111, "declarativesettingssetvalueev": 111, "declarativesettingstyp": 111, "declin": 63, "decod": [56, 62, 65], "decoupl": 40, "decrypt": 10, "decryptal": 16, "dedic": [2, 16, 24, 35, 41, 77, 116, 122, 124, 127, 202], "deduc": 40, "deep": [36, 41, 113], "deeper": 204, "defacto": 28, "default": [4, 7, 11, 12, 13, 23, 24, 26, 27, 28, 32, 36, 37, 41, 44, 47, 48, 49, 50, 56, 62, 64, 65, 66, 69, 73, 78, 93, 94, 97, 98, 99, 103, 105, 109, 110, 111, 113, 115, 116, 121, 128, 130, 131, 133, 136, 137, 143, 145, 146, 150, 154, 156, 157, 158, 162, 163, 164, 169, 172, 175, 178, 179, 181, 183, 185, 190, 191, 192, 195, 197, 198, 199, 201, 202, 203, 217], "default_en": 4, "default_languag": 61, "default_valu": 179, "defaultact": 191, "defaultvalu": 52, "defens": 212, "defer": [145, 146], "defin": [2, 17, 25, 27, 29, 35, 39, 40, 49, 51, 52, 56, 59, 61, 63, 69, 70, 73, 74, 76, 78, 93, 103, 105, 106, 107, 108, 111, 112, 114, 116, 119, 121, 129, 134, 135, 138, 139, 144, 145, 146, 151, 152, 157, 190, 202, 217], "definit": [63, 75, 107, 116, 189, 209], "delai": [37, 127, 202], "deleg": [0, 116, 164], "delet": [23, 24, 26, 27, 34, 41, 52, 54, 56, 63, 65, 66, 67, 71, 80, 81, 82, 88, 90, 92, 93, 94, 102, 103, 105, 109, 116, 121, 126, 127, 134, 136, 137, 144, 150, 151, 173, 174, 175, 176, 179, 182, 183, 184, 185, 201, 202, 212], "deletealluserconfig": 105, "deleteapp": [11, 103, 105], "deletecachedcalendarobject": 16, "deletecalendar": 16, "deletecalendarobject": 16, "deletecard": 16, "deletecont": 106, "deleteconvers": 143, "deletekei": [103, 105], "deletemetadata": [24, 113], "deleteprovid": 106, "deletesubscript": 16, "deletetask": 144, "deletetodo": 66, "deleteus": 0, "deleteuserconfig": 105, "deliber": 33, "delight": 33, "deliv": [33, 125], "deliver": 30, "demand": [39, 106, 116, 139], "demonstr": [135, 137], "deni": [36, 41, 78, 99], "denot": 4, "dep": [99, 101], "depend": [0, 3, 4, 7, 12, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 31, 35, 37, 39, 44, 47, 48, 52, 56, 59, 66, 88, 93, 94, 97, 98, 119, 122, 124, 132, 133, 134, 136, 137, 139, 141, 144, 145, 146, 148, 149, 154, 158, 163, 173, 193, 196, 201, 204, 212, 216, 220], "dependabot": 122, "deploi": [17, 155, 156, 158, 160, 162, 164, 165, 166, 170], "deploy": [31, 155, 157, 166, 167, 187], "deployconfig": [155, 169], "deprec": [4, 39, 40, 41, 45, 49, 53, 56, 74, 78, 101, 122, 132, 135, 141, 145, 146, 148, 170, 190, 197, 199, 215, 217], "depth": [51, 78, 83, 90, 113, 153, 193], "descend": [83, 113], "describ": [29, 35, 39, 66, 83, 88, 89, 99, 111, 115, 116, 132, 134, 139, 144, 149, 165, 169, 177, 183, 189, 193, 209], "descript": [4, 50, 59, 61, 63, 67, 71, 73, 74, 75, 76, 78, 83, 97, 98, 111, 115, 116, 119, 129, 134, 144, 149, 150, 179, 183, 184, 191, 197, 202], "descriptor": 61, "deserv": 207, "design": [23, 26, 28, 29, 33, 40, 52, 66, 94, 96, 97, 111, 122, 156, 164, 189, 200, 202, 204], "desir": [32, 39, 62, 87, 139, 170, 189], "desktop": [62, 94, 99, 134, 189, 202, 204, 206], "despit": [28, 101, 156, 212], "dest": 80, "destin": [78, 79, 80], "destroi": [52, 62, 131, 134], "destruct": 94, "detail": [4, 5, 10, 16, 17, 21, 24, 26, 28, 30, 35, 36, 39, 40, 41, 52, 57, 59, 61, 65, 66, 78, 83, 97, 101, 103, 105, 109, 110, 116, 119, 121, 130, 132, 134, 137, 156, 157, 160, 162, 167, 179, 191, 196, 200, 201, 204, 213], "detect": [17, 22, 23, 75, 99, 108, 109, 121, 122, 127, 130, 144, 158, 190, 213], "detectlanguag": 148, "determin": [21, 26, 28, 51, 78, 109, 119, 130, 134, 137, 157, 170], "dev": [2, 35, 66, 79, 99, 107, 108, 109, 121, 156, 158, 167, 195, 204, 216], "devdepend": 124, "develop": [4, 6, 7, 8, 15, 17, 23, 26, 27, 29, 32, 33, 34, 35, 39, 40, 41, 46, 59, 61, 64, 92, 94, 96, 100, 108, 109, 115, 121, 124, 127, 129, 130, 131, 133, 134, 139, 140, 150, 154, 155, 157, 158, 166, 170, 171, 189, 194, 195, 197, 205, 206, 207, 211, 212, 216, 217], "devic": [62, 64, 87, 92, 96, 97, 156, 163, 164, 169, 195], "dhparam": 195, "di": [0, 10, 27, 40, 41], "diagnost": [27, 40], "dialog": [4, 13, 15, 25, 26, 93, 121], "dialogbuild": 26, "dictat": 116, "dictionari": 90, "did": [16, 26, 39, 67, 130, 207, 209, 212], "didn": 26, "diff": [158, 195], "differ": [0, 1, 4, 17, 24, 26, 27, 29, 36, 39, 40, 41, 46, 51, 56, 59, 61, 62, 64, 66, 78, 87, 89, 90, 93, 94, 96, 97, 98, 99, 102, 103, 105, 110, 116, 131, 133, 134, 136, 137, 139, 140, 156, 163, 171, 191, 192, 203, 220], "differenti": [28, 78, 93, 207], "difficult": [29, 98, 137], "diffus": 145, "dig": 204, "digit": [4, 59], "dir": [90, 99, 137, 175, 212], "direct": [17, 24, 27, 36, 41, 63, 134, 153, 189, 197, 202, 203, 205], "directli": [13, 17, 18, 26, 27, 28, 32, 34, 36, 39, 40, 41, 51, 52, 57, 60, 62, 78, 80, 90, 116, 134, 135, 144, 145, 146, 154, 179, 189, 192, 196, 197, 198, 202, 212], "directori": [2, 6, 24, 26, 27, 34, 35, 39, 57, 60, 69, 78, 80, 83, 89, 99, 100, 107, 119, 121, 124, 135, 139, 151, 154, 158, 171, 175, 193, 195, 211, 220], "directorori": 2, "dirnam": 14, "dirti": 127, "disabl": [10, 14, 23, 24, 28, 32, 33, 36, 41, 46, 63, 69, 78, 93, 98, 110, 121, 134, 135, 137, 140, 144, 149, 151, 156, 157, 158, 170, 174, 177, 193, 195, 198], "disablekeyboardshortcut": [21, 44, 98], "disableoriginalconstructor": 60, "disableproviderfor": 149, "disadvantag": 38, "disagr": 189, "disallowxyz": [36, 41], "disappear": 10, "discard": 116, "disclos": [29, 31], "disclosur": 212, "discourag": [28, 107, 122], "discov": [1, 98, 115, 134], "discover": 134, "discoveri": [17, 28, 40, 195], "discuss": [4, 32, 39, 122, 150, 155, 189, 207, 217], "disk": 165, "dismiss": [96, 189, 207], "dispatch": [5, 22, 23, 27, 28, 36, 39, 47, 48, 121, 131, 134, 137, 142], "dispatchev": 134, "dispatchtyp": [48, 131, 134], "displai": [4, 29, 32, 44, 52, 64, 73, 74, 75, 78, 83, 93, 98, 108, 111, 121, 123, 126, 127, 129, 130, 131, 133, 137, 139, 149, 150, 169, 175, 183, 184, 185, 188, 201, 202], "displaynam": [44, 64, 67, 78, 83, 116, 126, 139, 175, 185], "disrupt": 61, "dist": [2, 12, 134], "distanc": 203, "distinct": 168, "distribtut": 195, "distribut": [29, 33, 47, 99, 100, 110, 193, 195], "div": [27, 45, 61, 131, 134, 139, 196, 201, 202, 203], "dive": [36, 41], "divid": [139, 207], "divis": 210, "django": 49, "dll": 99, "dn": 165, "dnd": 71, "do": [5, 7, 15, 22, 23, 26, 27, 33, 34, 35, 36, 37, 39, 40, 41, 44, 52, 53, 54, 56, 59, 62, 63, 64, 65, 71, 73, 77, 78, 79, 80, 87, 88, 94, 96, 98, 99, 103, 105, 109, 113, 114, 115, 116, 122, 127, 130, 133, 137, 139, 143, 146, 148, 188, 189, 190, 191, 192, 193, 195, 196, 202, 203, 205, 209, 212, 216, 220], "do_someth": [52, 190], "doc": [2, 7, 15, 53, 66, 72, 99, 109, 110, 122, 124, 125, 132, 144, 156, 163, 179], "doc_url": 111, "dock": 154, "dock2port": 154, "docker": [7, 99, 108, 155, 156, 157, 158, 163, 165, 166, 167, 169, 187, 193, 195, 220], "docker_instal": 154, "docker_local_sock": 169, "docker_socket_proxi": 160, "dockerfil": [99, 157, 158], "docron": 37, "doctrin": 107, "doctyp": 112, "document": [4, 5, 7, 16, 17, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 39, 57, 62, 63, 64, 66, 77, 78, 79, 81, 83, 86, 88, 90, 98, 99, 100, 101, 106, 107, 108, 110, 111, 113, 114, 116, 122, 123, 124, 126, 127, 131, 134, 140, 144, 149, 155, 159, 165, 166, 195, 199, 202, 205, 207, 211, 218], "document_id": 65, "documentclick": 202, "documentid": [65, 145], "documentserv": 195, "documenttitl": 145, "documenttyp": 106, "doe": [16, 17, 23, 26, 27, 29, 32, 33, 34, 39, 44, 56, 57, 60, 62, 64, 66, 67, 71, 78, 93, 97, 98, 108, 115, 116, 127, 134, 137, 139, 140, 141, 144, 145, 146, 151, 157, 160, 169, 170, 191, 192, 196, 202, 207], "doesn": [6, 18, 22, 69, 99, 127, 165, 207], "doesnotexistexcept": [23, 56], "dog": 65, "dom": [108, 134, 212], "domain": [39, 115, 117, 120, 121, 129, 137, 140, 195, 212], "domcontentload": [16, 108], "domor": 39, "dompurifi": [14, 18], "don": [10, 13, 15, 17, 23, 34, 35, 39, 40, 44, 51, 56, 66, 94, 108, 111, 117, 125, 127, 134, 135, 138, 141, 144, 145, 146, 161, 180, 188, 190, 193, 201, 202, 207, 212, 216], "donat": 30, "done": [0, 26, 29, 32, 34, 39, 40, 44, 45, 49, 56, 59, 62, 65, 69, 71, 76, 78, 79, 84, 85, 89, 97, 98, 102, 111, 116, 130, 134, 139, 140, 145, 146, 151, 156, 158, 169, 170, 189, 192, 207, 209, 220], "door": 33, "dosometh": [39, 190], "dosomework": 56, "dosomeworkwithresult": 56, "dot": [4, 61, 93, 98, 195, 202, 203], "doubl": [39, 45, 106, 115, 116, 127, 212], "down": [33, 36, 39, 41, 66, 91, 99, 130, 158, 173, 195, 202, 207], "downgrad": [33, 35], "download": [2, 6, 27, 35, 36, 41, 63, 80, 82, 88, 93, 99, 157, 195], "download_url": 34, "downloadnextcloudwebsit": 120, "downloadoper": 87, "downloadremotefileoper": 87, "downloadrespons": 39, "downloadurl": 78, "downloadxmlfil": 39, "downsid": 137, "downstream": 146, "dozen": [145, 146], "dperson": 195, "dqtkeychain_include_dir": 99, "draft": [119, 134], "drag": 200, "draw": 94, "drawback": 40, "drive": 99, "driver": 107, "drop": [18, 20, 22, 35, 59, 200, 205], "drop_latest": 52, "dropcolumn": 59, "dropdown": [131, 134], "dropindex": 59, "droplatest": 52, "droppabl": 202, "droptabl": 59, "dsp": [154, 166], "dtend": 116, "dtstamp": 116, "dtstart": 116, "du": 79, "due": [17, 24, 25, 52, 56, 66, 78, 99, 109, 170, 191, 199, 207], "dummi": [78, 137, 191], "dummydata": 191, "dump": [34, 59, 102], "duplic": [31, 153], "durat": [39, 115], "dure": [23, 28, 35, 36, 38, 39, 41, 56, 67, 78, 97, 101, 103, 105, 108, 110, 115, 116, 125, 129, 131, 135, 150, 153, 157, 158, 165, 170, 171, 172, 174, 182, 193], "dylib": 99, "dynam": [24, 26, 39, 94, 99, 102, 144, 183, 197], "e": [0, 2, 4, 7, 16, 17, 18, 24, 31, 35, 36, 37, 39, 40, 41, 44, 45, 48, 51, 52, 53, 55, 56, 57, 59, 60, 61, 64, 66, 69, 70, 71, 78, 89, 93, 97, 102, 106, 107, 108, 109, 110, 114, 116, 119, 120, 122, 127, 129, 130, 135, 137, 138, 139, 140, 142, 144, 145, 146, 149, 150, 155, 156, 157, 158, 160, 165, 169, 171, 175, 185, 189, 190, 192, 193, 195, 197, 202, 212, 220], "e164": [24, 128], "e1663913": 80, "e2eepublicsharetemplateprovid": 50, "e5eff5": 197, "e6e6e6": 197, "e9322d": 94, "each": [0, 29, 31, 35, 36, 38, 39, 40, 41, 46, 49, 51, 52, 53, 54, 56, 57, 62, 78, 79, 83, 93, 96, 103, 105, 108, 110, 111, 113, 114, 115, 116, 119, 134, 137, 140, 144, 145, 149, 156, 158, 163, 164, 168, 183, 193, 202, 207, 212, 213], "eadndfjplgieldjbigjakmdgkmoaaaoc": 110, "earli": [0, 35, 44, 140], "earlier": [37, 66, 98, 99, 116], "earth": 134, "eas": [0, 27, 56, 66, 122, 140, 154, 197], "easi": [33, 34, 40, 54, 66, 93, 96, 98, 99, 110, 127, 132, 144, 189, 202], "easier": [27, 34, 40, 41, 55, 61, 66, 99, 101, 124, 147, 169, 193, 207], "easiest": [66, 110, 192, 220], "easili": [7, 22, 33, 37, 39, 41, 48, 61, 64, 78, 93, 94, 98, 110, 127, 136, 154, 170, 207, 212], "eca700": 94, "echo": [34, 45, 65, 79, 99, 212], "ecm_enable_sanit": 99, "eco": 41, "ecosystem": [155, 204, 211], "edb29d1d": 115, "eded": 197, "edg": [17, 24, 39, 122], "edit": [3, 27, 29, 64, 98, 113, 134, 189, 195, 200, 203, 216], "edit_req_ownership": 113, "editor": [36, 41, 78, 108, 160], "effc3d5818a6d5d55f2ae960ab39fd0414d0c542b72a3b9e08eb21206dd9": 29, "effect": [0, 17, 24, 26, 39, 60, 116, 126, 192, 197, 220], "effici": [23, 57, 98, 127, 153], "effort": [21, 116, 189], "eg": 90, "either": [4, 15, 16, 22, 23, 26, 29, 44, 49, 57, 64, 66, 78, 83, 94, 115, 134, 137, 140, 152, 160, 190, 193, 205, 207, 209, 220], "el": [108, 131, 134], "eleg": 40, "elem": [24, 39], "elemenet": 64, "element": [4, 26, 27, 28, 46, 54, 64, 78, 93, 94, 96, 108, 116, 134, 137, 188, 189, 196, 200, 202, 203, 204, 217], "elm": 202, "els": [24, 29, 39, 40, 41, 56, 57, 60, 64, 66, 93, 115, 119, 122, 133, 134, 137, 139, 140, 143, 144, 146, 151, 158, 175, 191, 202, 207], "elseif": 158, "elsewher": [7, 99, 137, 141, 144, 145, 146, 148], "em": [61, 139], "email": [4, 10, 14, 22, 24, 26, 28, 36, 37, 41, 61, 63, 64, 78, 93, 97, 111, 117, 119, 121, 129, 183, 189, 203, 204, 218], "emailact": 117, "emailid": [144, 146], "emailtempl": 10, "emailtext": [144, 146], "embed": [116, 139, 158, 175], "embrac": 155, "emerg": 155, "emiss": 144, "emit": [1, 5, 25, 28, 36, 41, 44, 48, 121, 125, 126, 134], "emitt": [36, 47], "emoji": [66, 71, 93], "emphas": 197, "emphasi": [0, 94], "emphat": 207, "employe": 189, "empti": [7, 10, 23, 34, 37, 38, 53, 56, 63, 65, 69, 78, 82, 94, 95, 97, 98, 108, 111, 116, 117, 139, 166, 170, 177, 195, 220], "emptycontentmessag": 108, "emptycontentsecuritypolici": [13, 24], "en": [4, 7, 25, 26, 64, 78, 79, 109, 110, 116, 134, 220], "enabl": [0, 3, 4, 7, 10, 23, 24, 26, 27, 29, 32, 36, 39, 41, 46, 53, 61, 62, 64, 65, 66, 68, 69, 71, 78, 99, 100, 106, 108, 109, 110, 111, 116, 121, 124, 125, 126, 134, 135, 139, 140, 143, 144, 149, 151, 154, 156, 162, 165, 166, 169, 175, 176, 183, 185, 187, 190, 195, 197, 203, 219], "enableproviderfor": 149, "encapsul": [39, 137, 213], "encod": [4, 26, 39, 62, 66, 69, 78, 81, 83, 87, 113, 168, 182], "encodepath": 14, "encount": [29, 110, 160, 163, 165, 166], "encourag": [15, 27, 66, 107, 202, 209], "encrypt": [27, 50, 78, 103, 105, 111, 139, 151, 172, 181, 207], "encryptedfil": 10, "encryptionfilehelp": 27, "encryptionkeystorag": 27, "encryptionmanag": 27, "end": [29, 35, 36, 38, 41, 47, 56, 66, 67, 78, 99, 107, 111, 113, 115, 116, 122, 126, 129, 131, 137, 139, 144, 187, 189, 191, 192, 197, 204, 218], "enddat": [67, 115, 126], "endif": 139, "endpoint": [10, 22, 23, 27, 28, 36, 39, 41, 44, 52, 62, 63, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 82, 84, 85, 103, 105, 133, 134, 144, 145, 146, 148, 157, 169, 170, 172, 173, 174, 175, 177, 178, 179, 181, 183, 184, 185, 186, 217], "enforc": [4, 29, 39, 93, 103, 105, 113, 149, 197], "engag": [94, 207], "engin": [36, 39, 41, 65, 99, 109, 114, 154, 162, 163, 169, 212, 220], "english": [61, 106, 141, 144, 145, 146], "enhanc": [94, 122, 133, 149, 189, 192, 207], "enorm": 212, "enough": [28, 59, 78, 96, 101, 113, 154, 162, 165, 166, 189, 192, 197, 205], "ensur": [0, 2, 29, 31, 35, 39, 42, 46, 55, 56, 60, 62, 66, 94, 103, 105, 106, 122, 127, 133, 134, 140, 155, 156, 160, 170, 207, 212], "enter": [7, 21, 44, 69, 87, 99, 111, 133, 183, 195], "enterpris": 30, "entir": [80, 97, 99, 202, 203], "entiti": [22, 26, 27, 58, 61, 67, 116, 121, 131], "entri": [0, 3, 4, 18, 24, 27, 36, 39, 40, 41, 44, 45, 52, 53, 56, 60, 93, 97, 103, 105, 113, 117, 127, 131, 134, 137, 155, 158, 175, 176, 187, 190, 200, 201, 203, 212, 220], "enum": [28, 101, 121, 190, 215], "enumer": 144, "env": [34, 39, 124], "env_var": 34, "environ": [2, 6, 8, 26, 34, 35, 55, 60, 99, 110, 127, 140, 158, 159, 162, 167, 192, 194, 195, 202, 204, 208, 218, 220], "eof": 116, "eol": [22, 35], "epoch": 35, "eq": [2, 56, 83, 195], "equal": [35, 170], "equalto": 60, "equival": [40, 52, 154, 213], "error": [16, 17, 26, 28, 30, 48, 56, 60, 61, 65, 66, 73, 74, 75, 79, 80, 92, 94, 99, 107, 109, 121, 131, 134, 138, 140, 141, 144, 145, 146, 148, 156, 157, 160, 165, 170, 172, 174, 177, 181, 197, 217], "errorbaselin": 107, "errorcod": 17, "errorcount": 65, "errorinfo": 17, "errorlevel": [66, 107], "escal": 211, "escap": [10, 16, 212], "escapehtml": [12, 212], "escapeshellarg": 212, "escapeshellcmd": 212, "eshapetyp": 144, "eslint": [124, 158], "esm": 140, "especi": [2, 26, 33, 39, 59, 61, 62, 66, 93, 99, 127, 158, 188, 193], "essenc": 40, "essenti": [64, 90, 202], "establish": 40, "estat": 139, "estim": [146, 150], "etag": [54, 66, 78, 79, 83, 116, 175], "etc": [12, 39, 40, 59, 60, 64, 88, 93, 94, 127, 134, 135, 155, 156, 157, 158, 160, 165, 180, 190, 193, 195, 220], "europ": 115, "eval": [11, 13, 24, 212], "evalu": 192, "even": [10, 29, 35, 36, 39, 41, 61, 66, 87, 98, 103, 110, 114, 125, 127, 144, 157, 174, 190, 192, 193, 205, 207, 212], "event": [0, 3, 4, 14, 15, 16, 19, 22, 23, 26, 27, 34, 37, 44, 47, 48, 59, 64, 92, 98, 101, 114, 118, 121, 125, 127, 134, 135, 139, 142, 176, 187, 202, 204], "event_data": 173, "event_ent": 24, "event_fail": 24, "event_load_additional_script": [5, 16, 24], "event_load_additional_scripts_loggedin": [5, 16, 24], "event_run": 24, "event_subtyp": 173, "event_success": 24, "event_typ": 173, "eventdispatch": [1, 15, 18, 24, 26, 44, 48, 111, 113, 131, 134, 141, 144, 145, 146], "eventdispatcherinterfac": 24, "eventlogg": 27, "events_listen": 173, "eventsdispatch": [28, 101], "eventslisten": 173, "eventsourc": 24, "eventsubtyp": 173, "eventtyp": 173, "eventu": 16, "ever": [33, 212], "everi": [0, 1, 5, 7, 16, 25, 35, 37, 39, 40, 56, 57, 61, 66, 80, 98, 99, 106, 107, 108, 117, 124, 127, 134, 135, 152, 192, 202, 203, 205, 212, 213, 216, 220], "everybodi": [33, 96, 124], "everyon": [4, 27, 34, 39, 40, 98, 208], "everyth": [8, 24, 34, 40, 64, 66, 78, 96, 116, 122, 127, 189, 202], "everywher": 66, "evolv": [40, 155], "ex": [39, 99, 157, 168, 170, 172, 174, 181], "ex_app": 158, "ex_app_id": 158, "ex_app_menu_entry_nam": 158, "exact": [89, 116, 122], "exactli": [40, 52, 66, 116, 126, 203, 207], "examin": 113, "exampl": [1, 4, 6, 7, 12, 22, 24, 25, 27, 28, 29, 32, 33, 34, 35, 36, 37, 39, 40, 41, 44, 49, 52, 54, 55, 56, 59, 61, 62, 64, 65, 66, 77, 78, 79, 82, 84, 85, 93, 94, 96, 97, 98, 99, 108, 109, 110, 111, 113, 114, 115, 116, 121, 127, 130, 131, 133, 135, 137, 138, 139, 140, 141, 142, 144, 145, 146, 149, 156, 158, 160, 164, 170, 171, 174, 176, 178, 183, 189, 191, 192, 197, 201, 203, 207, 212, 213, 217, 220], "exapp": [26, 47, 154, 155, 159, 161, 162, 164, 166, 168, 170, 171, 172, 173, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 204], "exappconfig": [155, 172], "exappprefer": [155, 181], "exapprequir": 26, "exappservic": 160, "exce": 134, "exceed": [73, 74, 75], "except": [0, 16, 17, 18, 23, 24, 26, 28, 29, 39, 40, 49, 52, 55, 57, 63, 80, 94, 101, 109, 110, 111, 113, 116, 120, 122, 130, 138, 144, 145, 146, 147, 164, 176], "exceptionalimplement": 28, "excess": 33, "exchang": [39, 121], "exchangedtokenrequestedev": 125, "exclud": [182, 212], "exclus": [2, 78, 134], "exec": [66, 193, 195, 212], "execut": [4, 7, 17, 22, 24, 27, 29, 37, 39, 41, 49, 51, 56, 59, 73, 87, 99, 108, 113, 114, 115, 122, 127, 130, 135, 138, 140, 141, 142, 144, 145, 146, 148, 154, 158, 193, 207, 211, 217], "execute_handl": 179, "executequeri": 56, "executestat": [59, 109], "exist": [2, 3, 9, 10, 16, 18, 22, 24, 26, 27, 28, 29, 36, 39, 40, 41, 52, 54, 56, 57, 59, 60, 61, 66, 69, 71, 78, 83, 87, 99, 101, 106, 107, 111, 119, 121, 122, 127, 132, 134, 136, 139, 140, 150, 151, 165, 189, 202], "existingmanag": 151, "exit": [34, 130, 160], "expand": 97, "expans": 155, "expect": [33, 34, 35, 39, 41, 60, 66, 69, 73, 93, 101, 105, 113, 137, 144, 145, 146, 156, 157, 175, 189, 191, 209, 212], "expectedexcept": 60, "expens": [38, 39, 127], "experi": [41, 44, 61, 62, 66, 94, 96, 98, 122, 137, 140, 160, 189], "experiment": [68, 101, 215], "expir": [37, 38, 39, 69, 80, 93, 143], "expired": 69, "expiri": 26, "explain": [0, 33, 66, 94, 98, 99, 114, 130, 134, 192, 193, 195, 207], "explan": [66, 93, 94, 99, 154, 170], "explanatori": [94, 141, 144, 145, 146, 148], "explicit": [28, 40, 63], "explicitli": [15, 16, 23, 26, 28, 33, 39, 40, 106, 116, 144, 209, 212], "explor": [18, 134], "export": [12, 17, 34, 99, 131, 134, 150, 158, 190], "exportdestin": 150, "expos": [63, 64, 71, 90, 111, 114, 122, 133, 152, 162, 169], "exposur": 211, "expr": [56, 113], "express": 56, "ext": [44, 124], "extend": [0, 3, 16, 18, 20, 23, 24, 27, 28, 36, 37, 39, 40, 41, 43, 49, 50, 52, 53, 54, 55, 56, 59, 60, 66, 87, 101, 103, 105, 108, 111, 113, 115, 116, 117, 119, 121, 126, 129, 130, 131, 133, 136, 137, 140, 141, 144, 145, 146, 147, 148, 150, 152, 153, 170, 191, 204, 212, 217, 220], "extendedsupport": 64, "extens": [4, 23, 26, 28, 34, 39, 41, 42, 66, 78, 80, 102, 110, 158, 185, 195, 207], "extern": [18, 26, 28, 36, 39, 41, 64, 65, 78, 89, 90, 121, 125, 130, 139, 155, 158, 164, 168, 169, 182, 204, 207, 209, 212, 218], "externalcalendar": 116, "externallinkact": 19, "externalshareact": 19, "externaltokenrequestedev": 125, "extra": [2, 6, 40, 48, 84, 103, 105, 108, 134, 189], "extra_context": 48, "extra_fil": 29, "extra_info": 134, "extra_param": 195, "extract": [7, 18, 28, 39, 47, 65, 113, 116, 158, 171], "extractmetadata": [24, 113], "extractor": [28, 66], "extrafil": [2, 107], "extrainform": 134, "extran": 27, "extrem": 209, "eyebal": 205, "f": [34, 65, 78, 127, 130, 183], "f1": 79, "f12": 220, "f3e5a15d": 195, "f5f5f5": 197, "faaborg": [96, 189], "face": [24, 108, 197], "facetid": 195, "facilit": [54, 62, 98, 209], "fact": [103, 105, 116, 156, 212], "facto": 110, "factor": [4, 31, 39, 62, 93, 97, 121, 130, 163, 168, 204], "factori": [24, 38, 40, 120, 137, 147], "fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd": 34, "fail": [4, 17, 18, 24, 28, 36, 39, 41, 56, 66, 73, 74, 75, 80, 109, 128, 140, 141, 144, 145, 146, 148, 157, 160, 166, 197, 207], "failover_error": 195, "failover_mod": 195, "failur": [39, 109, 141, 144, 145, 146], "fair": 33, "fairli": 83, "faith": 33, "fake": 195, "fall": [117, 127], "fallback": [4, 39, 44, 57, 116, 134], "fallbacknam": 134, "fals": [6, 7, 17, 23, 27, 28, 34, 36, 37, 39, 41, 44, 56, 59, 68, 69, 78, 79, 87, 90, 103, 106, 108, 111, 113, 116, 130, 131, 134, 137, 140, 141, 144, 145, 146, 148, 149, 151, 153, 174, 183, 190, 191, 195], "falsi": 26, "famili": 96, "familiar": [40, 99, 102, 110, 127, 207, 208], "famou": 61, "fanci": [108, 116, 148], "faq": 30, "fashion": [56, 134, 215], "fast": [4, 54, 108, 121, 127, 150, 155], "faster": [24, 28, 78, 116, 124, 127, 144, 153], "fastest": 102, "fatal": 140, "faulti": 18, "favicon": 46, "favor": [7, 19, 22, 23, 26, 27, 57, 150], "favorit": [4, 82, 83, 93, 153, 175, 197, 203], "favoriteact": 4, "favoriteprovid": 4, "favourit": [78, 201], "fea": 134, "feasibl": [29, 109, 139], "featur": [7, 9, 26, 29, 32, 33, 34, 35, 36, 39, 40, 41, 53, 65, 69, 88, 96, 110, 125, 126, 127, 130, 134, 142, 144, 145, 146, 148, 189, 190, 192, 195, 202, 207, 212, 219, 220], "feder": [63, 66, 78], "feed": 4, "feedback": [93, 96, 189, 202, 207], "feel": [18, 40, 51, 163, 165, 166, 171, 205, 207], "fetch": [0, 17, 18, 24, 27, 28, 36, 38, 41, 44, 53, 56, 62, 63, 69, 77, 78, 113, 115, 117, 121, 144, 145, 146, 153], "fetchal": [24, 113], "fetchallassoci": 24, "fetchallforcalendarhom": 116, "fetchallnumer": 24, "fetchassoci": [24, 56], "fetchcolumn": 17, "fetcher": 27, "fetchnumer": 24, "fetchon": [17, 24], "few": [18, 34, 35, 37, 80, 91, 93, 116, 127, 134, 158, 171, 202, 207], "fewer": 35, "ffc3c3": 197, "ffe4a1": 197, "ffe7e7": 197, "ffeec5": 197, "fffff": 197, "ffffff": [64, 94, 197], "fi": [7, 34], "fi_fi": 7, "fichier": 137, "fiction": [0, 134], "field": [4, 18, 26, 27, 28, 40, 56, 67, 69, 71, 73, 74, 75, 76, 95, 98, 99, 102, 105, 113, 121, 139, 144, 156, 158, 169, 182, 183, 192, 193, 197, 205], "field1": 183, "fight": 134, "figur": 148, "file": [0, 1, 4, 5, 6, 10, 14, 16, 17, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 34, 35, 40, 42, 48, 51, 52, 55, 59, 60, 61, 63, 64, 65, 66, 68, 70, 77, 81, 82, 83, 84, 88, 92, 93, 94, 97, 98, 99, 100, 101, 102, 106, 107, 108, 110, 114, 116, 119, 121, 124, 127, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 148, 153, 155, 156, 158, 169, 171, 173, 176, 178, 179, 180, 182, 187, 189, 190, 191, 195, 204, 211, 213, 215, 216, 220], "file1": 192, "file2": 192, "file_etag": 175, "file_filt": 7, "file_from_env": 34, "file_full_mim": 175, "file_get_cont": 160, "file_hash": 79, "file_id": [113, 190], "file_local_path": 79, "file_mtim": 79, "file_nam": 79, "file_permissions_for_own": 175, "file_put_cont": 34, "file_remote_path": 79, "file_s": 79, "fileact": 171, "fileactionsmenu": [155, 173, 175], "filechang": 4, "filecopyrighttext": 189, "filecr": 4, "filedelet": 4, "filedownloadpath": 11, "fileexist": [25, 26, 54], "filefavorit": 4, "fileformat": 7, "fileid": [28, 50, 64, 78, 83, 85, 113, 137, 175, 178, 190], "fileidfield": 113, "fileinfo": [23, 26], "fileisblacklist": 13, "filelistentri": 190, "filelistentryicon": 190, "filelistentrynam": 190, "filenam": [7, 12, 26, 28, 29, 61, 84, 87, 115, 175], "filepath": [15, 34, 87], "fileprogressstr": 61, "filereadingexampl": 57, "filerequest": 69, "filerestor": 4, "files_extern": 195, "files_external_allow_create_new_loc": 55, "files_fulltextsearch": 65, "files_loc": 65, "files_lock": 78, "files_shar": [5, 16, 24, 50, 69, 70, 71], "files_trashbin": [24, 26], "filesactionmenu": 157, "fileslist": 90, "filesmetadata": [24, 113], "filessharingdrop": 27, "filesystem": [0, 36, 47, 51, 58, 60, 61, 127, 214, 218], "filesystem_cache_readonli": 55, "filesystemaccessexampl": 57, "filetablealia": 113, "filetoupload": 87, "filetyp": [44, 175], "fileutil": 87, "filewritingexampl": 57, "fill": [39, 53, 116, 137, 144, 153], "filter": [4, 22, 26, 28, 36, 41, 63, 78, 83, 103, 105, 116, 137, 145, 197, 202], "filterdefinit": 137, "filternotfoundexcept": 26, "filternotificationtyp": 12, "final": [2, 6, 35, 40, 62, 66, 77, 80, 99, 116, 139, 169, 189, 191, 193, 202, 209], "financi": 32, "find": [26, 33, 34, 41, 56, 64, 66, 69, 78, 86, 88, 93, 96, 99, 100, 102, 107, 109, 114, 115, 116, 119, 124, 130, 132, 157, 158, 160, 165, 189, 193, 202], "findal": 56, "findent": 56, "findonequeri": 56, "findproviderbyid": 119, "findservicebyaddress": 119, "findservicebyid": 119, "findtranslatablefil": 158, "fine": [37, 39, 56, 116, 127, 134, 189], "finer": 38, "fingerprint": [78, 83], "finish": [0, 5, 7, 44, 80, 114, 116, 135, 141, 189, 207], "finishprogress": 135, "fire": [16, 36, 41, 153], "firefox": [110, 220], "firewal": [160, 165], "first": [0, 1, 2, 4, 6, 7, 9, 16, 17, 20, 24, 27, 34, 36, 39, 41, 44, 48, 49, 57, 59, 61, 63, 66, 67, 80, 81, 88, 94, 96, 98, 101, 102, 103, 105, 106, 108, 111, 113, 116, 131, 134, 137, 139, 140, 152, 156, 169, 170, 183, 189, 190, 193, 195, 201, 202, 206, 207, 216, 220], "first_menu": [158, 175], "firstdai": 67, "firstli": [66, 135], "firstlogin": 24, "firstnam": [190, 195], "firstresult": 113, "fist": [145, 146], "fit": [39, 94, 99, 137, 139, 145, 146], "five": [39, 138], "fix": [26, 33, 35, 66, 89, 96, 99, 109, 122, 124, 135, 189, 192, 196, 207], "fixer": [2, 191], "flag": [26, 28, 36, 37, 41, 66, 69, 103, 105, 125, 174], "flag_index": 105, "flag_sensit": 105, "fledg": 8, "flexibl": [40, 59, 102, 134], "flip": 197, "float": [22, 23, 39, 56, 103, 105, 144, 150, 197], "flow": [77, 88, 92, 121, 157, 158, 167, 176, 187, 204, 207], "fluent": 17, "fly": [39, 110], "fn": [1, 153], "focu": [93, 97, 134, 201, 202], "focus": [39, 134, 197], "focusoncr": 134, "focuss": 197, "folder": [4, 6, 7, 23, 24, 25, 26, 27, 28, 29, 36, 39, 41, 42, 44, 46, 57, 59, 60, 63, 66, 68, 79, 80, 82, 83, 84, 85, 88, 90, 93, 97, 98, 99, 102, 114, 116, 122, 134, 139, 153, 158, 171, 193, 195, 199, 202, 203, 212, 213, 216], "folderpath": 87, "follow": [0, 4, 6, 7, 12, 20, 22, 23, 24, 26, 27, 28, 29, 33, 34, 38, 39, 40, 41, 44, 45, 46, 48, 49, 51, 52, 56, 60, 61, 62, 65, 66, 69, 71, 79, 81, 83, 89, 90, 96, 97, 98, 99, 101, 102, 106, 107, 108, 109, 110, 111, 113, 115, 116, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 137, 141, 144, 145, 146, 147, 148, 152, 154, 155, 156, 157, 158, 160, 165, 168, 169, 170, 174, 175, 190, 192, 193, 195, 201, 202, 207, 212, 215, 216, 217, 219, 220], "font": [14, 94, 197], "foo": [0, 2, 39, 40, 64, 111, 151, 183, 190, 191, 192], "foobar": [39, 217], "fooservic": 40, "fopen": [23, 212], "forbid": [13, 39], "forbidden": [39, 45, 66, 87, 116, 150], "forbidden_filenam": 26, "forbidden_filename_charact": 26, "forbidden_filename_extens": 26, "forbiddenexcept": 66, "forc": [27, 33, 61, 63, 66, 154, 207], "force_languag": 61, "forcelanguag": [27, 61, 64], "foreach": [45, 115, 139, 140], "foreground": 28, "foreign": 56, "forgeri": 211, "forget": 212, "fork": 99, "form": [4, 26, 32, 39, 42, 53, 61, 93, 94, 98, 111, 121, 133, 202, 203, 212], "formal": 144, "format": [16, 24, 27, 39, 62, 65, 67, 69, 78, 93, 116, 121, 124, 134, 140, 144, 156, 158, 173, 190, 191, 195, 209, 217], "formatd": [10, 12, 15, 139], "formatfiles": 16, "formattodo": 66, "former": 87, "formid": 183, "formschem": 183, "forum": [4, 33, 127, 189, 205, 211, 212], "forward": [2, 35, 37, 154, 175], "found": [4, 17, 20, 24, 27, 29, 33, 35, 36, 39, 40, 41, 44, 56, 59, 64, 66, 67, 71, 73, 74, 78, 83, 93, 98, 102, 103, 105, 107, 109, 113, 115, 116, 124, 134, 156, 157, 170, 171, 177, 178, 195, 217, 220], "foundat": [95, 197, 204], "four": 99, "fox": 65, "fragment": 52, "frame": [12, 138, 212], "framework": [27, 40, 90, 108, 131, 138, 158, 212], "free": [18, 51, 64, 78, 93, 137, 141, 144, 145, 146, 148, 163, 165, 166, 171, 205], "freedom": 134, "freeforal": 39, "freeprompttasktyp": [26, 146], "freespac": 28, "frequent": [93, 98, 109, 135, 154, 155, 165, 167, 204], "fresh": [38, 119], "freshli": 65, "friendli": [33, 93, 94, 96, 207], "friendsofphp": 2, "from": [0, 4, 6, 7, 8, 10, 12, 14, 15, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 41, 44, 45, 47, 49, 55, 56, 59, 60, 61, 62, 63, 66, 70, 71, 74, 75, 76, 78, 80, 82, 83, 87, 89, 90, 93, 94, 96, 97, 98, 99, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 121, 122, 125, 127, 130, 131, 132, 134, 135, 136, 137, 138, 140, 142, 143, 144, 145, 146, 148, 150, 151, 153, 154, 155, 158, 159, 166, 168, 169, 170, 171, 173, 174, 175, 177, 179, 182, 183, 189, 192, 193, 195, 197, 201, 205, 207, 212, 213, 217, 220], "fromcal": [0, 131], "fromlabel": 75, "fromlanguag": [75, 148], "frommailaddress": 10, "fromparam": 22, "fromrow": 22, "front": [35, 47, 107, 108, 111, 115, 122, 131, 153, 187, 202, 204, 218], "frontend": [21, 27, 36, 39, 41, 61, 81, 99, 108, 110, 130, 134, 140, 154, 156, 159, 175], "frontpagerout": [25, 52], "fruit": 207, "fssl": 99, "ftp": 219, "fulfil": [116, 197], "full": [8, 14, 16, 17, 18, 37, 38, 44, 57, 61, 78, 83, 93, 94, 108, 110, 117, 129, 137, 138, 140, 191, 196, 201], "fulli": [15, 25, 115, 132, 189], "fulltextsearch": [63, 92], "fun": 208, "function": [0, 1, 2, 10, 13, 16, 17, 22, 24, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 44, 45, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 66, 77, 88, 90, 96, 98, 103, 106, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 120, 122, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 158, 160, 171, 184, 189, 202, 212, 217, 220], "funni": 144, "further": [4, 36, 39, 41, 61, 64, 68, 78, 94, 96, 101, 109, 110, 115, 150, 160, 170, 189, 192], "futur": [10, 13, 15, 18, 22, 24, 26, 29, 40, 56, 68, 101, 122, 128, 130, 134, 149, 170, 190, 212], "fwrite": 145, "g": [0, 2, 4, 16, 17, 18, 24, 31, 35, 37, 39, 40, 41, 44, 45, 48, 51, 52, 53, 55, 56, 59, 61, 64, 66, 69, 70, 71, 78, 89, 93, 97, 99, 102, 106, 107, 108, 110, 114, 119, 122, 127, 129, 130, 135, 137, 138, 139, 140, 142, 144, 145, 146, 155, 156, 157, 158, 165, 169, 171, 175, 185, 189, 190, 192, 193, 195, 197, 202, 212, 216], "galera": [56, 127], "game": 4, "gap": 59, "gave": 114, "gd": [34, 219], "gen": 155, "gender": 94, "gener": [4, 7, 13, 17, 29, 32, 34, 35, 36, 39, 40, 41, 43, 45, 46, 49, 52, 56, 57, 59, 61, 62, 63, 73, 92, 93, 94, 101, 102, 108, 110, 113, 115, 116, 121, 122, 127, 135, 137, 139, 140, 144, 146, 165, 169, 175, 192, 194, 204, 205, 213, 215], "general_log": 110, "generatebirthdai": 4, "generatefilepath": 15, "generateocsurl": [15, 134], "generaterandombyt": 10, "generateremoteurl": [15, 78], "generatesecurepasswordev": 27, "generateurl": [15, 44, 158], "genericev": 24, "genericfileexcept": 23, "generichandl": 152, "genericrespons": 152, "genr": 134, "genrsa": 195, "genuin": 207, "germani": 128, "get": [0, 7, 8, 15, 16, 18, 24, 25, 26, 27, 28, 30, 33, 34, 35, 36, 37, 38, 40, 41, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 59, 60, 61, 62, 63, 64, 66, 67, 68, 70, 71, 73, 77, 83, 88, 89, 96, 98, 99, 103, 105, 108, 109, 110, 113, 115, 117, 121, 126, 132, 133, 136, 137, 138, 139, 142, 144, 145, 149, 151, 152, 154, 157, 158, 169, 170, 175, 176, 182, 189, 195, 202, 204, 207, 211, 217], "get_icon": 131, "getabsolutepath": 87, "getabsoluteurl": [108, 129], "getacl": 116, "getactionlabel": 23, "getactivitymanag": 16, "getaddressbook": 22, "getal": [22, 24], "getallsharesinfold": 28, "getallvalu": [103, 105], "getalternateid": 137, "getapp": [103, 105, 111], "getappconfig": [16, 28], "getappcontain": 0, "getappdatadir": 16, "getappdatadirectorynam": 26, "getappfetch": 16, "getappfold": [16, 41], "getappid": [106, 116, 129, 141, 144, 145, 146], "getappinfo": 24, "getappmanag": 16, "getapppassword": 62, "getappvalu": [55, 111, 139], "getappvaluestr": 103, "getappvers": 24, "getauthor": 61, "getauthorizedappconfig": 53, "getauthornam": 61, "getautocompletemanag": 16, "getavailablelanguag": 148, "getavailabletasktyp": [28, 144, 146], "getavailabletasktypeid": [28, 144], "getavatar": 117, "getavatarmanag": [16, 28], "getbodi": [28, 120], "getbruteforcethrottl": 16, "getbyid": [57, 60], "getbytoken": 39, "getcach": 57, "getcalendar": [19, 116], "getcalendarincalendarhom": 116, "getcalendarmanag": [16, 28], "getcalendarresourcebackendmanag": [16, 28], "getcalendarroombackendmanag": [16, 28], "getcalendarsforprincip": 115, "getcanonicallocal": 16, "getcap": [13, 66], "getcapabilitiesmanag": 16, "getcategori": [139, 140], "getcertificatemanag": 16, "getchild": 116, "getchildren": 116, "getcloudfederationfactori": [16, 28], "getcloudfederationprovidermanag": [16, 28], "getcloudidmanag": 16, "getcollaboratorsearch": 16, "getcommandbu": [16, 28], "getcommentsmanag": [16, 28], "getcompletionexpectedat": 144, "getconfig": 16, "getcont": [23, 54, 57, 60], "getcontactsmanag": 16, "getcontain": [40, 41, 49, 55, 60], "getcontentlanguag": 78, "getcontentlength": [78, 83], "getcontentsecuritypolicymanag": [16, 28], "getcontentsecuritypolicynoncemanag": 16, "getcontenttyp": [78, 83, 116], "getcontext": [27, 36, 41], "getcooki": 39, "getcountrycodeforregion": [24, 128], "getcreatedat": 137, "getcredentialsmanag": [16, 28], "getcrop": 24, "getcrypto": 16, "getcspnonc": [26, 158], "getcsrftokenmanag": 16, "getcurrentoutofofficedata": 126, "getcurrentus": [13, 15, 78], "getcurrentuserfold": 57, "getcursor": 137, "getcustomfilt": 137, "getcustomid": 144, "getcustomlogg": [18, 25], "getcustompsrlogg": [18, 25], "getdata": [39, 87, 126], "getdatabaseconnect": 16, "getdatabaseplatform": 26, "getdatabaseprovid": [26, 28, 56], "getdatetim": [23, 143, 147], "getdatetimeformatt": [16, 28], "getdatetimezon": [16, 28], "getdeclarativesettingsvaluelisten": 111, "getdefaulttimezon": 28, "getdefaulttyp": 12, "getdeletedbi": 26, "getdescript": [144, 146, 149, 150], "getdetail": [103, 105], "getdirectorycont": 78, "getdirectorylist": 54, "getdisabledus": 26, "getdisableduserlist": 26, "getdisplayid": 129, "getdisplaynam": [10, 127, 129, 149, 150], "getelementbyid": 131, "getemailaddress": 117, "getencryptionfileshelp": 16, "getencryptionkeystorag": [16, 28], "getencryptionmanag": 16, "getendd": 126, "getendedat": 144, "getenv": [34, 39], "geteremotesharesforfileoper": 87, "geterrormessag": [141, 144, 145, 146], "getestimatedexports": [23, 150], "getetag": [54, 78, 83, 116], "getev": 114, "geteventdispatch": 16, "geteventlogg": [16, 28], "getexistinglock": 15, "getexpectedruntim": [144, 146], "getextrainform": 134, "getfieldid": 111, "getfil": [54, 141], "getfilecont": [57, 150], "getfileid": 141, "getfilt": 137, "getfilterbyid": 26, "getfirstlogin": 27, "getfirstresult": 19, "getfold": 54, "getfoo": 217, "getforbiddenfilenamechar": 26, "getform": [27, 53, 139], "getfullnam": 117, "getgeneratorhelp": 16, "getgetredisfactori": 16, "getglobalscaleconfig": [16, 28], "getglobalstoragesservic": 16, "getgroup": [10, 116], "getgroupmanag": 16, "getgroupparamet": 12, "getgroupus": 10, "gethash": 16, "gethead": [10, 39, 120, 140], "getheight": 24, "gethom": 151, "gethost": 13, "gethostnam": 13, "gethttpclientservic": [16, 28], "gethttprequest": 152, "geticon": [53, 114, 129, 139], "geticonclass": [26, 108], "geticonurl": [26, 108, 134], "getid": [26, 50, 53, 57, 106, 108, 126, 129, 131, 134, 137, 139, 144, 145, 146, 149, 150], "getidentifi": [145, 146], "getidremoteshar": 87, "getimageurl": 134, "getiniwrapp": [16, 28], "getinput": [144, 145, 146], "getinputshap": 144, "getinputshapedefault": 144, "getinputshapeenumvalu": 144, "getintegritycodecheck": 16, "getitem": [108, 131], "getitemsv2": 108, "getitemurl": 106, "getjob": 22, "getjoblist": 16, "getjobsiter": 22, "getkei": [103, 105], "getknownmetadata": [24, 113], "getl10n": 16, "getl10nfactori": 16, "getlabel": 119, "getlanguag": 148, "getlanguagecod": 61, "getlastlogin": 56, "getlastmodifi": [78, 83, 116], "getlastupd": 144, "getldapprovid": 16, "getlimit": 137, "getlinkdescript": 134, "getlinktitl": 134, "getlinkwithpick": 121, "getlockingprovid": 16, "getlogfactori": [16, 28], "getlogg": [16, 27], "getlogoclaim": 24, "getlowstrengthgener": 12, "getmail": 16, "getmanageruid": 151, "getmediumstrengthgener": 12, "getmemcachefactori": 16, "getmessag": [66, 126], "getmetadata": [24, 113], "getmetadatakeyfield": [24, 113], "getmetadataqueri": [24, 113], "getmetadatavaluefield": [24, 113], "getmigratorvers": 150, "getmimetyp": [27, 54], "getmimetypedetector": 16, "getmimetypeload": 16, "getmock": 60, "getmockbuild": 60, "getmod": 24, "getmountmanag": [16, 28], "getmountpoint": 57, "getmountprovidercollect": [16, 28], "getmtim": 54, "getnam": [36, 41, 50, 53, 54, 114, 116, 130, 135, 137, 139, 140, 141, 144, 145, 146, 148, 190], "getnavig": [12, 24], "getnavigationmanag": [16, 28], "getnod": [24, 50, 113], "getnoexpirationd": 26, "getnotificationmanag": 16, "getnotificationtyp": 12, "getnumberofimag": 145, "getocscli": 16, "getoptionalinputshap": 144, "getoptionalinputshapedefault": 144, "getoptionalinputshapeenumvalu": 144, "getoptionaloutputshap": 144, "getoptionaloutputshapeenumvalu": 144, "getord": [108, 134, 137], "getoutput": [144, 146], "getoutputimag": 145, "getoutputshap": 144, "getoutputshapeenumvalu": 144, "getown": [23, 27, 116], "getparam": [25, 152], "getpassword": 19, "getpasswordhash": [26, 133], "getpasswordprotectedshar": 39, "getphonenumb": 56, "getpictur": 38, "getport": 13, "getpreviewbyfileid": 137, "getpreviewmanag": [16, 28], "getprimaryaddress": 119, "getprior": [53, 129, 139], "getprogress": 144, "getproperti": [116, 117], "getprotocol": 13, "getpsalm": [2, 107], "getquerybuild": [56, 59], "getqueryforfilt": 12, "getquerylogg": [16, 28], "getquerypart": 26, "getreferenceid": 15, "getreloadinterv": 108, "getremoteapifactori": [16, 28], "getremoteinstancefactori": [16, 28], "getremotesharesforfileoper": 87, "getremotesharesoper": 87, "getreplacementuserdisplaynam": 126, "getreplacementuserid": 126, "getrequest": 16, "getrequesttoken": 26, "getrequesturi": 10, "getreshar": 87, "getresourcerichobject": 131, "getrootfold": [16, 41], "getrootpath": [13, 15], "getrooturl": 15, "getrout": [16, 28], "getscheduledat": 144, "getschema": 111, "getscriptnam": 10, "getscrollbarwidth": 11, "getsearch": 16, "getsecondaryaddress": 119, "getsect": [53, 139], "getsecurerandom": 16, "getserv": [1, 40], "getservercontain": [113, 130], "getserverhost": 10, "getserverprotocol": 10, "getservicex": 40, "getsess": 16, "getsessioncryptowrapp": 16, "getsettingbyid": 26, "getsettingsmanag": 16, "getsettingsnavig": 24, "getshapetyp": 144, "getshar": 39, "getsharemanag": [16, 28], "getshareown": 50, "getsharesop": 87, "getsharingtoken": 27, "getshortmessag": 126, "getsiz": [22, 54, 116], "getslogan": 50, "getsomeconfig": 103, "getspecialparameterlist": 12, "getstartd": 126, "getstartedat": 144, "getstat": 26, "getstatu": [39, 144, 145, 146, 153], "getstatuscod": 120, "getstorag": [28, 57], "getstoragefactori": [16, 28], "getstoragesbackendservic": 16, "getstr": 87, "getsupportedfilt": 137, "getsupportedprivileg": 116, "getsupportedprivilegeset": 116, "getsupportedsearchproviderid": 134, "getsystemconfig": 16, "getsystemtagmanag": [16, 28], "getsystemtagobjectmapp": [16, 28], "getsystemvalu": [53, 55], "getsystemvaluebool": [55, 140], "getsystemvalueint": 55, "getsystemvaluestr": 55, "gettabl": 59, "gettagmanag": [16, 28], "gettagsbyid": 24, "gettarget": 129, "gettask": [144, 145, 146], "gettasktyp": 146, "gettasktypeid": 144, "gettempl": 149, "gettempmanag": 16, "getter": [22, 23, 28, 41, 56, 117], "gettext": 7, "getthemingdefault": 16, "gettim": [23, 147], "gettimezon": [28, 147], "gettitl": [108, 129, 131, 134], "gettodo": 66, "gettoken": [24, 133], "gettranscript": 141, "gettrusteddomainhelp": 16, "gettwofactorauthmanag": 16, "gettyp": [131, 146], "gettypeicon": 12, "getuid": [57, 111, 129, 131, 151], "getuploadedfil": 39, "geturl": 108, "geturlgener": 16, "geturlparamet": [12, 15], "getus": [41, 57, 111, 126, 212, 220], "getuserdata": 150, "getuserfold": [41, 57], "getuserglobalstoragesservic": 16, "getuserid": [105, 131, 141, 142, 144, 145, 146], "getuserlanguag": 61, "getusermanag": 16, "getusermountcach": 16, "getusernam": 15, "getusersess": 16, "getuserstatus": 142, "getuserstoragesservic": 16, "getusertask": 145, "getusertasksbyapp": 145, "getuservalu": [55, 111], "getvalu": [105, 111], "getvaluearrai": [103, 105], "getvaluebool": [103, 105], "getvalueflag": 105, "getvaluefloat": [103, 105], "getvalueint": [103, 105], "getvaluesbyapp": 105, "getvaluesbyus": 105, "getvaluestr": [103, 105], "getvaluetyp": [103, 105], "getvers": 150, "getwebhookmethod": 144, "getwebhookuri": 144, "getwebroot": 16, "getwidgetbutton": 108, "getwidgetitem": 108, "getwidgetitemsv2": 108, "getwidgetopt": 108, "getwidth": 24, "ghcr": [158, 169, 170], "giant": 40, "gif": [134, 175], "giphi": 134, "git": [2, 4, 6, 34, 99, 102, 130, 134, 154, 158, 189, 192, 193, 195], "github": [2, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 33, 35, 56, 66, 81, 88, 89, 90, 98, 107, 108, 109, 122, 130, 134, 154, 156, 165, 169, 189, 191, 193, 206, 207, 217, 220], "github_notif": 108, "github_token": 34, "github_usernam": 99, "githubusercont": [99, 160], "githubusernam": 205, "gitignor": 2, "gitkeep": 7, "give": [0, 6, 15, 17, 27, 29, 34, 35, 39, 41, 54, 64, 66, 88, 94, 99, 109, 110, 127, 130, 134, 137, 189, 192, 195, 202, 205], "given": [4, 23, 24, 26, 27, 28, 37, 39, 52, 61, 63, 69, 75, 76, 83, 106, 115, 116, 128, 138, 149, 153, 155, 195, 202, 205, 207], "glad": 155, "glib": 99, "global": [4, 21, 22, 39, 40, 44, 47, 55, 56, 61, 70, 78, 98, 103, 105, 107, 110, 113, 121, 137, 189, 190, 195, 201, 202], "glossari": 167, "gmbh": 189, "gmt": 78, "gnome": 96, "gnu": 189, "go": [26, 32, 39, 42, 60, 61, 63, 66, 78, 89, 98, 99, 114, 127, 131, 134, 153, 156, 170, 189, 192, 195, 207], "goal": [33, 99, 153, 202, 207], "goe": [0, 40, 42, 110, 115, 137, 169, 193, 202], "golang": 156, "gone": 93, "good": [55, 61, 62, 66, 88, 93, 94, 97, 116, 164, 189, 197, 199, 205, 207], "googl": [39, 40, 96, 110], "googletest": 220, "got": [10, 16, 17, 24, 122, 134], "goto": 90, "gotorout": 90, "gp": 24, "gpl": 4, "gpl3": 4, "gpt": 144, "gpu": [156, 166, 167, 169], "gracefulli": 122, "grain": [37, 189], "grammar": 144, "grammat": 61, "grant": [7, 29, 53, 62, 69, 180, 212], "graph": 134, "great": [33, 34, 66, 88, 98, 119], "greatli": [203, 207], "grep": [4, 35], "grid": [98, 197], "group": [0, 7, 10, 13, 16, 23, 24, 26, 53, 55, 56, 63, 64, 65, 69, 78, 87, 90, 93, 98, 108, 127, 137, 139, 140, 142, 159, 180, 188, 189, 193, 212], "group1": 65, "groupbackendregist": 16, "groupdeletedev": 24, "groupfold": [26, 213], "groupid": [41, 87], "groupinterfac": 23, "groupmanag": 27, "groupwar": [115, 121, 204], "grow": 189, "grunt": 124, "gt": [83, 113], "guarante": [26, 37, 126, 127, 140], "guard": 138, "guess": [39, 75], "guest": [39, 64, 73, 74, 75, 78, 133], "gui": 99, "guid": [7, 30, 57, 80, 90, 94, 96, 98, 165, 204, 207, 209, 215], "guidelin": [30, 47, 94, 96, 97, 156, 194, 204, 205, 206, 207, 211], "guidelines_and_howto": 207, "guyjgtckptkci4epiriupiexgj8wninmfsfhabacrpzukmeawzsm54bfkfuzwksbps7jmtfqjesklpyjxyhphlgk8szbn9hxlxjohix5ixgjkdokkztyczuwhlsg3yfg": 62, "gz": [34, 35], "h": [62, 64, 65, 79, 81, 83, 99, 108, 131, 134], "h2": 139, "h3": 139, "ha": [0, 2, 10, 13, 16, 17, 18, 20, 23, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 44, 49, 52, 54, 56, 61, 62, 65, 66, 69, 77, 78, 79, 80, 81, 83, 84, 85, 87, 90, 93, 94, 97, 98, 99, 106, 107, 108, 111, 112, 116, 119, 122, 124, 128, 131, 132, 134, 137, 139, 141, 143, 144, 145, 146, 149, 151, 154, 158, 169, 170, 173, 175, 179, 189, 192, 193, 195, 202, 207, 209, 212, 213, 215, 217], "had": [2, 15, 22, 23, 205], "hadn": 17, "hairi": [189, 192], "halfemptycontentmessag": 108, "ham": 191, "hamper": 33, "hand": [33, 40, 64, 93, 114, 209], "handbook": 220, "handl": [3, 17, 21, 26, 27, 29, 33, 34, 40, 41, 44, 46, 49, 55, 56, 59, 63, 80, 106, 109, 110, 113, 121, 122, 127, 133, 134, 139, 141, 143, 144, 145, 146, 149, 150, 152, 153, 155, 170, 171, 175, 190, 192, 202, 203, 205, 207, 212, 213], "handlebar": [14, 216], "handleerror": 66, "handlegetproperti": [1, 153], "handleimipmessag": [22, 116], "handler": [1, 62, 66, 87, 111, 121, 153, 157, 170, 175], "handler_rout": 179, "happen": [27, 29, 36, 37, 41, 44, 56, 64, 75, 109, 114, 122, 124, 127, 157, 212], "happi": [33, 94], "haproxi": [162, 169], "haproxy_password": 169, "hard": [33, 40, 41, 66, 98, 116, 122, 209], "hardcod": 26, "harder": [39, 40, 56, 189], "hardwar": 163, "harm": 34, "hasannot": 49, "hasbackend": 143, "hascalendarincalendarhom": 116, "hash": [26, 29, 78, 133], "hasher": 27, "haskei": [11, 103, 105], "hasmobilesupport": 195, "hasn": 35, "hasprovid": [141, 144, 145, 146, 148], "hasreservedjob": 23, "hasservic": 119, "hassvgsupport": 11, "hastemplatesavea": 195, "have": [0, 4, 6, 8, 16, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 52, 53, 54, 56, 57, 59, 61, 62, 65, 66, 67, 69, 71, 78, 80, 81, 87, 89, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 107, 108, 110, 111, 116, 119, 122, 124, 126, 127, 128, 133, 134, 135, 137, 138, 139, 141, 144, 145, 146, 148, 149, 155, 156, 160, 162, 163, 164, 166, 170, 171, 174, 179, 180, 189, 190, 192, 193, 195, 197, 198, 201, 202, 203, 205, 207, 209, 212, 213, 215, 216, 217, 218, 220], "haven": 17, "head": [8, 26, 32, 35, 52, 78, 79, 93, 94, 99, 121, 140, 149], "header": [22, 27, 28, 36, 41, 44, 49, 51, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 79, 80, 81, 82, 91, 93, 94, 117, 120, 121, 122, 130, 170, 174, 182, 187, 194, 195, 196, 197, 202, 212, 217], "headermiddlewar": 49, "headers_to_exclud": 182, "headlin": [61, 129, 144, 146], "headlinetasktyp": [26, 146], "health": 157, "healthcheck": 170, "healthi": 170, "hear": 33, "heartbeat": [156, 169, 187], "heavi": [113, 127, 164], "heavili": [2, 21, 205], "height": [24, 36, 41, 94, 134, 197, 202], "hell": 122, "hello": [61, 112, 135, 152, 190, 201], "help": [0, 4, 7, 8, 26, 33, 40, 41, 56, 59, 61, 65, 66, 93, 94, 98, 99, 110, 111, 113, 116, 117, 121, 130, 134, 138, 154, 158, 163, 188, 189, 190, 192, 193, 202, 204, 205, 206, 207, 211], "helper": [0, 26, 39, 40, 63, 109, 110, 116, 121, 122, 134, 138], "henc": [2, 4, 16, 17, 124, 137, 149], "her": 127, "here": [0, 8, 17, 24, 39, 40, 41, 44, 52, 55, 63, 64, 66, 78, 87, 88, 90, 98, 99, 100, 102, 108, 110, 111, 114, 115, 116, 133, 134, 141, 144, 146, 148, 153, 157, 158, 165, 166, 171, 175, 177, 178, 184, 190, 191, 192, 193, 199, 201, 202, 207, 217, 220], "heveri": 220, "hex": [64, 79], "hexadecim": 134, "hi": [39, 190, 191], "hidden": [26, 27, 78, 103, 105, 112, 179, 196, 197, 201, 202], "hide": [27, 61, 66, 78, 103, 105, 124, 143, 195, 196, 197, 202, 203], "hierarchi": [97, 98], "hig": 94, "high": [38, 57, 94, 189, 197, 214], "highcontrast": 16, "higher": [4, 12, 22, 35, 57, 202], "highest": 39, "highli": [0, 16, 24, 29, 31, 35, 107, 122, 154, 163], "highlight": [28, 38, 212], "hint": [10, 15, 16, 17, 39, 40, 41, 55, 111, 132, 202], "hintexcept": 55, "histori": [90, 144, 158, 202], "hit": 130, "ho": 191, "hoist": 190, "hold": [7, 27, 36, 41, 62, 109, 217], "hole": [39, 212], "home": [10, 34, 46, 57, 64, 93, 99, 151, 195], "homebrew": 99, "homepag": [4, 134], "homogen": 202, "hook": [0, 1, 16, 17, 27, 47, 49], "horizont": 164, "host": [7, 13, 17, 65, 119, 121, 122, 140, 154, 155, 162, 163, 164, 165, 169, 195, 202, 204, 220], "hostnam": [13, 25, 138, 160, 195], "hostvalid": 138, "hour": [37, 64, 80, 138, 145, 201], "housekeep": [62, 81], "hover": [28, 96, 130, 189, 197, 198, 201, 202], "hoverclass": 202, "how": [0, 9, 18, 28, 30, 37, 39, 44, 47, 51, 61, 63, 64, 78, 83, 88, 89, 96, 97, 98, 102, 107, 108, 109, 110, 114, 115, 124, 130, 131, 132, 134, 137, 138, 144, 145, 146, 149, 152, 155, 166, 171, 183, 189, 192, 193, 204, 209, 212, 218, 220], "howev": [7, 16, 17, 24, 27, 28, 33, 39, 54, 57, 64, 66, 99, 101, 103, 105, 108, 109, 110, 115, 116, 122, 131, 145, 146, 207, 215], "href": [61, 78, 83, 113, 117, 152, 201, 202, 203, 212], "html": [6, 16, 22, 24, 33, 42, 45, 47, 66, 78, 90, 109, 112, 119, 121, 158, 160, 179, 189, 190, 193, 195, 204, 212, 220], "html5": [188, 198], "http": [0, 2, 4, 5, 6, 7, 10, 13, 14, 15, 16, 17, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 39, 44, 49, 50, 51, 52, 53, 56, 62, 64, 65, 66, 77, 78, 79, 80, 81, 83, 84, 85, 87, 89, 90, 91, 99, 107, 108, 109, 110, 113, 116, 117, 121, 122, 124, 130, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 146, 148, 152, 153, 154, 156, 157, 160, 165, 169, 170, 174, 178, 179, 182, 193, 195, 199, 204, 205, 207, 212, 217, 220], "http_content_typ": 39, "http_proxi": 160, "httpclient": 87, "httpd": 193, "httphelper": 10, "httpprovid": 44, "https_proxi": 160, "hu": 7, "hu_hu": 7, "hub": 94, "huge": 103, "huggingfac": 170, "human": [61, 96, 97, 103, 134, 144], "humanfiles": [12, 15, 16, 28], "hundr": 209, "hungri": 113, "hurdl": [61, 62], "hw39yxkp": 108, "i": [0, 1, 2, 4, 5, 7, 10, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 87, 88, 90, 91, 93, 94, 96, 97, 98, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 122, 124, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 146, 148, 149, 150, 151, 152, 154, 155, 156, 157, 158, 160, 162, 163, 164, 166, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 184, 185, 189, 190, 191, 192, 193, 195, 196, 197, 199, 200, 201, 202, 205, 206, 209, 212, 213, 215, 217, 219, 220], "i_request": 190, "iaccountmanag": [23, 26, 28, 129], "iaction": 26, "iactionfactori": 117, "iactivatablebyadmin": 149, "iaddress": 119, "iapiwidget": 121, "iapiwidgetv2": 121, "iapp": 26, "iappconfig": [25, 27, 40, 103], "iappcontain": [10, 16], "iappdata": [28, 54, 57], "iappmanag": [23, 24, 26, 27, 40], "iattribut": 26, "iauthmechanismprovid": 44, "iauthormapp": 40, "iavailabilitycoordin": 126, "iavatarmanag": [27, 40], "ibackend": 115, "ibackendprovid": 44, "ibinaryfind": 28, "iboostrap": 28, "ibootcontext": [0, 40, 44, 49, 108, 113, 115, 129, 130, 131, 137, 141, 144, 145, 146, 148, 150, 152], "ibootstrap": [0, 1, 40, 44, 49, 50, 108, 113, 115, 129, 130, 131, 137, 140, 141, 144, 145, 146, 148, 150, 152], "ibrok": 143, "ibu": 27, "ibulkprovid": 117, "ibuttonwidget": 121, "ic": [71, 115, 116], "icach": [27, 40, 57], "icachefactori": [27, 38, 40], "ical": 116, "icalendar": [115, 116], "icalendareventbuild": 115, "icalendarobject": 116, "icalendarprovid": 116, "icalendarqueri": 115, "icallbackrespons": 39, "icap": 66, "icapabilityawareocmprovid": 28, "icewind1991": 27, "iclientservic": [120, 138], "icloud": 99, "icollect": 153, "icom": 15, "icommentsmanag": [24, 27], "icomplexoper": 114, "icon": [4, 6, 10, 18, 22, 26, 39, 43, 44, 64, 71, 93, 95, 97, 98, 108, 114, 117, 121, 129, 131, 134, 137, 139, 175, 185, 188, 196, 197, 200, 201, 202, 203, 204], "icon_class": 108, "icon_url": [108, 134], "iconclass": 44, "iconditionalwidget": 121, "iconfig": [27, 40, 53, 55, 111, 139, 140], "iconstructablestorag": 27, "icontain": 16, "icontentmanag": 121, "icontentprovid": 121, "icontentsecuritypolicymanag": 27, "icontrollermethodreflector": [13, 27, 40, 49], "iconurl": [108, 131], "iconv": [4, 219], "icountusersbackend": 27, "icreatefromstr": [22, 115, 116], "icreategroupbackend": 26, "icreatenamedgroupbackend": 26, "icredentialsmanag": 27, "icrypto": [10, 27, 40], "id": [4, 7, 13, 22, 24, 25, 28, 34, 36, 37, 39, 40, 41, 44, 48, 52, 56, 57, 60, 61, 63, 65, 66, 67, 69, 71, 78, 81, 83, 88, 99, 103, 105, 106, 108, 111, 113, 114, 117, 119, 121, 126, 127, 129, 131, 132, 134, 135, 139, 143, 144, 145, 146, 150, 153, 154, 168, 169, 170, 172, 174, 175, 178, 181, 183, 186, 188, 190, 196, 198, 201, 202, 203, 212], "id497799835": 99, "id_token": 64, "idatetimeformatt": [27, 139], "idatetimezon": [27, 28, 40], "idbconnect": [18, 24, 26, 27, 28, 40, 56, 59], "idea": [35, 93, 94, 116, 122, 127, 130, 134, 137, 141, 144, 145, 146, 148, 189, 199], "ideactivatablebyadmin": 149, "ideal": [93, 96, 98, 127, 134, 189, 192], "ideclarativesettingsform": 111, "idelegatedset": 53, "ident": [16, 35, 96, 101, 125], "identif": 93, "identifi": [1, 4, 26, 29, 36, 41, 52, 56, 61, 62, 73, 74, 96, 108, 116, 121, 127, 130, 133, 134, 137, 141, 144, 145, 146, 148, 149, 165, 189, 193, 207], "idetectlanguageprovid": [26, 148], "ie": 26, "iemailvalid": 28, "ientiti": 114, "ientitycompat": 23, "ientri": 117, "ietf": 81, "ievent": 26, "ieventdispatch": [15, 24, 41, 48, 131, 142], "ieventlisten": [1, 41, 44, 59, 111, 113, 134, 141, 144, 145, 146], "ieventlogg": [27, 40], "ieventsourc": 24, "ieventsourcefactori": [24, 26], "iexportdestin": 150, "iexpressionbuild": 26, "iexternalprovid": [28, 137], "ifactori": [27, 61], "iff": 10, "ifil": 27, "ifilenamevalid": [26, 28], "ifilesmetadata": 113, "ifilesmetadatamanag": [24, 113], "ifilteringprovid": 137, "ifoomanag": 0, "ifram": 212, "ifs": [190, 191], "ignor": [7, 27, 35, 42, 63, 121, 128, 201, 207], "ignorefil": [2, 107], "ignoreopenapi": 66, "igroup": 24, "igroupmanag": [26, 27, 40, 127], "ihandl": 152, "ihandleimipmessag": [22, 116], "ihash": [26, 27, 40], "ihelp": 10, "ii": 207, "iiconsect": [53, 139], "iiconwidget": [26, 121], "iimag": [27, 145], "iimportsourc": 150, "iinappsearch": 137, "iinitialst": [44, 50], "iinitialstateservic": [108, 122], "ijob": 37, "ijoblist": [22, 23, 27, 37, 40, 139], "il10n": [10, 40, 50, 53, 61, 108, 129, 137, 139, 140, 141, 144, 145, 146, 148, 150], "ildapprovid": 27, "ildapproviderfactori": 18, "ilimit": 138, "ilimitawarecountusersbackend": 27, "ilinkact": 129, "illeg": 33, "illustr": 2, "ilockingprovid": 27, "ilockmanag": 26, "ilogfactori": [18, 25], "ilogg": [10, 16, 27], "iloginsetupprovid": 28, "imag": [4, 6, 27, 28, 39, 43, 52, 63, 64, 66, 78, 83, 92, 99, 121, 131, 144, 156, 158, 161, 162, 169, 175, 178, 187, 197, 204], "image_nam": [156, 170], "image_path": 45, "image_src": 170, "image_tag": 170, "image_typ": 134, "image_url": 134, "imagegenerationprovid": 145, "imagegenerationresultlisten": 145, "imageparam": 170, "imagepath": [15, 53, 108, 129, 139], "imageurl": 134, "imagick": 219, "imagin": [2, 66], "imail": [27, 28, 112], "imailmanag": 119, "imanag": [0, 11, 12, 14, 15, 19, 22, 26, 27, 40, 115, 119, 142, 144, 145, 146], "imap": 130, "imapperexcept": 23, "imdb_id": 134, "imenuact": 39, "imessag": [22, 24, 112, 119], "imessagesend": 119, "imetadatabackgroundev": 24, "imetadataliveev": 24, "imetadataqueri": [24, 113], "imetadatavaluewrapp": 113, "img": [4, 6, 22, 45, 46, 52, 108, 117, 134, 137, 158, 175, 185, 199], "imigr": 150, "imigrationstep": 10, "imimetypedetector": 27, "imimetypeload": [25, 27], "immedi": [1, 15, 39, 94, 189], "immut": 56, "imountmanag": 27, "imountpoint": [27, 57], "imountprovid": 57, "imountprovidercollect": [27, 40, 57], "impact": [25, 37, 127, 192], "implement": [0, 1, 4, 15, 22, 23, 25, 26, 27, 28, 34, 36, 37, 39, 40, 41, 44, 49, 50, 53, 56, 59, 66, 72, 73, 74, 77, 78, 81, 83, 87, 108, 111, 113, 114, 115, 116, 117, 119, 121, 122, 129, 130, 131, 132, 134, 135, 136, 137, 139, 140, 150, 152, 153, 155, 156, 157, 158, 166, 169, 170, 180, 202, 212, 213], "impli": [59, 65, 66, 134], "implicit": 190, "implicitli": [15, 39, 56, 116], "import": [9, 15, 24, 26, 27, 35, 39, 42, 44, 49, 56, 60, 61, 66, 78, 89, 90, 93, 94, 96, 98, 99, 106, 108, 114, 115, 122, 127, 130, 131, 134, 140, 144, 150, 156, 158, 169, 189, 192, 195, 201, 202, 207, 220], "important_list_item": 188, "importsourc": 150, "imposs": [66, 170], "improv": [28, 40, 44, 66, 96, 102, 108, 127, 130, 137, 189, 190, 192, 203, 207], "impur": 40, "imyappmanag": 150, "in_arrai": [144, 146, 195], "inaccess": 98, "inact": 80, "inadvertenli": 192, "inappsearch": 137, "inavigationmanag": [27, 40], "inbox": [97, 195], "inc": 45, "includ": [2, 17, 27, 28, 32, 33, 35, 39, 40, 42, 43, 44, 56, 61, 62, 65, 66, 77, 78, 88, 89, 98, 99, 101, 102, 103, 105, 107, 108, 113, 116, 129, 130, 134, 140, 144, 156, 158, 171, 175, 183, 185, 192, 209, 212, 215], "include_onc": 0, "inclus": [94, 207, 211], "incompat": [17, 24, 35, 136], "incomplet": [35, 101, 207], "incompleteactivityexcept": 26, "incompletenotificationexcept": 26, "incompleteparsednotificationexcept": 26, "inconsist": 127, "incorpor": 155, "incorrect": 160, "incorrectli": [27, 36, 41], "increas": [14, 20, 24, 26, 27, 33, 35, 39, 127, 139, 164, 205], "increment": [35, 56, 124, 127], "indent": [99, 188, 189], "independ": [26, 52, 68, 122], "index": [4, 5, 39, 40, 51, 52, 56, 59, 62, 63, 64, 73, 77, 106, 108, 113, 127, 129, 130, 131, 136, 137, 138, 144, 158, 175, 178, 190, 195, 213], "indic": [24, 27, 28, 33, 36, 41, 58, 61, 66, 73, 78, 93, 101, 116, 128, 137, 141, 144, 145, 146, 148, 155, 169, 185, 205], "indirect": 17, "indirectli": 39, "individu": [7, 40, 53, 61, 80, 98, 107, 115, 121, 207], "inevit": [17, 24], "infin": [83, 113], "influenc": [56, 127, 151, 189], "info": [4, 5, 26, 27, 28, 31, 32, 34, 40, 41, 51, 53, 56, 87, 94, 102, 109, 116, 118, 121, 122, 124, 134, 135, 139, 140, 149, 153, 156, 158, 160, 171, 174, 175, 178, 180, 182, 187, 189, 193, 197, 207], "inform": [18, 20, 24, 26, 27, 28, 29, 34, 36, 39, 41, 44, 45, 46, 56, 57, 61, 62, 63, 64, 78, 87, 93, 97, 98, 99, 100, 101, 108, 109, 119, 121, 122, 129, 130, 132, 134, 137, 140, 141, 144, 146, 148, 149, 150, 158, 159, 173, 189, 200, 205, 207, 209, 213], "infrastructur": [33, 138, 213], "inherit": [37, 49, 56, 71, 78, 116, 136], "inheritdoc": [108, 131], "inheritor": [27, 66], "ini": [110, 140, 220], "inigetwrapp": 27, "init": [44, 65, 99, 156, 169, 176, 183, 187, 193], "init_timeout": 157, "initcor": 13, "initi": [0, 1, 3, 16, 17, 26, 36, 38, 41, 43, 50, 51, 62, 63, 66, 80, 93, 106, 108, 113, 119, 121, 140, 141, 153, 156, 157, 169, 170, 174, 175, 176, 183, 207], "initialis": 24, "initialprovid": 134, "initialst": [44, 50], "initialstateservic": 108, "initiatemessag": 119, "initmetadata": [24, 113], "iniwrapp": 27, "inject": [0, 10, 16, 24, 27, 28, 36, 37, 38, 39, 41, 44, 47, 48, 52, 55, 57, 59, 61, 103, 105, 108, 112, 113, 115, 119, 120, 130, 132, 134, 137, 138, 141, 143, 144, 145, 146, 147, 148, 149, 151, 171, 196, 204, 211, 220], "injectfn": [0, 131], "inlin": [27, 39, 93, 121, 188, 197, 212], "inlineblock": 197, "inmemoryfil": 22, "inner": 213, "innodb": 109, "innodb_print_all_deadlock": 109, "inod": [1, 153], "inotif": 26, "inotifi": 26, "input": [16, 24, 26, 28, 40, 64, 73, 74, 75, 95, 98, 99, 121, 134, 139, 145, 146, 148, 170, 179, 191, 197, 198, 201, 202, 203, 212], "insecur": [36, 41, 195], "insensit": 127, "insert": [36, 37, 41, 56, 61, 109, 127, 134, 137], "inset": [27, 197], "insid": [0, 6, 23, 37, 39, 40, 46, 52, 53, 56, 61, 78, 79, 83, 93, 108, 119, 127, 134, 145, 146, 158, 170, 195, 201, 202, 212, 216, 217], "insight": [106, 109], "inspect": [51, 195], "inspir": [2, 162], "instal": [0, 2, 4, 7, 29, 32, 33, 35, 36, 37, 38, 39, 40, 41, 51, 56, 59, 63, 66, 73, 75, 78, 96, 107, 110, 122, 124, 125, 127, 130, 134, 135, 139, 143, 150, 157, 158, 163, 165, 167, 174, 182, 187, 189, 191, 193, 195, 207, 216, 219], "installer_fil": 99, "instanc": [0, 4, 23, 24, 27, 28, 35, 36, 37, 38, 39, 40, 41, 46, 48, 49, 57, 59, 64, 69, 78, 79, 80, 98, 99, 103, 107, 113, 114, 115, 116, 117, 119, 120, 122, 126, 127, 130, 132, 134, 135, 138, 139, 140, 152, 158, 169, 174, 179, 191, 193, 212], "instanceid": 175, "instanceof": [1, 39, 40, 41, 44, 57, 59, 60, 87, 106, 111, 113, 115, 131, 134, 141, 144, 145, 146, 152], "instanti": [0, 40, 41, 108, 119, 129, 150], "instantli": 127, "instead": [6, 7, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 36, 39, 40, 41, 45, 52, 53, 56, 61, 64, 66, 74, 78, 88, 93, 94, 96, 97, 99, 110, 116, 132, 134, 141, 144, 145, 146, 148, 150, 188, 189, 190, 191, 199, 212], "instruct": [2, 61, 66, 78, 124, 144, 154, 156, 171, 190], "insuffici": 80, "int": [4, 15, 23, 24, 37, 39, 41, 52, 53, 56, 57, 66, 67, 69, 70, 71, 73, 74, 87, 103, 105, 108, 113, 126, 128, 129, 137, 139, 144, 145, 146, 147, 150, 175], "integ": [39, 56, 59, 83, 134, 144, 145, 169, 170, 175, 177, 195], "integr": [4, 17, 20, 24, 26, 27, 29, 31, 34, 36, 41, 88, 89, 98, 108, 110, 113, 121, 122, 129, 131, 132, 134, 139, 150, 155, 189, 204, 205], "integration_github": [108, 134], "integration_openstreetmap": 134, "integration_tmdb": 134, "integration_tmdb_movi": 134, "intend": [33, 122, 144], "intens": [73, 74, 75, 116], "intent": [33, 94], "inter": [41, 122], "interact": [0, 24, 26, 36, 39, 40, 41, 93, 106, 116, 121, 122, 125, 144, 149, 192, 197, 202, 204], "intercept": 49, "interchang": 202, "interest": [27, 32, 33, 51, 56, 88, 94, 134], "interfac": [0, 10, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 36, 39, 41, 50, 57, 61, 94, 96, 97, 98, 101, 103, 107, 110, 111, 112, 114, 115, 118, 121, 126, 127, 129, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 148, 149, 150, 152, 155, 162, 179, 194, 197, 204, 205, 207, 212, 215], "interfer": 44, "interleav": 0, "intermedi": 23, "intern": [4, 13, 18, 27, 35, 36, 40, 41, 51, 56, 57, 65, 94, 103, 105, 108, 115, 116, 121, 127, 128, 132, 134, 138, 139, 140, 163, 177, 186, 195, 213], "internaltokenrequestedev": 125, "internation": 61, "internet": [18, 160], "interpret": [78, 137, 212], "interrupt": 80, "interv": [108, 183], "intervent": 39, "intric": 155, "introduc": [1, 23, 26, 28, 33, 39, 59, 81, 127, 134, 136, 144, 155, 168, 192, 209], "introduct": [3, 10, 47, 82, 95, 97, 167, 200, 204, 218], "invalid": [22, 26, 29, 36, 39, 41, 74, 76, 127, 128, 133, 177, 195, 207], "invalid_hash": 29, "invalidargumentexcept": [17, 26, 151], "invalidatecooki": 39, "invalidatetokensofus": 22, "invalidvalueexcept": 26, "invert": [26, 46, 94, 197], "investig": 189, "invis": [71, 212], "invit": 7, "invoc": 0, "invok": [0, 2, 7, 44, 124, 137, 175], "involv": [99, 125, 163, 170, 192], "io": [20, 24, 27, 93, 94, 97, 98, 116, 122, 158, 169, 170, 206, 220], "iocmprovid": 28, "ioper": 114, "ioperationcompat": 23, "ioptionwidget": 121, "ioutofofficedata": 126, "ioutput": [39, 59, 135], "ip": [39, 138, 165, 195], "ipaddress": 195, "iparallelawarejob": 23, "ipeparedstat": 17, "ipersonalproviderset": 28, "iphonenumberutil": [24, 128], "ipreloadablenotifi": 28, "ipreparedstat": 17, "ipreview": [24, 27, 40], "iprofil": 130, "iprovid": [22, 24, 26, 28, 117, 119, 131, 137, 144, 145, 146, 149], "iprovideenabledstatebackend": [24, 26], "iprovidermanag": [14, 131], "iproviderwithexpectedruntim": [26, 146], "iproviderwithid": 26, "iproviderwithuserid": [26, 146], "iprovidesicon": 149, "iprovidespersonalset": 149, "ipublicreferenceprovid": [26, 134], "ipublicsharetemplateprovid": 50, "iquerybuild": [26, 27, 56, 113], "iquerylogg": [27, 40], "iratelimitexceededexcept": 138, "irefer": 134, "ireferenceprovid": 134, "iregistrationcontext": [0, 1, 16, 25, 26, 40, 44, 49, 50, 108, 111, 113, 115, 119, 129, 131, 137, 140, 141, 144, 145, 146, 148, 150, 152], "iregistri": 24, "ireloadablewidget": 121, "iremotehostvalid": 138, "irepairstep": 135, "irequest": [25, 27, 37, 39, 40, 52, 54, 131, 136, 190], "irequestcontext": 152, "iresourc": 131, "iresourceprovid": 131, "irespons": 152, "iresult": [17, 24], "irichtextformatt": 27, "irootfold": [26, 27, 40, 57], "irootstorag": 57, "irout": [27, 40], "irregular": 33, "irrelev": 207, "is_avail": 73, "is_en": 139, "isadmin": 26, "isallow": 39, "isappload": 23, "isarrai": 195, "isavail": [18, 73], "isbackendrequir": 26, "ischemawrapp": 59, "iscontentencod": 65, "iscontextchatavail": 106, "isdirectori": 87, "isearch": [10, 27, 40], "isearchablegroupbackend": 23, "isearchablereferenceprovid": 134, "isearchqueri": 137, "isecurerandom": [12, 27, 40], "isen": [19, 24, 108, 126], "isenabledforus": 24, "iservercontain": [16, 27, 28, 40, 49, 55], "iservic": 119, "isess": [16, 39], "iset": [53, 139], "isetupcheck": 140, "isexternalprovid": 137, "isfiltervalid": 12, "ishar": [26, 50], "ishareownerlessmount": 27, "ishareprovid": 28, "ishareprovidersupportsallsharesinfold": 28, "isi": 18, "isie8": 11, "isimplefil": [22, 23], "isindex": 105, "isineffect": 126, "isinsideview": 134, "isizeestimationmigr": [23, 150], "islazi": [103, 105], "islegitimatedforuserid": 114, "isn": [12, 18, 73, 135, 207], "iso": [75, 78, 128], "isol": 107, "isp": 64, "ispagin": [134, 137], "ispasswordprotect": 133, "ispecificoper": 114, "ispeechtotextmanag": [26, 141], "ispeechtotextprovid": [26, 141], "ispeechtotextproviderwithid": 26, "ispeechtotextproviderwithuserid": [26, 141], "ispublicshar": 27, "isreadonlyconfigen": 28, "isrequir": 61, "issamepath": 14, "issensit": [103, 105], "isset": [38, 144], "issu": [1, 2, 4, 17, 21, 26, 27, 28, 29, 33, 39, 61, 64, 66, 88, 99, 108, 109, 127, 130, 135, 140, 150, 155, 160, 163, 166, 171, 189, 190, 191, 192, 206, 217], "issuccess": [39, 87], "issuehandl": 107, "istatusmanag": 142, "istorag": [26, 27, 57], "istrusteddomain": 138, "istrustedurl": 138, "istwofactorauthenabledforus": 149, "istyp": 23, "isuseradmin": 13, "isvalid": 138, "isvalidfilenam": 26, "isvalidtoken": 133, "isynchrounousprovid": 144, "isystemtagmanag": 24, "isystemtagobjectmapp": 27, "itag": 15, "itagmanag": [15, 27, 40], "ital": 94, "itasktyp": [26, 144, 146], "item": [24, 26, 35, 36, 41, 48, 57, 61, 64, 66, 71, 84, 93, 95, 97, 106, 108, 113, 131, 144, 153, 190, 197, 200, 202, 203], "item_icons_round": 108, "item_typ": 25, "itemid": [64, 106, 131], "itempickerdialog": 131, "itempl": 28, "itemplatemanag": 28, "itempmanag": [27, 40], "itemsperpag": [64, 172, 181, 186], "itemtitl": 131, "itemtyp": [64, 70], "iter": 26, "ithrottl": 27, "itimefactori": [10, 23, 27, 37, 40, 132, 147], "itinerari": 119, "itoken": [24, 26], "itranslationmanag": [26, 148], "itranslationprovid": [26, 148], "itranslationproviderwithid": 26, "itranslationproviderwithuserid": [26, 148], "itrashitem": 26, "itrusteddomainhelp": [27, 138], "its": [0, 1, 15, 22, 24, 27, 29, 35, 36, 38, 39, 40, 41, 45, 54, 56, 57, 61, 62, 64, 65, 69, 78, 84, 88, 90, 93, 94, 98, 99, 103, 105, 113, 114, 116, 137, 139, 144, 145, 146, 153, 157, 162, 170, 190, 192, 193, 203, 213, 217], "itself": [18, 25, 27, 36, 40, 41, 49, 59, 62, 69, 77, 94, 102, 114, 134, 164, 196, 207], "iurlgener": [25, 27, 40, 50, 52, 53, 108, 129, 131, 137, 139, 152], "iuser": [15, 24, 26, 27, 28, 41, 61, 126, 129, 131, 137, 138, 143, 149, 150, 151], "iuserconfig": 105, "iusermanag": [26, 27, 28, 40, 41, 50, 127, 151], "iusermountcach": 27, "iusersess": [27, 40, 41, 57, 108, 151], "iuserstatu": 142, "iwebhookcompatibleev": 26, "iwidget": [26, 108], "j": [6, 7, 15, 23, 24, 35, 44, 45, 61, 81, 108, 114, 122, 124, 131, 134, 140, 156, 158, 171, 185, 190, 201, 202, 203, 212, 216], "ja": 7, "ja_jp": 7, "jail": 213, "jan": [4, 33], "jane": [78, 108, 186], "jargon": 94, "jasmin": 220, "java": 87, "javascript": [5, 6, 7, 13, 21, 23, 24, 26, 35, 36, 39, 41, 43, 47, 60, 98, 108, 114, 121, 124, 130, 131, 137, 139, 140, 158, 189, 193, 204, 218], "javascriptmodul": 140, "jdoe": 190, "jitpack": 89, "joann": 64, "job": [4, 20, 23, 25, 34, 39, 47, 61, 73, 113, 115, 127, 135, 141, 144, 145, 146, 170, 183, 189, 204, 207], "joblist": [27, 37, 139], "john": [39, 64, 186], "join": [71, 93, 113], "joinindex": [24, 113], "joinpath": 14, "journalctl": 165, "journei": 134, "jpeg": [78, 134], "jpg": [4, 83, 108, 134, 137, 197], "jqueri": [12, 22, 27, 39, 44, 202, 212], "jrdrespons": 152, "json": [2, 7, 10, 17, 18, 20, 24, 26, 27, 29, 35, 44, 51, 56, 61, 62, 65, 66, 69, 77, 78, 79, 103, 105, 107, 108, 111, 120, 124, 126, 134, 144, 150, 152, 158, 169, 170, 171, 174, 175, 182, 183, 193, 195, 212, 217, 219], "json_decod": [120, 139, 150], "json_encod": [26, 120, 139, 150], "json_pretty_print": 139, "json_throw_on_error": 150, "jsonrespons": [26, 39, 66, 152], "jsonseri": 26, "jsonserializ": 126, "jstimezonedetect": 14, "jstz": 14, "jsx": 158, "judg": 207, "judgement": 192, "jul": 78, "juliu": 154, "juliushaertl": 108, "jump": 65, "june": 189, "just": [6, 7, 22, 27, 33, 35, 37, 39, 40, 41, 54, 61, 84, 97, 99, 109, 110, 111, 113, 116, 124, 133, 134, 135, 137, 144, 158, 162, 171, 173, 175, 179, 184, 185, 189, 197, 202, 203, 207, 212, 220], "jwt_enabl": 195, "jwt_header": 195, "jwt_secret": 195, "k": [65, 78, 79], "kann": 4, "karchiv": 99, "karma": [60, 220], "kde": [99, 207], "kebab": 190, "keep": [2, 4, 9, 23, 29, 32, 33, 35, 39, 40, 42, 54, 59, 61, 62, 65, 78, 87, 93, 94, 96, 98, 99, 114, 116, 122, 127, 130, 134, 136, 156, 189, 196, 197, 202, 217], "kei": [16, 26, 27, 29, 34, 36, 39, 40, 41, 44, 45, 52, 55, 56, 61, 69, 76, 78, 93, 113, 114, 127, 144, 151, 158, 172, 173, 181, 185, 187, 189, 195, 209], "keithcirkel": 124, "kept": [24, 33, 63, 101, 108, 158, 171], "key1": [172, 181], "key2": [172, 181], "key3": [172, 181], "key_nam": 185, "keyboard": [43, 98, 212], "keymanag": 16, "keyout": 29, "keyword": [158, 190, 207], "kib": 150, "kid": 144, "kihrmq3tytmghwsim": 29, "killer": 39, "kind": [35, 39, 44, 93, 134, 144, 146, 207], "kit": 94, "knorr": 154, "know": [27, 31, 40, 44, 61, 66, 93, 96, 99, 107, 116, 127, 134, 137, 144, 146, 149, 173, 174, 189, 207], "knowledg": [28, 106, 207], "known": [2, 27, 36, 40, 41, 56, 63, 99, 107, 108, 113, 114, 116, 128, 135, 152], "l": [4, 53, 61, 107, 137, 139, 141, 144, 145, 146, 148, 212], "l108": 81, "l10n": [7, 13, 16, 27, 50, 61, 108, 121, 129, 137, 139, 140, 150, 156, 159, 171], "l10nfactori": [27, 61], "label": [39, 69, 78, 93, 94, 111, 119, 134, 139, 183, 194, 198, 201, 203, 205, 207], "lack": 56, "landscap": 155, "lang": [4, 7, 61, 156, 158, 171], "lang_map": 7, "languag": [4, 7, 23, 25, 27, 63, 72, 73, 74, 78, 94, 98, 106, 110, 121, 144, 146, 155, 156, 158, 171, 189, 197], "languagedetect": 75, "languagetupl": [26, 148], "larg": [26, 59, 72, 74, 80, 94, 99, 103, 105, 127, 146, 197], "larger": [26, 32, 38, 98, 197], "last": [0, 16, 22, 24, 39, 40, 49, 53, 61, 64, 67, 78, 80, 83, 93, 109, 121, 127, 137, 139, 144, 174, 175, 195, 207], "last_act": 83, "last_check_tim": 174, "last_report": 139, "last_sent": 139, "lastdai": 67, "lastindex": 65, "lastlogin": [56, 64], "lastmodifi": 106, "lastnam": [190, 195], "lastreport": 139, "lastsentreportd": 139, "lastsentreporttim": 139, "latenc": 38, "latent": 145, "later": [4, 7, 16, 22, 28, 33, 34, 39, 40, 44, 53, 56, 64, 66, 99, 108, 116, 125, 134, 189], "latest": [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], "latestchilddatetim": 81, "latex": 212, "launch": [87, 169], "law": [33, 205], "lax": 23, "layer": [17, 19, 24, 29, 56, 212, 214], "layout": [33, 95, 197, 200, 204], "lazi": [0, 25, 65, 116, 134], "lazili": 0, "lazyrespons": 39, "lazyrootfold": 27, "lc_messag": 158, "ldap": [13, 27, 41, 121, 139, 219], "ldapgroupmemberassocattr": 13, "ldapprovid": 27, "lead": [32, 40, 56, 61, 93, 98, 99, 122, 127, 134, 171, 189, 212], "leader": 29, "leak": [33, 99, 107, 137], "learn": [89, 96, 115, 189], "least": [4, 26, 36, 39, 41, 63, 65, 98, 108, 116, 134, 143, 144, 205, 207, 217], "leav": [28, 59, 64, 94, 101, 124, 195], "left": [27, 29, 39, 61, 64, 66, 97, 98, 108, 116, 134, 196, 197, 202, 203], "legaci": [26, 27, 28, 40, 44, 66, 78, 118, 121, 213], "legibl": 94, "length": [4, 56, 59, 61, 65, 78, 79, 80, 93, 105, 145, 148, 189, 190], "lengthi": 93, "less": [26, 35, 40, 48, 57, 94, 136, 197, 207, 213], "lesser": 93, "lessspecificimplementedreturntyp": 66, "lessspecificreturnstat": 66, "lessspecificreturntyp": 66, "let": [38, 39, 52, 66, 99, 107, 108, 116, 134, 156, 157, 173, 179, 189, 190, 192, 207, 212], "letter": [26, 39, 49, 55, 78, 128, 190], "level": [10, 26, 27, 39, 40, 57, 93, 96, 97, 98, 102, 127, 140, 165, 177, 182, 192, 202, 203, 214, 220], "leverag": 2, "lf": 189, "li": [61, 188, 201, 202, 203, 212], "lib": [0, 2, 4, 6, 29, 37, 38, 39, 40, 49, 50, 51, 52, 53, 56, 59, 66, 81, 87, 99, 101, 102, 107, 110, 112, 113, 117, 119, 129, 134, 135, 137, 141, 144, 145, 146, 148, 151, 158, 160, 174, 195, 220], "liber": 207, "libphonenumb": 128, "librari": [26, 44, 90, 92, 94, 99, 102, 107, 122, 128, 132, 134, 155, 163, 195, 212], "libxml": [4, 219], "licenc": 4, "licens": [4, 33, 34, 88, 194], "life": [33, 34, 81, 192], "lifecycl": [39, 47, 156, 159, 167, 204], "lifespan": 0, "lifetim": 0, "light": [0, 16, 24, 94, 113, 149, 197], "lighten": [103, 105], "lighter": [24, 28], "lighthous": 96, "like": [0, 1, 2, 4, 6, 7, 14, 15, 16, 17, 18, 22, 23, 24, 26, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 49, 55, 56, 57, 59, 60, 61, 62, 64, 66, 69, 72, 74, 77, 80, 83, 88, 89, 93, 94, 96, 97, 98, 99, 106, 107, 108, 109, 110, 111, 113, 115, 116, 119, 122, 124, 127, 131, 133, 134, 136, 137, 140, 141, 144, 145, 146, 148, 149, 158, 173, 183, 188, 189, 190, 192, 197, 201, 202, 203, 205, 207, 212, 220], "likelihood": [24, 192], "limit": [4, 23, 24, 27, 29, 33, 36, 37, 40, 41, 52, 54, 56, 64, 71, 73, 74, 75, 80, 81, 83, 94, 96, 98, 101, 105, 108, 109, 113, 116, 121, 127, 130, 134, 137, 141, 148, 157, 158, 162, 165, 166, 168, 173, 178, 202, 209, 213], "limitenumerationtogroup": 15, "line": [0, 7, 28, 40, 44, 89, 94, 98, 99, 102, 110, 116, 149, 158, 160, 188, 189, 191, 197, 201, 202, 205], "liner": 205, "link": [2, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 32, 36, 39, 41, 44, 45, 63, 64, 69, 77, 78, 93, 94, 98, 99, 108, 117, 121, 129, 131, 133, 137, 138, 140, 143, 149, 178, 202, 203, 206, 209, 212, 220], "linkact": 117, "linkactiveclass": 158, "linkautocomplet": 134, "linkend": 61, "linker": 99, "linkprovid": 117, "linkstart": 61, "linkto": [15, 140], "linktooc": 15, "linktopubl": [11, 24], "linktoremot": 15, "linktorout": [52, 137], "linktorouteabsolut": [50, 108, 129, 131, 152], "lint": 121, "linter": [17, 20, 24, 26, 27], "linu": 205, "linux": [4, 94, 100, 195], "list": [4, 5, 7, 10, 12, 21, 26, 28, 35, 36, 39, 40, 41, 44, 52, 53, 54, 56, 57, 59, 61, 63, 66, 68, 74, 75, 76, 80, 81, 82, 87, 93, 95, 99, 103, 105, 106, 107, 108, 111, 113, 116, 117, 119, 121, 130, 137, 142, 144, 145, 146, 148, 149, 154, 158, 166, 172, 175, 176, 181, 182, 183, 185, 188, 193, 196, 197, 200, 204, 206, 207, 220], "list__item": 188, "list_item": 188, "listen": [0, 1, 5, 16, 24, 28, 36, 44, 59, 90, 106, 113, 114, 121, 122, 124, 127, 131, 134, 139, 142, 153, 169, 176, 187], "listofaudio": 144, "listoffil": 144, "listofimag": 144, "listofnumb": 144, "listoftext": 144, "listofvideo": 144, "listservic": 119, "listtemplatefield": 28, "liter": [83, 113], "littl": [17, 24], "live": [4, 23, 34, 36, 41, 78, 101, 121, 135], "ll": [2, 40, 107, 137, 216, 220], "llama": 144, "llvm": 99, "load": [0, 1, 2, 5, 13, 23, 24, 25, 26, 27, 28, 36, 39, 40, 41, 43, 51, 56, 61, 93, 96, 99, 102, 108, 109, 116, 119, 122, 127, 129, 132, 134, 153, 158, 160, 165, 189, 197, 202], "loadabl": [137, 141, 144, 145, 146, 148], "loadadditionalentriesev": 27, "loadadditionallisten": 44, "loadadditionalscript": [5, 16, 24], "loadadditionalscriptsev": [24, 44, 131], "loadadditionalscriptsloggedin": 24, "loadadditionalsettingscript": 16, "loadapp": 23, "loader": [22, 24, 28, 102, 127], "loadscript": 24, "loadsettingsscriptsev": 16, "loadsidebar": 14, "loadstat": 44, "loadstyl": 24, "local": [7, 34, 35, 47, 61, 63, 64, 78, 79, 99, 122, 131, 140, 145, 154, 156, 158, 162, 169, 171, 178, 195, 216], "locale_dir": 158, "localhost": [25, 62, 110, 138, 157, 193, 195, 220], "locat": [0, 7, 13, 39, 40, 61, 64, 66, 78, 80, 84, 87, 90, 98, 99, 100, 101, 110, 127, 129, 134, 139, 158, 160, 175, 190, 202, 212, 213], "lock": [15, 26, 27, 35, 39, 56, 78, 121, 127], "lockdiscoveri": 78, "lockedexcept": 15, "lockentri": 78, "lockingprovid": 27, "lockscop": 78, "locktyp": 78, "lockwaittimeoutexcept": 26, "lodash": 15, "log": [5, 10, 15, 16, 25, 26, 27, 39, 40, 44, 47, 51, 67, 90, 109, 110, 122, 127, 130, 132, 133, 135, 139, 151, 160, 165, 176, 187, 195, 204, 212, 220], "log_lvl": 177, "log_output": 110, "log_rotate_s": 55, "logexcept": [11, 16], "logfil": 127, "logger": [16, 17, 18, 25, 27, 48, 109, 121, 135], "loggerinterfac": [16, 24, 27, 40, 48, 132, 135], "logic": [0, 20, 37, 39, 40, 49, 59, 109, 111, 115, 116, 137, 144, 152, 156, 157, 186, 197, 202, 213], "login": [19, 22, 27, 36, 39, 41, 77, 88, 92, 121, 149, 151, 160, 204], "loginfailedev": 15, "loginnam": 62, "loglevel": [22, 27, 127, 177], "logo": [32, 39, 64], "logout": [4, 41, 151], "long": [0, 22, 33, 40, 59, 71, 87, 126, 135, 137, 138, 141, 144, 145, 146, 148, 170, 189, 191, 201, 207], "long_query_tim": 127, "longer": [2, 10, 13, 15, 18, 23, 25, 26, 27, 28, 33, 35, 36, 37, 41, 56, 67, 90, 94, 127, 145, 146, 148, 151, 199, 202, 207], "look": [4, 29, 39, 40, 46, 48, 59, 60, 61, 62, 64, 66, 78, 90, 93, 96, 97, 98, 108, 115, 116, 122, 124, 127, 133, 134, 139, 140, 141, 144, 145, 146, 156, 158, 160, 188, 189, 197, 199, 205, 207], "lookup": [1, 26, 70], "loop": [24, 114, 191], "lose": [29, 30, 61], "loss": 192, "lost": [10, 29, 61, 77, 122], "lot": [46, 56, 62, 93, 98, 109, 113, 122, 127, 130, 133, 139, 192, 216], "low": [17, 37, 38, 113, 189, 192, 213], "lower": [4, 25, 41, 55, 56, 99, 113, 127, 139], "lowercamelcas": [56, 191], "lowercas": [4, 139], "lowest": [27, 39], "lt": [18, 113], "ltr": 197, "lukasreschk": 29, "m": [78, 183, 192, 201], "m1dqhwuzwwjec3ku7gjsspr7bzxopwf01kj0xgppyvzekgtbzbraxlouxfzdbgj6zk9owg9x": 62, "mac": 99, "machin": [29, 99, 121, 154, 164, 165, 204], "maco": [94, 100], "made": [24, 39, 48, 77, 83, 113, 124, 139, 157, 170, 171, 189, 192], "magic": [27, 56, 133, 139], "mai": [0, 1, 18, 22, 23, 27, 29, 34, 35, 36, 37, 39, 40, 41, 52, 59, 61, 62, 78, 87, 88, 89, 93, 94, 98, 99, 106, 108, 109, 110, 115, 116, 119, 122, 126, 127, 132, 134, 137, 141, 144, 146, 148, 150, 153, 160, 162, 165, 166, 192, 201, 205, 207, 209, 212], "mail": [4, 10, 14, 15, 22, 24, 27, 28, 33, 39, 69, 93, 94, 97, 98, 106, 112, 118, 121, 129, 130, 134, 137, 149, 201], "mail_recipi": 137, "mail_smtphost": 195, "mail_smtpmod": [10, 195], "mail_smtpnam": 55, "mail_smtpport": 195, "mailbox": [93, 98], "mailer": [27, 112, 130], "mailhog": 195, "mailmanag": 119, "mailprovid": 119, "mailservic": [112, 119], "mailto": 129, "main": [0, 7, 17, 24, 26, 27, 35, 37, 38, 39, 44, 45, 46, 66, 93, 94, 96, 97, 99, 107, 108, 113, 116, 119, 125, 131, 134, 144, 154, 155, 156, 160, 185, 188, 189, 190, 192, 197, 200, 201, 202, 203, 204, 205, 206, 212], "mainact": 87, "mainli": [16, 91, 97, 144], "maintain": [21, 28, 29, 30, 33, 35, 37, 40, 56, 65, 96, 101, 188, 189, 204, 207, 209, 211, 213], "maintainership": 33, "mainten": [99, 135, 192, 204], "major": [0, 4, 16, 17, 20, 24, 28, 59, 64, 93, 98, 101, 122, 192, 207, 215], "major_vers": 130, "make": [10, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 33, 34, 35, 36, 37, 39, 40, 41, 44, 49, 52, 55, 56, 59, 60, 61, 65, 66, 73, 74, 75, 82, 84, 85, 93, 94, 96, 98, 99, 102, 106, 109, 110, 114, 115, 116, 119, 121, 122, 124, 125, 127, 130, 134, 137, 143, 144, 146, 154, 160, 165, 176, 188, 189, 190, 193, 195, 196, 197, 207, 212, 216, 217, 218, 219, 220], "makefil": [2, 159, 169], "malici": [33, 212], "man": 144, "manag": [0, 3, 22, 27, 28, 29, 31, 36, 41, 58, 78, 93, 99, 106, 113, 115, 119, 121, 124, 134, 141, 144, 145, 146, 148, 166, 192, 196, 204, 213], "manageruid": 151, "mandatori": [24, 69, 99], "mani": [2, 17, 27, 28, 34, 39, 41, 61, 66, 73, 74, 75, 78, 79, 93, 98, 99, 110, 116, 122, 130, 144, 145, 192, 195, 207], "manipul": [49, 56, 63, 212], "mankind": 134, "manner": 27, "manpag": 99, "manual": [3, 26, 28, 29, 40, 56, 59, 66, 99, 100, 103, 105, 110, 134, 154, 156, 158, 187, 193, 220], "manual_instal": [154, 156, 158, 169], "map": [23, 36, 41, 52, 54, 59, 78, 90, 94, 102, 116, 128, 134, 190, 214], "mapper": [10, 22, 28, 40, 58, 107, 212], "margin": [27, 197, 203], "maria": 69, "mariadb": [28, 109, 121, 127], "mark": [12, 15, 24, 26, 32, 35, 52, 53, 65, 78, 81, 93, 101, 127, 143, 191, 197, 215, 216, 217], "markdown": [4, 134], "marker": 202, "market": 97, "markfieldupd": 22, "markup": 191, "martin": 220, "mask": [78, 213], "massiv": 25, "master": [2, 7, 26, 35, 56, 64, 66, 81, 89, 99, 107, 130, 192, 207, 215, 220], "match": [4, 22, 23, 25, 26, 40, 46, 47, 62, 66, 70, 93, 102, 114, 115, 116, 121, 193, 217], "matcher": 114, "matchrefer": 134, "materi": [28, 94, 97, 200], "matric": 26, "matrix": [20, 24, 27, 34, 107, 110], "matter": [0, 21, 37, 80, 81, 127, 192], "max": [4, 20, 21, 22, 23, 24, 25, 26, 27, 65, 136, 137, 195, 197, 198, 202], "maxcontrast": [24, 94, 197], "maxdepth": 193, "maximum": [4, 39, 64, 98, 134, 135, 189, 197, 202], "maxuploadfiles": 28, "mb_array_change_key_cas": 28, "mb_str_replac": 11, "mb_substr_replac": 11, "mbstring": 219, "mclient": 87, "md": [4, 25, 35, 108, 189], "md5": [14, 78, 79, 116, 133], "md5sum": 79, "mdn": 39, "me": [36, 41, 50, 117, 131, 201], "mean": [2, 4, 13, 17, 24, 26, 27, 28, 33, 36, 39, 40, 41, 49, 51, 56, 59, 61, 62, 65, 80, 83, 90, 99, 101, 103, 105, 111, 113, 116, 127, 135, 137, 140, 153, 164, 170, 184, 189, 192, 207, 209, 212], "meaning": 26, "meant": [18, 193], "meantim": 216, "measur": [33, 39, 121, 157], "mechan": [0, 17, 18, 41, 61, 116, 117, 137, 141, 144, 145, 146, 148, 152, 156], "media": [23, 36, 39, 41, 64, 141], "medium": [94, 189], "meet": [115, 142, 143], "member": [29, 41, 191], "memcach": [18, 38, 54, 195], "memcachefactori": 27, "memori": [26, 33, 39, 40, 47, 99, 130], "mention": [29, 66, 93, 101, 108, 139, 140, 144, 192, 207], "menu": [4, 24, 26, 39, 95, 98, 108, 118, 121, 134, 155, 157, 171, 176, 187, 196, 197, 200, 201, 204], "menuitem": 203, "mercuri": 4, "merg": [28, 31, 35, 134, 140, 189, 192, 193, 205, 207, 209], "mesh": [28, 78], "mess": 61, "messag": [18, 26, 36, 41, 48, 61, 62, 63, 64, 65, 66, 67, 73, 74, 75, 81, 93, 94, 97, 98, 108, 112, 119, 122, 126, 127, 134, 135, 137, 140, 141, 144, 145, 146, 148, 152, 165, 172, 174, 176, 178, 181, 186, 202, 217], "messageid": [71, 142], "messagetd": 212, "meta": [17, 26, 28, 50, 62, 64, 65, 108, 113, 134, 137, 172, 181, 186, 217], "metacharact": 212, "metadata": [3, 6, 24, 36, 41, 57, 58, 63, 107, 121, 144, 195, 204, 213], "metadatabackgroundev": [24, 113], "metadatakei": 113, "metadataliveev": [24, 113], "metadatamanag": 113, "metadataqueri": 113, "meter": 95, "method": [0, 1, 2, 7, 10, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 36, 37, 39, 40, 41, 44, 45, 49, 51, 52, 53, 56, 57, 60, 61, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 87, 89, 90, 93, 101, 103, 105, 106, 107, 108, 109, 111, 113, 114, 115, 116, 117, 119, 121, 122, 126, 130, 131, 132, 134, 135, 136, 137, 140, 141, 144, 145, 146, 148, 149, 150, 151, 153, 155, 156, 158, 159, 168, 174, 191, 207, 212, 213, 215, 220], "method_exist": [24, 119], "methodnam": 49, "methodologi": 99, "methodtest": 52, "metric": 144, "mhandler": 87, "micro": 64, "microservic": [156, 157, 158], "microsoft": 207, "middl": 97, "middlewar": [22, 39, 47, 168, 204], "might": [0, 2, 18, 26, 27, 33, 35, 36, 39, 40, 41, 42, 44, 50, 54, 55, 59, 61, 62, 64, 65, 66, 67, 70, 88, 91, 93, 96, 98, 99, 103, 105, 108, 109, 113, 114, 116, 122, 124, 125, 127, 133, 134, 137, 138, 140, 145, 146, 149, 158, 160, 174, 189, 192, 193, 207, 212, 216, 220], "migrat": [4, 10, 24, 27, 42, 47, 56, 58, 62, 108, 110, 121, 122, 135, 204], "miibvtccasagawibagiupvawyqjwcwyazcv7iz16twxfeumwdqyjkozihvcnaqef": 29, "miko": 220, "mileston": 35, "million": 134, "millisecond": 127, "mime": [27, 78, 79, 83, 137, 140, 175], "mimetyp": [27, 36, 39, 41, 54, 79, 87, 213], "mimetypedetector": 27, "mimetypeload": 27, "min": [4, 20, 21, 22, 23, 24, 25, 26, 27, 137, 158, 193, 195, 197, 202], "mind": [35, 42, 62, 65, 94, 96, 99, 116, 127, 136], "mingw": 99, "minif": 216, "minifi": [7, 110], "minim": [109, 156, 168], "minimalist": 149, "minimum": [2, 4, 33, 37, 65, 93, 98, 116, 130, 197, 202], "minio": 195, "minioadmin": 195, "minor": [17, 24, 59, 64], "minut": [34, 37, 62, 73, 74, 75, 108, 145, 146, 157, 183], "miscellan": [47, 176, 187], "misdetect": 171, "miss": [24, 36, 41, 53, 59, 66, 75, 78, 98, 130, 140, 155, 189, 207, 212], "missing_fil": 29, "mistak": [7, 34, 99, 144], "mit": [4, 88], "mitig": [1, 28, 121], "mix": [22, 103, 105, 127, 134, 157, 202, 203], "mixin": 134, "mj": [23, 140, 158], "mkcol": [78, 79, 80], "mkdir": [34, 99, 193, 195], "mknod": 195, "mm": [67, 69], "mncwv0ujg9s63lf8": 29, "mo": [61, 158, 171], "mobil": [26, 64, 97, 98, 134, 137, 195, 196, 197, 201], "mocha": 124, "mock": [38, 40, 60, 220], "modal": [26, 95, 98, 197], "mode": [18, 24, 26, 36, 41, 59, 61, 121, 130, 140, 154, 155, 158, 160, 165, 179, 190, 196, 197, 201, 220], "model": [37, 49, 72, 74, 108, 113, 144, 145, 146, 157], "moder": 143, "modern": [40, 122, 140], "modif": [54, 78, 79, 113, 209, 213], "modifi": [29, 36, 41, 53, 55, 59, 63, 65, 71, 76, 78, 83, 99, 101, 113, 116, 121, 122, 126, 152, 160, 175, 188, 196], "modifycolumn": 59, "modifyparticipantev": 142, "modul": [23, 24, 26, 39, 44, 99, 110, 124, 140, 190, 216], "modular": [40, 189], "mom": 201, "moment": [4, 14, 17, 83, 87, 88, 116, 121, 126, 130], "monet": [30, 204], "monitor": [4, 31, 127], "monitoringmiddlewar": 49, "monochrom": 94, "month": [98, 207], "monthlyreport": 139, "more": [1, 2, 4, 5, 7, 17, 18, 21, 24, 26, 27, 28, 29, 31, 32, 33, 34, 36, 37, 39, 40, 41, 44, 45, 50, 52, 54, 57, 58, 59, 61, 64, 66, 69, 71, 93, 96, 97, 98, 99, 100, 107, 108, 111, 115, 116, 119, 121, 122, 124, 127, 129, 130, 134, 139, 153, 155, 156, 157, 158, 162, 173, 178, 179, 184, 188, 189, 190, 192, 193, 197, 199, 201, 202, 203, 207, 209, 212, 213, 216, 220], "moreov": [2, 4, 17, 24, 26], "morespecificreturntyp": 66, "most": [9, 15, 16, 18, 24, 25, 26, 33, 37, 38, 39, 40, 52, 56, 61, 66, 71, 93, 94, 96, 97, 98, 99, 116, 122, 128, 134, 137, 140, 144, 153, 159, 166, 189, 193, 207, 212, 217, 220], "mostli": [17, 18, 24, 36, 41, 61, 81, 107, 122, 134], "mount": [27, 28, 36, 41, 78, 108, 131, 134, 169, 214], "mountconfigmanag": 27, "mountmanag": 27, "mountpoint": [26, 27, 57, 213], "move": [2, 10, 16, 17, 21, 24, 26, 27, 28, 30, 36, 41, 56, 61, 80, 82, 84, 85, 90, 93, 98, 102, 108, 114, 136, 207, 216], "moveabl": 78, "moveoper": 87, "moveremotefileoper": 87, "movetotrash": 24, "movetotrashev": 24, "movi": 134, "mozilla": [96, 110, 189], "mpl": 4, "mquyqdffosamjytm8pvpkosvqxt5hglnuspo5embgjmnepfgaide8oujvrj2wcycbslgqynu9japfvzhml83ybmvp6adidarjtfibprwod6p32fl9lipistvc6k8wrs1": 62, "msg": 39, "mtime": [41, 78, 79, 80, 175], "much": [21, 24, 28, 38, 93, 94, 99, 103, 105, 130, 146, 188, 207], "multi": [17, 110, 139, 183], "multi_checkbox": 111, "multi_select": 111, "multilin": 67, "multimedia": 4, "multipart": 79, "multipl": [4, 23, 24, 25, 28, 29, 36, 37, 39, 41, 42, 53, 59, 61, 63, 66, 83, 93, 98, 99, 101, 103, 105, 107, 110, 111, 119, 125, 134, 136, 153, 183, 191, 197, 201, 213], "multipleobjectsreturnedexcept": [23, 56], "multiselect": 144, "multistatu": [81, 113], "music": 94, "must": [0, 4, 26, 28, 29, 33, 36, 39, 41, 52, 55, 56, 59, 61, 62, 71, 77, 78, 80, 87, 99, 101, 103, 105, 108, 109, 111, 114, 116, 125, 134, 137, 139, 144, 149, 156, 158, 161, 164, 168, 169, 171, 180, 182, 191, 198, 202, 203, 220], "mustach": 61, "mutabl": [56, 115], "mutat": 115, "mute": 93, "my": [1, 38, 48, 49, 50, 52, 64, 66, 94, 108, 111, 113, 116, 117, 127, 129, 131, 134, 135, 137, 138, 141, 144, 145, 146, 148, 150, 169, 185, 190], "my_alia": 113, "my_app": [111, 113, 117, 131, 144, 145, 146], "my_app_id": [129, 179], "my_app_t": 40, "my_checkbox_field": 111, "my_class": 189, "my_declarative_settings_form": 111, "my_field_kei": 111, "my_field_unique_id": 111, "my_index": 59, "my_multi_select_field": 111, "my_multicheckbox_field": 111, "my_new_index": 59, "my_notes_set": 53, "my_old_index_on": 59, "my_old_index_two": 59, "my_other_appwidgetid": 108, "my_radio_field": 111, "my_rich_object_typ": 134, "my_section_id": 111, "my_select_field": 111, "my_tabl": [59, 113], "my_unique_act": 129, "myapp": [0, 5, 7, 17, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 60, 61, 80, 102, 103, 105, 106, 108, 111, 113, 115, 117, 124, 129, 130, 131, 134, 135, 136, 137, 140, 141, 144, 145, 146, 148, 150, 151, 152, 220], "myapp_author": 56, "myappcollector": 130, "myappdatacollector": 130, "myappid": 139, "myapplic": 1, "myappmanag": 150, "myappmigr": 150, "myappwidget": [108, 131], "myappwidgetid": 108, "myarrai": 190, "myawesomeservic": 134, "mybeautifulapp": [40, 102], "mybulkprovid": 117, "mycamelcaseapp": 52, "myclass": [103, 109, 190, 191], "mycontrol": [54, 131], "mycooki": 39, "mycustompickerel": 134, "mycustomtemplatefilenam": 50, "mycustomwidgetcompon": 134, "mydata": [108, 130], "mydavplugin": [1, 138, 153], "mydeclarativesettingsform": 111, "myevent": 142, "myfil": [39, 57], "myfilemenuplugin": 44, "myfooimpl": 0, "myfunct": [109, 191], "mygreatapp": 142, "myhead": [49, 188], "myicon": 188, "mykei": [103, 105], "mylink": 134, "mylisten": 1, "mymethod": 191, "mynam": 40, "myprofileact": 129, "mypromptresultlisten": [144, 146], "myproperti": 190, "myprovid": 117, "mypublicsharetemplateprovid": 50, "myreferencelisten": [134, 141], "myremoteserverintegr": [120, 138], "myrepairstep": 135, "myresourceprovid": 131, "myscop": 66, "mysearchprovid": 137, "myservic": [37, 40, 56, 108, 115, 142], "myset": 53, "mysql": [4, 28, 34, 56, 109, 110, 127, 220], "mysqld": 109, "mystat": 44, "mysteri": 134, "mytag1": 66, "mytestclass": 40, "mytestclass2": 40, "mytestservic": 119, "mytranscriptionlisten": 141, "myuser": 57, "myvalu": [103, 105], "myvar": [190, 191], "myvari": 191, "mywidget": [108, 134], "n": [7, 29, 34, 61, 78, 79, 81, 83, 84, 94, 99, 113, 116, 130, 134, 140, 153, 158, 169, 189, 190, 201], "n1": 107, "nachrichten": 4, "name": [0, 2, 4, 5, 7, 12, 14, 17, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 36, 39, 40, 42, 44, 45, 46, 48, 51, 52, 53, 54, 56, 59, 61, 64, 65, 66, 69, 74, 75, 78, 80, 81, 83, 85, 87, 90, 93, 95, 97, 98, 99, 101, 102, 107, 111, 112, 113, 114, 115, 117, 119, 122, 124, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 143, 144, 145, 149, 150, 158, 169, 170, 174, 175, 178, 179, 182, 183, 184, 185, 189, 191, 193, 195, 202, 205, 209, 216, 217], "namespac": [0, 10, 14, 18, 24, 26, 27, 37, 38, 39, 40, 41, 44, 48, 49, 50, 52, 53, 54, 55, 56, 60, 101, 102, 103, 107, 108, 111, 113, 116, 117, 119, 122, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 148, 149, 150, 151, 152, 190, 191, 215, 220], "nan": 4, "nano": 160, "narrow": 66, "nativ": [28, 39, 42, 94, 190, 220], "natur": [78, 106], "navig": [3, 4, 26, 27, 42, 51, 61, 90, 94, 95, 137, 139, 196, 197, 200, 203, 204], "navigationmanag": 27, "nb": [7, 79], "nb_no": 7, "nbqawizehmb8ga1uecgwyb3duq2xvdwqgq29kzsbtawduaw5nienbmb4xdte1mtax": 29, "nc": [24, 27, 39, 62, 78, 94, 108, 113, 176, 195], "nc16": [12, 195], "nc31": 144, "nc32": 144, "nc_app_": [158, 165], "nc_favorite_flag": 175, "nc_py_api": 169, "ncactioncheckbox": 61, "nccheckboxradioswitch": 111, "nccustompickerrenderresult": 134, "nciconsvgwrapp": 199, "ncreferencepickermod": 121, "ncreferencewidget": 121, "ncrichcontentedit": 121, "ncrichtext": 121, "ncsettingssect": 111, "ncu": 101, "ndqyjkozihvcnaqebbqadgy0amigjaogbanoqesgdcw0l2l": 29, "necessari": [31, 59, 61, 93, 97, 107, 134, 139, 149, 155, 156, 160, 163, 174, 192, 193], "necessarili": [93, 192], "need": [0, 2, 4, 5, 7, 13, 18, 20, 22, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 48, 50, 52, 53, 56, 57, 59, 61, 62, 64, 65, 66, 69, 78, 79, 80, 81, 84, 85, 87, 88, 90, 93, 94, 98, 99, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116, 119, 125, 127, 129, 130, 131, 133, 134, 136, 137, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 153, 156, 157, 158, 160, 162, 165, 169, 170, 173, 175, 179, 185, 189, 191, 192, 193, 195, 196, 198, 199, 201, 202, 203, 205, 207, 212, 215, 216, 220], "needinfo": 207, "needspartfil": 27, "neg": [0, 93, 127, 137, 189], "negat": 179, "nein": 4, "neither": [56, 66, 189], "net": [17, 20, 24, 26, 27, 65, 113, 169], "netlifi": [122, 199], "network": [79, 116, 121, 127, 140, 155, 156, 160, 166, 169], "networkofflin": 122, "networkonlin": 122, "networkset": 195, "neutral": 94, "never": [17, 27, 61, 62, 66, 94, 98, 101, 139, 192, 212], "nevertheless": [17, 189], "new": [1, 4, 6, 10, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 35, 36, 38, 39, 40, 41, 42, 45, 48, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 65, 66, 71, 78, 87, 90, 93, 101, 103, 105, 106, 108, 110, 111, 113, 114, 115, 119, 122, 126, 127, 130, 131, 132, 134, 137, 139, 143, 144, 145, 146, 149, 150, 151, 152, 155, 158, 166, 182, 189, 192, 195, 196, 200, 201, 203, 204, 207, 213, 215, 220], "new_tabl": 59, "newbasiccredenti": 87, "newbearercredenti": 87, "newclient": 120, "newconversationopt": 143, "newemailact": 117, "newer": [15, 17, 35, 59, 99, 150, 207], "newest": 215, "newfil": [54, 57], "newfilemenu": 44, "newfilepath": 87, "newfold": 54, "newfolderpath": 87, "newkei": 29, "newli": [23, 34, 35, 69, 99, 169], "newlinkact": 117, "newqueri": 115, "newsamlssocredenti": 87, "next": [32, 35, 39, 53, 60, 66, 67, 93, 97, 98, 108, 109, 113, 116, 127, 131, 137, 149, 155, 156, 175, 192, 202, 207, 220], "nextcloud": [1, 2, 4, 6, 7, 8, 9, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 48, 51, 53, 56, 58, 59, 60, 61, 62, 63, 64, 65, 69, 70, 71, 78, 79, 80, 81, 83, 84, 85, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 117, 118, 119, 120, 121, 124, 127, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 151, 152, 153, 154, 155, 156, 158, 159, 160, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 177, 178, 179, 181, 182, 183, 185, 187, 189, 190, 191, 192, 193, 195, 197, 198, 199, 202, 203, 205, 206, 208, 209, 212, 215, 216, 217, 218], "nextcloud_base_url": [67, 68, 69, 70, 71, 73, 74, 75, 76], "nextcloud_build_vari": 99, "nextcloud_url": [155, 169, 174], "nextcloudcredentialsfactori": 87, "nextcloudtest": 152, "nextlcoud": 26, "nfiv0cvgquzbx": 29, "nginx": 207, "nice": [62, 98], "nicer": 94, "nig": 29, "night": [7, 33, 127], "nightli": [34, 37], "nikic": 22, "ninja": 99, "njce9invp368xv0btrobrqesnsgoggl5ceavr0c9bg": 29, "njkkfzyemeuqfagmbaaewdqyjkozihvcnaqefbqadgyeavf": 29, "nkx5snu3fs45mscdb61xbyjbslfgr4qi6mcocippw4sur28eaexvvgpsvqujylgp": 29, "nndezmtcxmfoxdte2mtaxndezmtcxmfowezerma8ga1ueawwiy29udgfjdhmwgz8w": 29, "no_prefer": 44, "noadminrequir": [26, 39, 66], "nobodi": [29, 127, 189], "nocsrfrequir": [26, 39, 212], "node": [1, 23, 24, 26, 29, 50, 58, 78, 90, 113, 116, 124, 127, 153, 214], "node_ev": 173, "nodeaddedtofavorit": 24, "nodecopiedev": 173, "nodecreatedev": 173, "nodedeletedev": 173, "nodeinfo": 17, "nodej": 220, "noderemovedfromfavorit": 24, "noderenamedev": 173, "nodetouchedev": 173, "nodewrittenev": 173, "noexpirationd": 26, "non": [7, 10, 18, 23, 27, 34, 61, 62, 63, 65, 103, 122, 195, 202], "nonamespaceschemaloc": [4, 117, 135], "none": [34, 39, 59, 179, 188, 189, 195, 220], "nonsgml": 116, "noop": [16, 17], "noquotesneed": 190, "nor": [0, 56, 196, 207], "norespons": 140, "normal": [28, 34, 39, 61, 65, 84, 85, 102, 109, 113, 114, 133, 197, 212], "notabl": 16, "notat": [10, 40, 197], "note": [0, 17, 22, 28, 33, 36, 39, 41, 53, 55, 56, 57, 59, 62, 66, 69, 77, 88, 94, 113, 116, 134, 144, 148, 150, 180, 195, 207, 209, 216, 220], "notempti": 195, "notes_": 53, "notesadmin": 53, "notessettingscontrol": 53, "notessubadmin": 53, "notestutori": 53, "notfounderror": 66, "notfoundexcept": [36, 39, 41, 57, 60, 66], "noth": [15, 66, 116], "notic": [59, 65, 68, 189, 216], "notif": [0, 22, 25, 26, 27, 28, 34, 44, 63, 93, 108, 121, 173, 176, 180, 187, 204], "notifi": [0, 4, 26, 28, 36, 41, 108, 112, 122, 141, 144, 145, 146], "notificationmanag": 27, "notion": 116, "notnul": [56, 59], "notpermittedexcept": 57, "notwofactorrequir": 39, "noun": 61, "novel": 155, "now": [6, 7, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 34, 35, 37, 39, 40, 44, 56, 62, 66, 67, 80, 99, 108, 110, 115, 116, 117, 127, 132, 134, 141, 144, 146, 147, 148, 160, 169, 189, 193, 199, 205, 207, 212], "nowadai": 78, "npm": [35, 121, 130, 131, 154, 204, 216], "npmj": [14, 15, 16, 24], "nr": 207, "nresult": [83, 113], "nrikhcly3at3glks2791bc": 29, "ns_caldav": 116, "nsi": 99, "null": [10, 15, 18, 19, 23, 24, 26, 27, 38, 40, 41, 44, 56, 57, 63, 67, 71, 74, 75, 79, 90, 103, 105, 108, 115, 116, 117, 119, 126, 128, 129, 130, 131, 134, 137, 139, 141, 144, 145, 146, 147, 148, 150, 151, 152, 153, 175, 185, 190, 191, 217], "nullabl": [18, 19, 23, 36, 40, 41], "num": 190, "number": [2, 4, 17, 24, 27, 35, 39, 40, 55, 59, 61, 70, 73, 78, 80, 89, 93, 97, 99, 109, 111, 116, 121, 127, 129, 130, 134, 135, 137, 144, 145, 157, 166, 172, 173, 182, 183, 189, 190, 202, 204, 207, 209, 217, 220], "numberofimag": [73, 144, 145], "numer": 78, "nvidia": [156, 163], "nvo4pzoto": 29, "nwdmgidb7iahf0f": 29, "o": [7, 40, 99, 193, 195], "oauth2": 87, "obei": 39, "obfusc": 127, "obj": [87, 190], "object": [0, 14, 24, 26, 27, 28, 39, 40, 41, 46, 49, 50, 56, 57, 61, 62, 66, 73, 87, 106, 108, 111, 113, 117, 118, 119, 121, 126, 131, 134, 137, 140, 141, 144, 145, 146, 148, 152, 172, 174, 178, 181, 183, 213, 218], "object_id": 178, "objectid": 81, "objectstor": [10, 195], "objectstorag": 214, "objecttyp": 81, "obsolet": [16, 17, 122], "obtain": [64, 84, 85, 87, 92, 109, 113, 125, 134, 138, 141, 144, 145, 146, 148, 193], "obviou": [1, 127, 192], "oc": [11, 13, 14, 15, 16, 18, 19, 22, 23, 24, 25, 26, 27, 28, 41, 44, 47, 57, 62, 78, 79, 80, 81, 83, 91, 92, 107, 108, 113, 121, 126, 130, 134, 137, 138, 142, 144, 145, 146, 148, 155, 157, 158, 169, 170, 172, 173, 174, 175, 176, 179, 181, 183, 185, 187, 195, 204, 217, 220], "oc_": [10, 26, 56], "oc_api": 27, "oc_app": [16, 23, 24, 27], "oc_app_": 28, "oc_appconfig": 13, "oc_appswebroot": 13, "oc_autotest": 220, "oc_cap": 13, "oc_config": 13, "oc_current_us": 13, "oc_debug": 13, "oc_default": 24, "oc_eventsourc": 26, "oc_fil": 27, "oc_group_backend": 10, "oc_help": 28, "oc_imag": 27, "oc_isadmin": 13, "oc_mount": 28, "oc_properti": 116, "oc_requesttoken": 13, "oc_respons": 10, "oc_shar": 25, "oc_templ": [28, 212], "oc_them": 10, "oc_us": [0, 16, 28, 212], "oc_util": 28, "oc_webroot": 13, "oca": [0, 1, 4, 5, 10, 14, 16, 19, 22, 24, 26, 27, 28, 37, 38, 39, 40, 44, 46, 48, 49, 50, 52, 53, 54, 55, 56, 60, 102, 103, 106, 108, 111, 113, 114, 115, 116, 117, 119, 121, 125, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 148, 149, 150, 151, 152, 153, 158, 190, 212, 220], "occ": [4, 10, 17, 18, 26, 29, 34, 36, 41, 65, 110, 121, 130, 135, 140, 149, 154, 157, 158, 160, 169, 176, 187, 193, 195], "occ_command": 179, "occ_command_nam": 179, "occasion": [127, 149, 207], "occur": [4, 23, 39, 41, 66, 109, 114, 160, 165, 170, 177, 212], "occurr": 66, "ocdialog": 13, "oci": [56, 220], "ocm": [28, 78], "ocp": [0, 1, 2, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 37, 38, 39, 40, 44, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 64, 66, 81, 90, 98, 101, 103, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 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, 180, 212, 215, 217], "ocpactivityifilt": 4, "ocpactivityiprovid": 4, "ocpactivityiset": 4, "ocpcollaborationcollaboratorsisearchplugin": 4, "ocpcommentsicommentsmanag": 81, "ocpeventdispatcherev": [36, 41], "ocphintexcept": [36, 41], "ocpserv": 40, "ocpsettingsisect": 4, "ocpsettingsiset": 4, "ocpshar": 4, "ocsbadrequestexcept": [66, 217], "ocscontrol": [39, 52, 66, 217], "ocsexcept": 217, "ocsforbiddenexcept": 217, "ocshar": 87, "ocsnotfoundexcept": 217, "off": [21, 39, 94, 127, 212], "offer": [32, 37, 38, 39, 46, 49, 66, 88, 90, 96, 98, 106, 113, 115, 117, 127, 130, 136, 137, 141, 144, 145, 146, 148, 155, 189, 207, 212], "offic": [4, 22, 36, 41, 63, 69, 78, 92, 93, 121, 204], "offici": [17, 24, 29, 33, 88, 99, 116, 123, 156], "offlin": [71, 77, 122], "offset": [24, 27, 56, 71, 81, 137], "often": [5, 26, 37, 44, 54, 61, 66, 79, 98, 124, 127, 130, 138, 144, 149, 183, 190, 192, 207, 212, 217], "og": 50, "ogp": 50, "oidc": [64, 78, 121, 204], "ok": [62, 64, 65, 67, 68, 71, 73, 74, 75, 76, 88, 108, 113, 134, 170, 172, 181, 186, 203, 217], "okai": [21, 44, 205], "old": [0, 2, 4, 16, 17, 18, 24, 29, 37, 59, 62, 63, 90, 108, 122, 213], "older": [17, 21, 24, 39, 53, 99, 189, 192], "oldest": 207, "omit": [27, 39, 56, 98, 103, 115], "onc": [0, 4, 7, 9, 16, 27, 28, 37, 39, 40, 41, 44, 52, 57, 59, 60, 62, 65, 66, 77, 80, 89, 101, 102, 103, 105, 110, 114, 116, 117, 124, 126, 127, 134, 135, 136, 144, 156, 189, 192, 207, 215, 217], "oncreat": 87, "ondatatransferprogresslisten": 87, "one": [2, 4, 6, 7, 12, 16, 17, 22, 24, 25, 26, 29, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 52, 53, 56, 59, 61, 62, 65, 66, 69, 71, 78, 79, 87, 88, 93, 96, 98, 99, 100, 101, 102, 103, 105, 106, 109, 111, 113, 114, 117, 119, 122, 124, 125, 126, 127, 134, 137, 138, 139, 140, 143, 144, 145, 146, 148, 149, 152, 153, 162, 170, 183, 184, 188, 189, 190, 191, 192, 193, 201, 202, 203, 205, 207, 212], "onelin": 35, "onelogin": 218, "ones": [26, 35, 66, 106, 110, 114, 116, 134, 203, 207], "onev": 114, "ongo": [63, 126], "onli": [1, 2, 4, 7, 10, 13, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 33, 34, 35, 36, 37, 38, 39, 40, 41, 44, 46, 49, 52, 53, 54, 55, 56, 59, 61, 62, 64, 65, 66, 67, 69, 73, 74, 75, 77, 78, 79, 80, 83, 89, 93, 94, 96, 97, 98, 99, 101, 102, 103, 105, 108, 109, 111, 113, 114, 115, 122, 126, 127, 130, 133, 137, 139, 140, 141, 144, 145, 146, 149, 153, 158, 162, 165, 169, 171, 173, 174, 175, 183, 185, 186, 189, 192, 193, 196, 197, 202, 203, 207, 212, 215, 216, 220], "onlin": [4, 71, 122, 195], "only_full_group_bi": 56, "onlyoffic": [32, 218], "onlyofficedock": 195, "onremoteoperationfinish": 87, "onremoteoperationlisten": 87, "onto": 56, "ontransferprogress": 87, "oo": 195, "op": 106, "open": [7, 10, 28, 32, 34, 39, 40, 78, 89, 92, 93, 97, 98, 99, 116, 127, 129, 133, 134, 160, 171, 175, 189, 192, 195, 201, 202, 203, 207, 212, 217, 220], "open_basedir": 220, "openai": 144, "openapi": [26, 28, 63, 72, 92], "openconflictpick": [25, 26], "opengraph": [50, 134], "opengraphobject": 134, "openid": [121, 204], "openssl": [29, 79, 99, 195, 219], "openstreetmap": 134, "opensus": 99, "oper": [23, 38, 44, 56, 57, 59, 66, 78, 83, 87, 96, 116, 117, 121, 127, 133, 138, 170, 192], "oppos": 61, "opt": [21, 44, 99, 108, 137], "optim": [44, 57, 79, 102, 116, 127, 146], "optimist": [17, 24], "option": [0, 4, 10, 21, 24, 26, 28, 29, 32, 35, 39, 44, 45, 47, 52, 54, 56, 59, 61, 63, 64, 65, 68, 73, 78, 93, 96, 98, 99, 102, 108, 109, 111, 113, 114, 115, 117, 119, 121, 134, 136, 143, 144, 145, 155, 156, 157, 163, 164, 170, 173, 174, 178, 179, 183, 184, 189, 193, 195, 196, 197, 201, 202, 203, 212, 213, 219], "option_nam": 179, "oracl": [18, 56, 220], "orchestr": 155, "order": [2, 4, 5, 18, 36, 37, 39, 41, 49, 51, 53, 54, 61, 62, 79, 80, 83, 99, 107, 108, 109, 111, 113, 116, 122, 124, 129, 131, 134, 135, 137, 139, 149, 157, 173, 175, 189, 202, 205, 207], "order_in_file_actions_menu": 175, "orderbi": [83, 113], "org": [2, 4, 24, 78, 81, 83, 84, 90, 107, 108, 110, 113, 117, 134, 135, 207, 220], "organ": [4, 7, 30, 34, 66, 98, 115, 202, 206], "organis": [129, 202], "organiz": 61, "origin": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 71, 73, 74, 80, 84, 134, 144, 145, 146, 179, 192, 193, 195, 207], "origin_languag": 144, "original_languag": 134, "original_titl": 134, "orx": 26, "oscar": 146, "oscarwildetasktyp": 146, "osslsigncod": 99, "other": [0, 2, 4, 18, 21, 25, 26, 27, 29, 31, 32, 33, 34, 35, 36, 39, 40, 41, 44, 45, 49, 52, 54, 56, 66, 67, 78, 93, 94, 97, 98, 99, 102, 106, 107, 108, 109, 110, 114, 115, 116, 119, 120, 122, 127, 131, 133, 134, 137, 139, 140, 143, 144, 149, 151, 152, 155, 156, 157, 158, 159, 163, 166, 169, 170, 176, 187, 189, 190, 192, 197, 205, 207, 211, 212, 213], "other_t": 59, "other_templ": 45, "otherclass": [40, 102], "otherwis": [26, 27, 28, 29, 33, 61, 64, 68, 73, 80, 93, 106, 116, 137, 139, 144, 145, 146, 147, 197, 212], "our": [4, 7, 10, 27, 28, 29, 33, 37, 53, 66, 88, 96, 97, 107, 113, 116, 119, 127, 131, 158, 160, 162, 169, 196, 205, 206, 207, 208, 210, 212, 217], "out": [18, 21, 22, 29, 32, 36, 37, 39, 40, 41, 44, 56, 61, 63, 64, 73, 78, 92, 93, 94, 96, 99, 108, 121, 122, 127, 137, 148, 149, 150, 151, 155, 158, 160, 170, 189, 195, 202, 204, 207, 209], "outbox": 195, "outlin": [7, 66, 94], "outofoffic": 67, "outofofficechangedev": 126, "outofofficedeletedev": 126, "outofofficeendedev": 126, "outofofficescheduledev": 126, "outofofficestartedev": 126, "output": [26, 28, 34, 39, 40, 49, 59, 74, 81, 109, 110, 121, 122, 124, 127, 128, 145, 146, 148, 150, 156, 190, 212, 220], "outputinterfac": 150, "outsid": [26, 40, 66, 69, 70, 71, 76, 134, 138, 155, 192, 196, 202], "over": [18, 24, 25, 26, 33, 39, 51, 64, 65, 69, 70, 71, 76, 78, 83, 98, 110, 116, 127, 134, 150, 190, 199, 207], "overal": [0, 10, 14, 26, 35, 39, 127, 137, 141, 144, 145, 146, 148], "overcompl": 202, "overflow": [150, 196], "overhead": 213, "overlai": [93, 108], "overlap": 93, "overlayiconurl": 108, "overload": 127, "overlook": 212, "overrid": [50, 56, 64, 87, 152, 198, 202], "overse": 31, "overtak": 212, "overus": 94, "overview": [0, 4, 30, 39, 47, 51, 62, 63, 77, 78, 92, 104, 108, 121, 122, 134, 156, 157, 167, 187, 189, 192, 204, 214], "overwrit": [7, 26, 34, 44, 49, 60, 78, 87, 133, 140, 213, 220], "overwritten": [71, 78, 116, 133], "own": [7, 12, 13, 14, 15, 18, 20, 21, 22, 25, 26, 36, 39, 40, 41, 45, 49, 56, 57, 60, 61, 62, 63, 64, 65, 69, 78, 89, 90, 94, 99, 100, 108, 110, 114, 116, 129, 130, 131, 134, 139, 144, 146, 153, 162, 190, 192, 199, 203], "owncloud": [78, 81, 83, 87, 113, 205, 220], "owncloudcli": 87, "owncloudclientfactori": 87, "owner": [7, 26, 50, 78, 83, 113, 143], "ownerid": 65, "ownership": 26, "oxygen": 197, "p": [7, 34, 45, 61, 102, 134, 139, 189, 195, 212], "pack": [39, 59, 116], "packag": [0, 12, 14, 15, 16, 17, 21, 24, 26, 27, 28, 35, 44, 61, 87, 99, 101, 107, 110, 121, 124, 131, 159, 190], "pad": [78, 202, 203], "page": [2, 4, 5, 6, 9, 10, 22, 23, 24, 27, 29, 32, 35, 36, 40, 41, 44, 52, 61, 65, 66, 70, 99, 105, 110, 111, 115, 121, 122, 129, 131, 132, 134, 137, 149, 165, 171, 176, 189, 192, 193, 195, 197, 204, 206, 207, 209, 212, 220], "page_numb": 27, "page_s": 27, "pagecontrol": [39, 40, 52], "pagin": [27, 52, 71, 121, 134], "pai": 16, "pain": 207, "pair": [52, 76, 103, 105, 148], "paper": 26, "paperclip": 93, "paragraph": [98, 116, 134], "parallel": [99, 127, 137], "param": [22, 23, 39, 44, 66, 81, 90, 106, 113, 116, 134, 135, 139, 141, 142, 147, 149, 174, 176, 191, 212], "param_d": 27, "param_date_immut": 27, "param_date_mut": 27, "param_datetime_immut": 27, "param_datetime_mut": 27, "param_datetime_tz_immut": 27, "param_datetime_tz_mut": 27, "param_int": 56, "param_str": 56, "param_time_immut": 27, "param_time_mut": 27, "paramet": [10, 17, 24, 26, 27, 28, 34, 41, 45, 47, 51, 52, 53, 56, 61, 63, 64, 69, 77, 78, 87, 90, 99, 108, 109, 110, 111, 113, 114, 116, 119, 130, 131, 133, 134, 135, 137, 139, 140, 144, 148, 154, 157, 158, 169, 170, 173, 175, 179, 191, 195, 212, 217], "parcel": 122, "parent": [0, 37, 39, 40, 41, 44, 45, 49, 52, 54, 55, 56, 60, 78, 87, 108, 111, 113, 115, 116, 119, 129, 131, 134, 136, 150, 195, 196, 220], "parenthesi": 61, "parentid": 81, "pars": [22, 26, 27, 39, 44, 47, 87, 116, 137], "parsedrelyingpartyid": 195, "parser": 22, "part": [26, 27, 29, 35, 39, 40, 43, 52, 53, 56, 59, 61, 65, 79, 93, 99, 102, 103, 105, 116, 130, 140, 142, 158, 159, 162, 166, 171, 189, 190, 197, 202], "parti": [2, 7, 28, 29, 33, 39, 64, 88, 102, 107, 115, 128, 132, 137, 156, 158, 192, 217], "partial": [106, 134, 137], "particip": [97, 142, 208], "particular": [40, 66, 98, 99, 130], "particularli": 78, "partli": 213, "partnership": 32, "pascal": 22, "pass": [17, 23, 24, 26, 27, 31, 37, 39, 40, 41, 45, 48, 52, 64, 78, 79, 80, 99, 107, 114, 115, 116, 127, 133, 134, 135, 136, 140, 141, 144, 145, 146, 148, 151, 158, 168, 179, 184, 212, 213], "passm": 149, "passthru": 212, "passwd": [108, 134], "password": [10, 19, 26, 27, 36, 39, 41, 48, 64, 65, 69, 78, 83, 87, 92, 111, 121, 133, 151, 160, 169, 183, 195, 217, 220], "passwordconfirmationrequir": [26, 53, 122], "passwordcontext": 27, "passwordupdatedev": 24, "past": [12, 18, 29, 71, 98, 122, 126], "patch": [39, 52, 102, 122, 136, 192, 205], "path": [6, 14, 29, 34, 39, 40, 50, 52, 57, 59, 64, 65, 69, 78, 79, 80, 87, 90, 99, 107, 121, 136, 137, 139, 140, 153, 158, 160, 169, 171, 175, 178, 185, 195, 212, 213], "path_myapp_fil": 150, "path_root": 150, "path_separ": 87, "path_to_fil": 34, "patienc": 207, "pattern": [47, 52, 59, 61, 97, 109, 127, 151], "paul": 69, "payload": [157, 170, 176], "paypal": 32, "pdf": 114, "pdo": [56, 219], "pdo_mysql": 34, "pdo_pgsql": 34, "pdo_sqlit": 34, "peak": 127, "pecl": 195, "peer": 31, "pem": 195, "penalti": 127, "pend": [63, 71, 189], "penpot": [93, 94, 97, 98], "peopl": [29, 33, 34, 61, 93, 96, 98, 127, 189, 207, 212], "per": [7, 27, 35, 39, 55, 56, 62, 64, 70, 96, 105, 109, 111, 138, 153, 166, 188, 190], "percentag": 93, "percona": 109, "perfect": 127, "perform": [0, 3, 25, 28, 29, 37, 51, 56, 57, 64, 78, 84, 87, 93, 108, 119, 121, 125, 130, 137, 140, 150, 154, 158, 164, 170, 179, 199, 204, 205, 212], "perhap": 207, "period": [35, 36, 39, 41, 67, 108, 115, 121, 157, 165, 204], "permalink": 134, "perman": [93, 166, 167, 195], "permiss": [27, 63, 66, 78, 83, 93, 99, 116, 154, 160, 175, 193, 205, 213], "permissionerror": 66, "permissionsmask": 213, "permit": 29, "perpag": 70, "persever": 207, "persist": [56, 149, 160, 169], "person": [4, 26, 29, 53, 61, 78, 94, 116, 121, 126, 137, 139], "personalsect": 139, "perspect": 18, "pfx": 99, "pgsql": [4, 56, 220], "phar": [2, 7, 158], "phase": [1, 18, 101], "phish": 212, "phone": [24, 64, 93, 121, 129, 204], "phone_numb": 56, "phonenumb": 56, "photo": [78, 93], "php": [0, 1, 2, 4, 6, 7, 10, 11, 12, 16, 28, 29, 34, 35, 37, 38, 39, 40, 41, 42, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 62, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 87, 102, 103, 106, 108, 111, 112, 113, 115, 116, 117, 119, 120, 121, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 166, 167, 168, 169, 170, 171, 173, 174, 175, 178, 179, 183, 189, 193, 195, 212, 214, 215, 217, 218], "phpdoc": [10, 39, 191], "phpmailer": 10, "phpredi": 195, "phpstorm": [110, 154], "phpunit": [2, 60, 107], "physic": [27, 197], "pi": 207, "pick": [37, 38, 71, 98, 99, 102, 109, 134, 192, 207], "picker": [36, 41, 95, 121, 131], "pictur": [38, 88, 129], "pictureservic": 38, "piec": 189, "pill": 26, "pin": [34, 200], "pineappl": 120, "ping": [18, 129, 179], "pingus": 129, "pinia": 190, "pitfal": 140, "pivot": 220, "pixel": [14, 26], "pizza": 120, "pkcs12": 99, "place": [7, 24, 33, 48, 51, 97, 98, 99, 102, 122, 127, 134, 135, 149, 156, 167, 175, 197, 202, 205, 207, 209, 212, 216], "placehold": [93, 108, 111, 160, 183, 197], "plai": [64, 127], "plain": [18, 27, 45, 62, 64, 66, 83, 108, 112, 116, 119, 131, 134, 197], "plan": [39, 116, 119, 189], "platform": [26, 40, 56, 94, 97, 99, 144, 205, 207], "player": 64, "plbdab2ba83bb6588": 220, "pleas": [2, 7, 8, 14, 17, 21, 24, 26, 27, 28, 29, 33, 36, 40, 41, 45, 55, 60, 61, 62, 63, 66, 90, 99, 107, 113, 115, 116, 119, 127, 132, 140, 150, 154, 160, 163, 165, 166, 173, 189, 193, 195, 198, 199, 202, 206, 212, 215, 216, 218], "plu": [28, 62, 119, 134], "plug": [49, 149], "pluggabl": 137, "plugin": [2, 3, 4, 22, 36, 41, 44, 118, 121, 138, 190], "plural": 171, "png": [4, 22, 45, 65, 78, 83, 108, 117, 134, 137], "po": [7, 61, 158, 171], "poedit": 7, "point": [0, 16, 35, 39, 134, 141, 170, 190, 195], "pointer": 166, "polici": [24, 36, 41, 60, 212], "polit": 207, "poll": 62, "pollinterv": 64, "polyfil": 42, "poorli": [96, 189], "pop": 87, "popen": 212, "popmus": 87, "popov": [39, 200, 201, 202, 204], "popovermenu": [200, 203], "popul": 38, "popular": [24, 110, 134], "popup": 61, "port": [13, 25, 110, 138, 154, 160, 162, 169, 195], "portal": 195, "posit": [7, 24, 61, 93, 98, 127, 189, 197, 203, 205, 207], "posselt": 4, "possibl": [1, 7, 12, 16, 19, 22, 26, 27, 28, 33, 35, 36, 39, 40, 41, 44, 50, 52, 55, 56, 57, 59, 60, 61, 63, 64, 67, 69, 73, 78, 87, 94, 98, 99, 101, 103, 105, 109, 115, 116, 119, 122, 125, 127, 130, 134, 137, 138, 139, 140, 142, 143, 148, 149, 150, 152, 156, 164, 170, 177, 180, 191, 192, 197, 207, 212, 213, 217], "possibli": [18, 61], "post": [2, 4, 10, 29, 39, 52, 58, 62, 64, 65, 67, 69, 71, 73, 74, 75, 76, 77, 79, 81, 87, 110, 121, 124, 134, 135, 136, 157, 162, 169, 170, 172, 173, 174, 175, 177, 178, 179, 181, 182, 183, 184, 185, 212], "post_removefromgroup": 16, "postacceptshar": 24, "postaddus": [24, 41], "postcontrol": 52, "postcopi": 41, "postcreat": 41, "postcreateus": 41, "postdelet": [24, 41], "postfix": 52, "postgr": 127, "postgresql": [12, 56], "postldapbackendad": 16, "postlogin": 41, "postremoveus": [24, 41], "postrenam": 41, "postscanfil": 41, "postscanfold": 41, "postschemachang": 59, "postsetpassword": [24, 41], "postshar": 24, "posttouch": 41, "postunassigneduserid": 27, "postunshar": 24, "postunsharefromself": 24, "postwrit": 41, "pot": 7, "potenti": [40, 93, 109, 134, 155, 212, 213], "power": [7, 17, 19, 24], "powershel": 99, "pr": [18, 22, 81, 134, 156, 189, 192, 205], "practic": [39, 63, 121, 156], "practis": 209, "pre": [3, 4, 31, 34, 39, 51, 59, 69, 70, 71, 76, 131, 135, 144, 188, 204], "pre_deleteus": 0, "preaddus": [24, 41], "preced": 61, "precis": 35, "precondit": [73, 74, 75, 140], "preconditionnotmetexcept": [144, 145, 146], "precopi": 41, "precreat": 41, "precreateus": 41, "predefin": [63, 93, 197], "predefined_status": 71, "predelet": [24, 41], "predict": 134, "prefer": [38, 39, 63, 88, 92, 93, 96, 98, 105, 111, 121, 137, 144, 150, 154, 176, 183, 187, 188, 189, 193, 204, 213], "preferences_ex": 175, "prefix": [26, 41, 52, 56, 59, 71, 78, 99, 103, 105, 113, 116, 127, 137, 190], "preflight": 136, "preflighted_cor": 136, "preg_match": 140, "preliminari": 126, "preload": [1, 28, 121, 129, 204], "preloadcollect": [28, 153], "prelogin": 41, "premad": 39, "prepar": [17, 26, 109, 115, 116, 212], "preparerulematch": 114, "prepend": [44, 191], "prereleas": 34, "preremoveus": [24, 41], "prerenam": 41, "prerequisit": [63, 193], "present": [4, 28, 39, 48, 51, 52, 69, 78, 80, 99, 116, 129, 170, 171, 189, 193], "preserv": [62, 114], "preset": 45, "presetpassword": [24, 41], "preshar": 24, "presumpt": 137, "pretouch": 41, "pretti": [35, 207], "preunassigneduserid": 27, "preunshar": 24, "prevent": [26, 29, 34, 35, 37, 39, 45, 52, 56, 60, 61, 69, 110, 137, 140, 160, 190, 191, 212], "preview": [4, 24, 27, 28, 39, 78, 83, 98, 121, 137], "previewmanag": 27, "previewrequest": 24, "previou": [25, 29, 35, 41, 59, 66, 99, 137, 152, 170, 189, 190], "previous": [17, 23, 26, 35, 53, 99, 144, 169, 192], "previousrespons": 152, "prewrit": 41, "primari": [28, 31, 36, 39, 41, 56, 57, 64, 93, 119, 127, 188, 198, 202, 203, 218], "prime": [0, 34, 207], "primit": 41, "princip": [115, 116], "principaluri": 116, "principl": [96, 116, 179, 189], "print": [45, 79, 110, 130, 212], "print0": 107, "print_unescap": [45, 139, 212], "prior": [40, 192], "prioriti": [39, 42, 53, 111, 129, 139, 183, 192], "privaci": [33, 121], "privat": [1, 27, 29, 34, 37, 38, 39, 40, 41, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 66, 87, 99, 103, 108, 111, 112, 115, 116, 117, 119, 120, 129, 131, 137, 138, 139, 140, 141, 143, 144, 145, 146, 148, 150, 151, 152, 153, 166, 177, 191], "privatekei": [29, 34], "privileg": [193, 211, 213], "pro": 134, "probabl": [35, 66, 93, 103, 116, 133], "problem": [1, 2, 17, 18, 29, 39, 40, 56, 61, 66, 96, 99, 109, 122, 127, 130, 155, 165, 193, 207, 212, 220], "problemat": [2, 80, 166], "proc_open": 212, "proce": [62, 77, 127], "procedur": [62, 107, 211], "process": [3, 23, 26, 28, 29, 30, 31, 33, 36, 38, 39, 41, 51, 59, 61, 66, 72, 73, 74, 88, 93, 99, 101, 102, 107, 113, 116, 117, 121, 122, 124, 127, 137, 141, 145, 148, 155, 156, 157, 158, 169, 175, 194, 204, 207, 209], "processcalendardata": 115, "processingexcept": 144, "processor": 188, "prod": 124, "prodid": 116, "produc": [2, 66, 131, 144, 199], "product": [2, 23, 31, 35, 94, 107, 124, 130, 140, 193, 207, 208, 216], "productnam": 195, "profil": [26, 61, 99, 121, 160, 204], "program": [0, 29, 62, 99, 130, 155, 156, 158, 171, 212], "programfil": 99, "programm": 212, "programmat": [39, 115, 121, 122], "progress": [61, 79, 87, 95, 124, 135, 144, 157, 169, 170, 176, 189, 200], "progressbar": 135, "progressr": 87, "project": [4, 29, 33, 35, 36, 41, 88, 121, 124, 155, 158, 189, 204], "projectfil": [2, 107], "prolif": 33, "prologu": [88, 204], "prometheu": 134, "promis": [33, 90, 131, 134], "promot": 40, "prompt": [26, 72, 74, 99, 145, 146], "promptli": 207, "prone": 66, "proof": 40, "proofread": 144, "prop": [78, 83, 113, 131, 134, 153, 190], "propag": [127, 149, 173], "proper": [28, 29, 33, 39, 61, 62, 144, 165, 197, 212, 217], "properli": [12, 29, 44, 60, 109, 133, 134, 217], "properti": [1, 23, 27, 28, 40, 50, 56, 81, 82, 84, 113, 117, 129, 131, 134, 137, 151, 153, 196, 197], "property_birthd": 26, "property_displayname_legaci": 23, "propertytocolumn": 56, "propertyupd": [78, 113], "propfind": [1, 28, 78, 81, 84, 85, 121, 127, 153], "proppatch": [78, 81, 116, 121], "propsdata": [108, 134], "propstat": 113, "prose": 146, "protect": [0, 7, 22, 23, 37, 56, 60, 69, 99, 116, 131, 133, 135, 157, 165, 168, 182, 195, 212, 220], "protocol": [13, 62, 79, 110, 119, 157, 169, 195, 212], "prototyp": 158, "provid": [0, 4, 10, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 32, 33, 34, 36, 37, 39, 40, 41, 45, 46, 50, 51, 53, 54, 57, 58, 62, 63, 64, 65, 66, 67, 69, 73, 74, 75, 77, 78, 80, 83, 84, 88, 93, 94, 96, 98, 99, 102, 103, 105, 110, 117, 118, 121, 122, 126, 128, 129, 130, 133, 138, 140, 147, 150, 154, 155, 158, 162, 166, 168, 169, 171, 173, 175, 179, 183, 184, 185, 189, 190, 191, 195, 197, 198, 201, 202, 204, 212, 213, 217, 220], "provideinitialst": [44, 50, 108], "providelazyinitialst": 44, "provider1": 119, "provider_id": [65, 134], "providerclass": 106, "providerid": [65, 106, 134], "provis": [13, 23], "provisioning_api": 76, "proxi": [62, 116, 120, 156, 158, 165, 166, 167, 169, 182, 185], "proxy_host": 160, "proxy_password": 160, "proxy_port": 160, "proxy_us": 160, "prune": 193, "ps1": 99, "psalm": [2, 63, 101, 107, 219], "psr": [2, 27, 40, 48, 102, 121, 135, 147, 204], "psr3": [18, 25, 48], "pt1h": 115, "public": [0, 1, 4, 5, 10, 17, 21, 22, 24, 26, 29, 33, 34, 35, 36, 37, 38, 40, 44, 47, 48, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 64, 66, 69, 87, 89, 103, 106, 108, 109, 111, 112, 113, 115, 116, 117, 119, 120, 121, 126, 128, 129, 130, 131, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 158, 182, 189, 191, 195, 197, 204, 215, 220], "public_link": 87, "publicapi": 133, "publicapicontrol": 133, "publicdisplai": 133, "publicfunct": 174, "publicli": [12, 161], "publicpag": [26, 39, 66, 133], "publicshareauth": [5, 16], "publicsharecontrol": 133, "publictemplaterespons": [39, 50], "publicupload": 69, "publish": [6, 9, 26, 33, 34, 35, 39, 41, 116, 136, 142, 159, 192, 204], "publishact": 11, "publishcalendar": 16, "pull": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 29, 31, 35, 81, 101, 107, 108, 109, 155, 156, 169, 171, 187, 189, 192, 193, 197, 205, 209, 217], "pure": [39, 40], "purpos": [5, 16, 33, 41, 93, 110, 141, 144, 145, 146, 169, 201], "push": [7, 29, 34, 35, 64, 156, 158, 170, 192, 205], "put": [2, 34, 39, 52, 61, 64, 66, 69, 71, 78, 80, 96, 107, 116, 121, 127, 134, 136, 137, 141, 144, 145, 146, 148, 157, 169, 170, 174, 182, 189, 202, 203], "putcont": [54, 57], "pwd": [81, 99, 193], "pwd1": 195, "pwd2": 195, "px": 94, "py": 158, "python": [47, 99, 156, 158, 171, 183], "qa": 189, "qb": [56, 109, 113], "qbmapper": [10, 22, 26, 56], "qsyqflqhouhdpq0w2aocwqgdaei": 134, "qt": [94, 99], "qt5": 99, "qt5keychain": 99, "qt6": 99, "qt_path": 99, "qtkeychain": 99, "qtkeychain_librari": 99, "qualifi": [15, 115, 192], "qualiti": [101, 205], "queri": [0, 1, 15, 16, 17, 19, 22, 23, 24, 25, 26, 27, 28, 39, 40, 41, 44, 57, 58, 59, 61, 64, 78, 83, 90, 106, 109, 115, 121, 127, 134, 137, 153, 157, 170, 175, 188, 207, 212], "querybuild": [17, 19, 26, 27, 56, 113], "querylogg": 27, "querystatusforus": 142, "question": [4, 28, 33, 40, 56, 61, 106, 155, 165, 167, 192, 204, 207, 209], "queue": 37, "queuedjob": [25, 37], "quick": [39, 62, 64, 65, 77, 78, 96, 197, 203], "quickli": [1, 44, 93, 98, 122, 137, 207], "quiet": [103, 105], "quit": [7, 10, 52, 73, 74, 75, 110, 116], "quot": [32, 61, 78, 116, 189], "quota": [64, 78, 80, 93], "qux": [111, 183], "r": [7, 65, 78, 79, 87, 99, 190, 193, 220], "r0wi": 34, "race": [2, 24, 134, 207], "rach": 35, "radio": [64, 139, 183, 200, 203], "radio1": 203, "radiu": 197, "rais": 16, "ran": [59, 99, 140], "rand": 79, "random": [40, 80, 207], "randomli": 169, "rang": [4, 93, 108, 115], "rare": [17, 35, 40, 156], "raspberri": 207, "rate": [23, 30, 73, 74, 75, 121, 157, 165, 168], "ratelimit": [23, 138], "ratelimitedforal": 39, "rather": [28, 37, 40, 41, 53, 56, 108, 116, 134, 139, 144, 189], "raw": [73, 78, 99, 115, 116, 160], "rc": 35, "re": [26, 33, 36, 41, 56, 61, 63, 96, 99, 109, 113, 122, 160, 165, 182, 192, 201, 202, 203, 207], "reach": [0, 32, 35, 38, 39, 138, 192, 209], "reachabl": [39, 66, 165, 212], "react": [4, 41, 122, 127, 134, 136, 152], "reaction": 96, "read": [1, 22, 23, 26, 34, 40, 54, 55, 56, 60, 61, 66, 69, 78, 81, 93, 96, 103, 105, 110, 117, 121, 122, 153, 184, 189, 205, 206, 207, 213], "read_timeout": 195, "readabl": [7, 40, 78, 94, 98, 103, 115, 144, 209], "reader": [4, 209], "readi": [0, 16, 31, 35, 73, 74, 75, 122, 156, 170, 189], "readm": [4, 31, 108, 190], "readmark": 81, "readonli": 139, "readoper": 87, "readremotefileoper": 87, "readremotefolderoper": 87, "real": [62, 81, 116, 140, 195], "realli": [13, 40, 59, 93, 108, 127, 130, 192, 207, 212], "reason": [7, 26, 27, 28, 31, 39, 48, 65, 66, 99, 127, 144, 145, 146, 199, 207, 208, 209], "reason_lock_wait_timeout": 26, "reason_serv": 26, "rebas": [189, 193], "reboot": 160, "rebuild": [124, 216], "receiv": [0, 17, 18, 31, 32, 39, 40, 41, 69, 77, 78, 81, 87, 116, 123, 137, 144, 157, 160, 169, 170, 192], "recent": [7, 17, 68, 93, 99, 134, 207], "recipi": [36, 41, 69, 78, 93, 108, 195], "recogn": 41, "recogniz": 93, "recommend": [0, 2, 16, 17, 18, 22, 23, 24, 26, 27, 29, 31, 35, 36, 41, 47, 56, 57, 59, 63, 80, 92, 94, 99, 107, 109, 119, 122, 124, 127, 132, 134, 136, 138, 141, 144, 154, 156, 158, 162, 164, 188, 190, 193, 197, 202], "record": 62, "recov": 151, "recoveri": 83, "recoverpassword": 41, "recoverypassword": 151, "recreat": 207, "recurs": 78, "recursivearraysearch": [11, 28], "red": [139, 188], "redi": [38, 130, 218], "redirect": [13, 52, 62, 156, 176, 202, 211], "redirect_handl": 175, "redirectrespons": [39, 52, 66], "redirecturl": 212, "redisclust": 195, "reduc": [28, 40, 57, 101, 109, 122, 127], "redund": 153, "ref": [22, 34, 156], "refactor": [26, 109], "refer": [2, 26, 29, 40, 52, 61, 89, 93, 94, 98, 99, 106, 107, 119, 121, 137, 144, 154, 156, 163, 166, 192, 204, 209], "referenc": 189, "reference_provider_id": 134, "referencedclass": 107, "referencetext": 134, "reflec": 13, "reflect": [40, 41, 52], "reflector": 49, "refman": 109, "reformul": 144, "refresh": [36, 41, 108, 110, 113, 125], "refreshmetadata": [24, 113], "refreshoper": 87, "refus": 29, "regard": 155, "regardless": [39, 56, 134], "regex": [13, 52, 53, 182], "region": [24, 121, 195], "regist": [0, 2, 3, 4, 5, 14, 16, 19, 21, 22, 24, 25, 26, 27, 34, 36, 39, 40, 41, 44, 47, 49, 50, 53, 57, 62, 64, 79, 80, 102, 106, 113, 114, 115, 118, 121, 122, 130, 137, 138, 141, 142, 144, 145, 146, 148, 152, 153, 154, 157, 158, 160, 163, 169, 170, 176], "registeralternativelogin": 16, "registeranonrequest": 138, "registerbackend": [28, 115], "registercalendar": 19, "registercalendarprovid": 116, "registercheck": 24, "registerchecksev": 24, "registercollaborationresourc": 131, "registercontentprovid": 106, "registercustomfoo": 0, "registercustompickerel": 134, "registerdashboardwidget": [25, 108], "registerdeclarativeset": 111, "registerdeclarativesettingslisten": 111, "registerent": 24, "registerentitiesev": 24, "registereventlisten": [0, 1, 44, 106, 111, 113, 134, 141, 144, 145, 146], "registerfileact": 24, "registerfoo": 0, "registerjob": 10, "registerlazylockprovid": 26, "registerlockprovid": 26, "registerlogin": 16, "registermailprovid": 119, "registermiddlewar": 49, "registernotifierservic": 0, "registeroper": [24, 114], "registeroperationsev": [24, 114], "registerparamet": 40, "registerprofilelinkact": 129, "registerprovid": 57, "registerpublicsharetemplateprovid": 50, "registerrefer": 134, "registerresourceprovid": [14, 131], "registerrespond": 39, "registerrout": 28, "registerschema": 111, "registersearchprovid": 137, "registerservic": [0, 16, 40, 55, 60], "registerservicealia": 40, "registersetupcheck": 140, "registerspeechtotextprovid": 141, "registertaskprocessingprovid": [26, 144], "registertaskprocessingtasktyp": [26, 144], "registertextprocessingprovid": 146, "registertexttoimageprovid": 145, "registertranslationprovid": 148, "registertyp": 131, "registerusermigr": 150, "registeruserrequest": 138, "registerwellknownhandl": 152, "registerwidget": 134, "registerwidgetev": 25, "registr": [0, 41, 47, 60, 108, 115, 119, 121, 134, 139, 140, 154, 158, 187], "registri": [149, 156, 158, 166, 167, 169, 170], "registryev": 24, "regress": [26, 189], "regular": [64, 78, 156, 158, 165, 179, 193], "regularli": [96, 109, 189], "reject": [66, 80, 116, 131, 134, 144, 168], "rejectunauthor": 195, "rel": [0, 14, 26, 57, 64, 83, 116, 137, 139, 173, 174, 175, 185, 189, 220], "relat": [0, 22, 26, 27, 28, 36, 41, 55, 56, 66, 79, 81, 87, 111, 113, 134, 139, 140, 143, 170, 189, 192, 197, 206, 207], "relative_modified_d": [12, 15], "relaunch": 220, "relax": [39, 127], "releas": [0, 4, 16, 17, 18, 20, 22, 24, 26, 27, 29, 30, 31, 33, 39, 41, 89, 99, 101, 102, 108, 122, 124, 127, 149, 154, 169, 171, 189, 192, 204, 207, 209, 215, 217], "release_d": 134, "relev": [10, 27, 57, 66, 72, 93, 102, 107, 116, 141, 144, 145, 146, 152, 209], "reli": [0, 25, 39, 168, 209], "reliabl": [37, 99, 155], "reliev": 207, "reload": [13, 23, 103, 105, 108, 220], "relwithdebinfo": 99, "rem": 14, "remain": [16, 17, 51, 60, 78, 93, 116, 143, 220], "rememb": [36, 38, 41, 98], "remind": [24, 78], "remnant": 24, "remot": [4, 27, 64, 69, 78, 79, 80, 81, 83, 84, 85, 87, 92, 110, 113, 121, 127, 156, 162, 169, 192, 193, 204, 213], "remote_en": 110, "remote_fold": 79, "remote_handl": 110, "remote_host": 110, "remote_port": 110, "remote_shar": 69, "remotefil": 87, "remotelyedit": 113, "remoteoper": 87, "remoteoperationresult": 87, "remotepath": 87, "remov": [17, 29, 33, 34, 35, 36, 37, 39, 41, 59, 62, 64, 65, 69, 77, 93, 106, 113, 122, 131, 132, 134, 149, 151, 158, 170, 172, 176, 190, 197, 202, 203, 207, 209, 212, 215, 217], "removeclass": 202, "removefavorit": 24, "removejob": 37, "removelisten": [15, 41], "removeoper": 87, "removeremotefileoper": 87, "removeremoteshareoper": 87, "renam": [25, 26, 42, 59, 69, 78, 88, 93, 202, 203], "rend": 149, "render": [4, 26, 27, 36, 41, 44, 49, 121, 131, 175, 183, 185, 212], "rendera": 39, "renderpag": 50, "renderreferenceev": 134, "renderresult": 134, "reopen": 39, "reorder": 61, "repair": [4, 121, 204], "repairstep": 135, "repeat": [116, 207], "repercuss": 33, "repetit": 52, "replac": [1, 7, 10, 13, 15, 16, 18, 19, 20, 22, 23, 24, 26, 27, 28, 29, 49, 52, 58, 60, 62, 66, 67, 87, 90, 99, 106, 121, 126, 128, 132, 144, 160, 178, 193, 196, 202, 212, 216], "replaceindex": 59, "replaceindiceslisten": 59, "replacementuserdisplaynam": [67, 126], "replacementuserid": [67, 126], "replacesvg": 11, "replacesvgicon": 11, "repli": [15, 22, 79, 207], "replic": 127, "replica": 127, "repo": [7, 30, 86, 89, 99, 130, 134, 195, 217], "repo_token": 34, "report": [26, 31, 78, 81, 103, 105, 122, 139, 140, 144, 189, 192, 206, 209], "reportprogress": 144, "repositori": [4, 28, 29, 31, 33, 34, 35, 89, 98, 99, 101, 102, 107, 119, 134, 165, 166, 169, 171, 189, 191, 192, 193, 195, 206, 207, 219], "repository_url": 99, "repres": [26, 57, 63, 71, 99, 108, 111, 116, 126, 129, 131, 144, 146, 150, 202], "represent": 116, "reproduc": [31, 165], "req": [29, 195], "request": [0, 1, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 31, 32, 33, 34, 36, 37, 41, 44, 47, 49, 52, 54, 61, 62, 63, 65, 66, 67, 71, 73, 74, 75, 76, 79, 80, 81, 82, 101, 103, 107, 108, 109, 110, 113, 115, 116, 121, 122, 127, 131, 136, 138, 141, 144, 145, 146, 147, 148, 152, 153, 155, 156, 157, 158, 163, 168, 169, 170, 171, 176, 182, 185, 189, 192, 195, 202, 204, 205, 207, 209, 211, 217], "requestbackgroundjob": [24, 113], "requesthead": 28, "requestopt": 134, "requesttoken": [13, 44], "requir": [2, 4, 7, 10, 12, 16, 20, 22, 24, 25, 26, 27, 29, 34, 35, 36, 37, 39, 40, 41, 45, 52, 53, 56, 57, 59, 61, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 80, 93, 98, 101, 102, 103, 105, 107, 108, 109, 110, 111, 113, 114, 116, 119, 122, 124, 125, 129, 132, 133, 134, 135, 136, 138, 139, 140, 142, 149, 154, 156, 157, 158, 160, 162, 164, 169, 173, 174, 175, 176, 178, 179, 180, 182, 185, 186, 192, 193, 195, 196, 197, 198, 203, 211, 212, 213, 220], "require_onc": [2, 102, 212, 220], "requiremax": 4, "requiremin": 4, "reserv": [26, 108, 117], "reservedopt": 26, "reset": [39, 63, 96, 126, 189], "resetquerypart": 26, "reshar": 69, "resid": [42, 44, 154], "resolut": [15, 165], "resolv": [12, 31, 39, 40, 41, 121, 131, 139, 160, 165, 192], "resolvefromconfigfil": 107, "resolvepubl": 134, "resolverefer": 134, "resolvereferencepubl": 134, "resolvereshar": 10, "resort": 40, "resourc": [14, 24, 26, 27, 28, 37, 39, 40, 47, 54, 56, 73, 74, 75, 78, 81, 108, 113, 116, 118, 121, 133, 134, 136, 137, 145, 152, 209, 212, 220], "resource_typ": 131, "resourcebackend": 115, "resourcemanag": [115, 131], "resourceprovid": 131, "resourcetyp": [78, 83], "resourceurl": [131, 134, 137], "respect": [23, 27, 28, 39, 67, 78, 134, 160, 197, 207], "respond": [18, 33, 126, 138, 157, 207], "respons": [1, 5, 10, 17, 22, 29, 31, 33, 47, 49, 50, 52, 62, 63, 65, 67, 68, 71, 73, 74, 75, 76, 77, 81, 82, 84, 91, 93, 96, 97, 98, 108, 113, 116, 120, 121, 134, 140, 152, 153, 157, 170, 175, 185, 197, 202, 212, 213, 217], "responsedefinit": 66, "rest": [4, 35, 39, 52, 91, 116, 121, 122, 204], "restart": [110, 193, 195], "restor": [63, 78, 82, 98, 150], "restrict": [20, 24, 26, 27, 37, 56, 120, 134, 138, 160, 162, 202, 213], "restructur": 101, "result": [16, 17, 26, 27, 29, 38, 39, 56, 57, 61, 63, 66, 68, 69, 70, 83, 84, 87, 93, 99, 106, 113, 121, 127, 134, 139, 140, 145, 147, 153, 178, 192, 205, 212, 220], "resultinto": 113, "retain": 59, "retri": [23, 121], "retriev": [24, 26, 39, 44, 56, 63, 78, 90, 119, 121, 122, 123, 126, 132, 137, 177, 183], "retrievemetadata": [24, 113], "retro": 42, "retroact": 59, "retryabl": 23, "return": [1, 4, 10, 13, 15, 16, 17, 19, 22, 23, 24, 26, 27, 28, 36, 38, 39, 40, 41, 44, 49, 50, 52, 53, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 69, 71, 78, 101, 103, 105, 106, 108, 111, 113, 114, 115, 117, 119, 129, 130, 131, 132, 133, 134, 135, 137, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 170, 172, 174, 177, 181, 186, 190, 191, 202, 220], "returnhi": 39, "returnjson": 39, "retyp": 193, "reus": [10, 27, 66, 189], "reusabl": [98, 188], "revenu": 134, "revers": [49, 119, 162], "revert": [33, 71, 103, 105, 142], "revertuserstatu": 142, "review": [18, 31, 34, 127, 134, 157, 189, 192, 207, 212], "revis": [89, 192], "revisit": 116, "revok": [29, 62], "revokeshar": 37, "revolution": 155, "rework": [25, 192], "rewritten": 90, "rfc": [28, 62, 78, 116], "rfc4918": 82, "rfc5323": 83, "rfc6415": 152, "rgb": [28, 197, 201], "rgba": 197, "rich": [27, 78, 108, 134, 140, 178], "rich_messag": 178, "rich_message_param": 178, "rich_subject": 178, "rich_subject_param": 178, "richobject": 134, "richobjectstr": [27, 140], "richobjecttyp": 134, "richparamet": 134, "richtopars": 27, "right": [4, 7, 18, 21, 24, 26, 27, 37, 39, 41, 44, 61, 66, 97, 98, 99, 106, 108, 113, 117, 127, 134, 135, 196, 197, 202, 203, 205, 212, 220], "risk": [41, 192, 199], "rm": 34, "rmdirr": 28, "robert": 220, "roberto": 108, "robin": 127, "robot": 35, "roboto": 197, "robust": [40, 102], "rocm": [156, 158, 163, 169, 170], "roeland": 80, "role": [4, 31, 33, 116, 127, 129, 144], "roll": [56, 109], "rollback": [56, 127], "room": [26, 27, 118, 121, 131, 142], "roombackend": 115, "root": [4, 6, 7, 26, 29, 35, 39, 57, 64, 66, 78, 83, 87, 96, 99, 102, 107, 124, 131, 139, 158, 173, 175, 185, 190, 193, 213, 216], "rootfold": 57, "rootscop": 202, "rootstorag": 60, "rough": [35, 122], "roughli": [39, 213], "round": [26, 108, 127, 134, 137], "rounditemicon": 108, "roundtrip": 127, "rout": [4, 5, 25, 27, 28, 40, 47, 51, 90, 133, 136, 137, 152, 165, 174, 175, 176, 184, 187, 204, 217], "route_of_talk_bot": 184, "routeparamet": 137, "router": [15, 23, 24, 27, 51, 52, 78, 92, 121, 158], "row": [22, 39, 56, 109, 113, 137, 197], "rpid": 195, "rsa": 29, "rss": 4, "rtl": 200, "rule": [28, 30, 34, 36, 41, 56, 78, 98, 101, 102, 114, 127, 157, 189, 200, 204], "rulematch": 114, "run": [0, 1, 4, 6, 7, 16, 18, 23, 24, 29, 34, 35, 36, 37, 41, 44, 49, 51, 56, 59, 60, 66, 72, 73, 74, 87, 96, 99, 102, 107, 109, 110, 113, 115, 116, 121, 122, 127, 130, 135, 137, 144, 145, 146, 154, 156, 157, 158, 160, 165, 169, 189, 191, 193, 195, 202, 212, 215, 216], "runnabl": 87, "runner": 220, "running_psalm": 66, "runorscheduletask": [145, 146], "runrequest": 140, "runtask": [145, 146], "runtim": [61, 99, 134, 145, 146, 163], "runtimeexcept": [141, 145, 146, 148], "rw": [193, 195], "rwx": 99, "rx": 220, "s3": [80, 218], "sabr": [1, 16, 22, 24, 36, 41, 118, 121, 153], "sabredav": [1, 41, 81, 153], "sabrepluginaddev": [1, 24], "sabrepluginauthinitev": 16, "sabrepluginev": 22, "sacr": [96, 189], "safe": [0, 27, 33, 41, 64, 109, 212], "safer": [40, 212], "sai": [52, 137, 207], "said": [116, 133], "sake": [116, 189], "sale": 32, "samba": 195, "same": [0, 2, 4, 14, 21, 22, 23, 27, 28, 38, 39, 40, 42, 49, 52, 59, 61, 63, 78, 87, 93, 99, 101, 102, 109, 111, 116, 122, 127, 134, 137, 139, 142, 144, 153, 156, 157, 158, 163, 164, 169, 171, 173, 174, 189, 193, 202, 203, 207, 212, 213], "saml": [87, 218], "saml2": 87, "sampl": [39, 56, 78, 89], "sample_cli": 89, "san": 197, "sanit": [28, 212], "sanitizefilenam": 28, "sass": [188, 216], "satisfi": [33, 116], "save": [28, 34, 36, 39, 40, 41, 53, 55, 66, 99, 111, 113, 116, 119, 134, 137, 141, 144, 145, 146, 148, 160, 183, 197, 216], "savedinstancest": 87, "savemetadata": [24, 113], "saveset": [53, 66], "sayhello": 61, "sb": 79, "scalabl": [38, 121], "scalar": 10, "scale": [56, 94, 127, 166, 167], "scalefixforie8": 11, "scan": [36, 41, 61], "scanfil": 41, "scanfold": 41, "scanner": [96, 213], "scenario": [2, 71, 109], "schedul": [25, 35, 36, 41, 63, 67, 126, 129, 135, 141, 144, 145], "scheduleaft": 37, "schedulefiletranscript": 141, "scheduletask": [144, 145, 146], "schema": [2, 4, 5, 17, 18, 24, 35, 56, 58, 107, 117, 121, 135, 139, 183, 187], "schemaclosur": 59, "schemaexcept": 107, "schemaloc": [2, 107], "scheme": [111, 159, 183, 187, 195], "scienc": [78, 134], "scloud": 61, "scope": [15, 26, 29, 38, 41, 44, 55, 63, 69, 78, 82, 103, 113, 115, 153, 202], "scope_": 66, "scope_administr": 66, "scope_default": 66, "scope_ex_app": 26, "scope_feder": 66, "scope_filesystem": 26, "scope_ignor": 66, "scope_skip_password_valid": 26, "score": 205, "scrape": 7, "screen": [46, 61, 94, 95, 97, 98, 130, 139, 196, 197, 201, 207], "screenread": [21, 44], "screenshar": 93, "screenshot": [4, 158, 201], "script": [2, 7, 13, 14, 15, 24, 25, 26, 34, 35, 36, 39, 41, 44, 45, 56, 65, 99, 107, 108, 110, 122, 124, 131, 134, 139, 156, 157, 158, 171, 176, 195, 211, 218, 220], "scroll": [99, 134, 196, 201], "scrollabl": 196, "scrollbar": 197, "scrollto": 137, "scss": [42, 216], "scssphp": 28, "seamlessli": [88, 155], "search": [4, 10, 19, 23, 26, 28, 63, 65, 81, 82, 92, 103, 105, 106, 115, 121, 151, 175, 196, 204, 207, 213], "search_providers_id": 134, "searchabl": 83, "searchbysystemtag": 24, "searchforprincip": 115, "searchingroup": 23, "searchinusercalendar": 115, "searchrequest": [83, 113], "searchresult": 137, "searchresultentri": 137, "searchusersbyvalu": 105, "searchusersbyvaluebool": 105, "searchusersbyvalueint": 105, "searchusersbyvaluestr": 105, "searchvalu": 103, "season": 189, "second": [24, 37, 39, 41, 45, 49, 59, 61, 62, 78, 80, 93, 102, 108, 111, 113, 115, 127, 131, 134, 135, 137, 140, 149, 152, 157, 169, 183, 190, 202], "second_pag": 175, "secondari": [93, 94, 96, 108, 119, 189, 197], "secondarylabel": 94, "secret": [29, 34, 39, 168, 169, 195], "secretpassword": 133, "secrettoken": 133, "section": [0, 4, 5, 7, 17, 24, 25, 26, 29, 34, 39, 44, 51, 52, 53, 56, 61, 66, 97, 98, 99, 102, 109, 115, 116, 119, 121, 122, 126, 127, 132, 134, 149, 156, 157, 159, 165, 166, 170, 183, 193, 195, 196, 201, 202, 205, 209, 220], "section_id": [111, 183], "section_typ": [111, 183], "section_type_admin": 111, "section_type_person": 111, "secur": [4, 10, 12, 13, 24, 26, 27, 29, 31, 40, 47, 49, 60, 62, 65, 78, 99, 111, 116, 120, 121, 122, 133, 140, 156, 157, 162, 168, 183, 192, 193, 204, 211], "securedrelyingpartyid": 195, "securerandom": 27, "see": [1, 2, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 34, 35, 37, 39, 40, 41, 44, 45, 46, 51, 52, 53, 56, 57, 60, 61, 62, 64, 66, 69, 72, 73, 74, 75, 78, 81, 90, 96, 97, 98, 99, 101, 102, 107, 108, 110, 114, 115, 116, 119, 122, 123, 124, 127, 130, 131, 132, 134, 137, 139, 149, 154, 156, 158, 162, 168, 169, 175, 179, 189, 190, 191, 192, 193, 195, 197, 201, 206, 207, 212, 220], "seed": 195, "seen": [17, 24, 93, 97, 98, 129], "sego": 197, "select": [25, 39, 56, 61, 83, 87, 93, 97, 98, 99, 110, 113, 114, 116, 127, 131, 134, 139, 149, 165, 169, 175, 183, 195, 197, 198, 201, 203, 212], "select2": 12, "selectalia": 56, "selectionlength": 61, "selector": [188, 202], "self": [12, 44, 50, 94, 108, 119, 129, 131, 142, 144, 145, 150, 152, 195], "semant": [4, 35], "semicolon": 53, "semver": 35, "send": [7, 26, 37, 43, 53, 61, 63, 78, 83, 84, 85, 91, 108, 112, 119, 120, 122, 123, 127, 129, 137, 149, 168, 169, 170, 176, 191, 212, 217, 218], "sendemail": 61, "sendmail": [10, 69], "sendmessag": 119, "sendshareemail": 26, "sens": [17, 27, 31, 39, 40, 56, 66, 116], "sensit": [25, 37, 39, 52, 137, 139, 172, 181, 211], "sent": [18, 22, 27, 33, 36, 39, 41, 51, 67, 69, 71, 78, 79, 87, 137, 139, 170, 175], "sentenc": [61, 94, 96, 202], "separ": [4, 18, 35, 39, 53, 56, 59, 69, 99, 116, 124, 136, 144, 146, 156, 164, 175, 182, 189, 202, 216], "sequenc": [0, 56], "seri": 127, "serial": [26, 27, 38, 69, 115, 126], "seriou": 127, "serv": [26, 39, 42, 66, 140], "server": [0, 2, 3, 7, 12, 15, 16, 22, 23, 24, 26, 27, 28, 29, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 48, 51, 52, 56, 59, 61, 62, 64, 66, 70, 73, 77, 78, 79, 80, 81, 83, 87, 88, 93, 99, 100, 101, 107, 109, 110, 115, 116, 119, 120, 121, 122, 127, 128, 130, 134, 137, 138, 139, 142, 149, 153, 158, 160, 164, 168, 171, 173, 185, 194, 195, 199, 204, 205, 206, 207, 212, 217, 219], "server_base_url": 87, "serverconfighelp": 140, "servercontain": [40, 41, 55, 115], "serverplugin": [1, 153], "serveruri": 87, "servic": [0, 16, 23, 24, 27, 32, 37, 38, 39, 41, 44, 47, 48, 50, 55, 60, 61, 66, 78, 87, 99, 103, 112, 115, 118, 120, 121, 125, 129, 130, 132, 137, 139, 142, 151, 152, 156, 158, 160, 165, 190, 193, 195, 217], "service1": 119, "serviceid": 119, "session": [0, 22, 26, 62, 64, 78, 87, 121, 122, 125, 187, 212], "session_lifetim": 55, "set": [4, 6, 7, 8, 10, 12, 13, 15, 17, 20, 21, 23, 24, 25, 26, 27, 29, 32, 33, 34, 35, 37, 38, 44, 46, 47, 48, 52, 55, 56, 59, 60, 61, 62, 63, 64, 67, 69, 70, 73, 74, 75, 77, 82, 93, 94, 96, 102, 103, 105, 106, 107, 108, 109, 110, 113, 114, 117, 119, 120, 121, 122, 126, 127, 130, 134, 137, 140, 144, 151, 155, 157, 158, 159, 165, 166, 167, 168, 169, 170, 171, 175, 176, 178, 187, 190, 191, 192, 194, 195, 196, 197, 200, 204, 207, 212, 216, 217, 218, 220], "setacl": 116, "setactionlabel": 23, "setallowparallelrun": 37, "setappvalu": 55, "setattach": 119, "setautosubmit": 22, "setbodyhtml": 119, "setbodyplain": 119, "setcontentsecuritypolici": [39, 50], "setcredenti": 87, "setdeclarativesettingsvaluelisten": 111, "setdescript": [115, 134], "setdisplaynam": 64, "seten": 151, "setendd": 115, "setfetchmod": 17, "setfirstresult": [19, 56], "setfrom": 119, "sethead": 66, "setheaderact": 39, "setheaderdetail": 39, "setheadertitl": [39, 50], "sethtmlbodi": [24, 112], "seticon": 26, "setid": 56, "setimageurl": 134, "setint": 113, "setinterv": 37, "setlastlogin": 56, "setlink": 26, "setloc": 115, "setmanageruid": 151, "setmaxresult": 56, "setmeetingd": 143, "setnam": [56, 116], "setnoexpirationd": 26, "setorgan": 115, "setown": 26, "setp": 135, "setparamet": 24, "setparsedmessag": 22, "setparsedsubject": 22, "setpassword": [64, 151], "setpasswordhash": 26, "setplainbodi": [24, 112], "setprimarykei": 56, "setpubl": 143, "setreferenceid": 15, "setrichmessag": 22, "setrichobject": 134, "setrichsubject": 22, "setstartd": 115, "setstatu": [10, 39, 117], "setstr": 113, "setsubject": [24, 112, 119], "setsummari": 115, "setsystemvalu": 55, "setter": [22, 23, 26, 56], "settimerangeend": 115, "settimerangestart": 115, "settimesensit": 37, "settimezon": 115, "settingnotfoundexcept": 26, "settings_exampl": 183, "settingsmenu": 196, "settingsview": 190, "settitl": 134, "setto": [112, 119], "setup": [3, 13, 19, 27, 34, 36, 38, 39, 41, 56, 57, 60, 61, 63, 88, 99, 107, 110, 114, 121, 124, 127, 154, 156, 158, 162, 174, 204, 207, 213, 216, 218, 220], "setupbeforeclass": [60, 220], "setupcheck": [27, 140], "setupresult": 140, "setuserdata": 150, "setuserid": [141, 146, 148], "setuserstatu": 142, "setuservalu": [55, 111], "setvalu": [24, 111], "setvaluearrai": [103, 105], "setvaluebool": [103, 105], "setvaluefloat": [103, 105], "setvalueint": [103, 105], "setvaluestr": [103, 105], "setwebhookmethod": 144, "setwebhookuri": 144, "seven": 189, "sever": [5, 10, 26, 39, 53, 62, 94, 122, 127, 137, 140, 145, 154, 156, 157, 207, 212], "sf": 94, "sfc": 61, "sh": [7, 79, 99, 158, 171, 193, 215, 216, 220], "sha": 29, "sha1": [34, 78, 192], "sha256": [78, 99], "sha3": 78, "shade": 94, "shadow": 197, "shall": [0, 21, 44, 61, 124, 132, 137, 205, 209], "shallow": 205, "shape": [121, 134], "shapedescriptor": 144, "shapeenumvalu": 144, "share": [4, 5, 10, 11, 14, 15, 19, 24, 25, 26, 28, 29, 37, 39, 40, 47, 61, 63, 64, 65, 92, 93, 121, 126, 134, 139, 153, 158, 164, 168, 169, 170, 180, 190, 191, 195, 204, 207, 220], "share_id": 69, "share_test": 133, "share_token": 78, "share_type_circl": 4, "shareabl": 78, "shareacceptedev": 24, "shareapicontrol": 26, "shareattribut": 175, "shareconfigmodel": 11, "sharecontrol": [39, 50], "sharecreatedev": 24, "sharedeletedev": 24, "sharedeletedfromselfev": 24, "sharees_recommend": [70, 71], "shareid": [26, 37], "sharemanag": [27, 39], "sharenod": 50, "sharenotfound": 133, "shareown": 175, "shareownerid": 175, "sharepermiss": 175, "sharer": [70, 78], "shareservic": 37, "sharesplugin": 153, "sharetoken": 134, "sharetyp": [64, 69, 87, 175], "sharetypeid": 78, "sharewith": 69, "sharewithus": 37, "sharingtoken": 134, "shed": 0, "sheet": [18, 93, 216], "shell": [99, 160, 211], "shell_exec": 212, "ship": [0, 2, 4, 7, 13, 14, 15, 17, 18, 22, 23, 24, 25, 28, 29, 30, 99, 102, 108, 132, 192, 195, 199, 215], "shivammathur": 34, "shock": 93, "short": [0, 4, 16, 28, 39, 66, 67, 94, 124, 126, 127, 129, 155, 156, 165, 170, 171], "shortcom": 116, "shortcut": [43, 61, 98, 179], "shorter": 39, "shorthand": 4, "shortmessag": [67, 126], "should": [0, 2, 4, 5, 7, 10, 12, 13, 15, 16, 17, 22, 23, 24, 25, 26, 27, 33, 34, 35, 36, 38, 39, 41, 42, 44, 45, 47, 49, 50, 52, 53, 55, 56, 57, 59, 60, 61, 62, 64, 66, 69, 71, 75, 77, 78, 80, 83, 89, 93, 94, 96, 98, 99, 106, 107, 108, 109, 110, 111, 113, 116, 122, 124, 127, 129, 131, 132, 134, 137, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 153, 155, 156, 157, 158, 160, 162, 169, 170, 173, 178, 183, 185, 188, 189, 190, 191, 195, 197, 202, 203, 205, 207, 209, 212, 213, 215, 217], "shouldgetfield": 28, "shouldn": [190, 191], "shouldrespond": 50, "shout": 94, "show": [4, 23, 26, 28, 44, 52, 61, 66, 93, 94, 96, 97, 108, 109, 115, 117, 130, 131, 133, 134, 135, 139, 141, 144, 145, 146, 149, 152, 158, 189, 196, 197, 201, 202, 203], "showauthent": 133, "showauthfail": 133, "showdetail": [196, 201], "showdis": 144, "shown": [22, 32, 39, 61, 67, 75, 87, 93, 97, 98, 116, 135, 149, 156, 195, 196, 201, 202, 207], "showshar": [50, 133], "showstopp": 192, "shrunk": 26, "sibl": 202, "side": [4, 28, 39, 60, 61, 62, 64, 77, 97, 101, 110, 116, 127, 134, 158, 159, 171, 174, 179, 182, 192, 205, 220], "sidebar": [10, 14, 24, 25, 53, 93, 95, 196, 197, 202], "sign": [7, 30, 35, 62, 87, 99, 195, 204, 207], "signal": [0, 1, 39, 41, 92, 120, 189, 205], "signatur": [22, 29, 35, 40, 41], "signifi": [93, 189], "signific": [29, 192, 213], "significantli": [57, 127, 207], "signkei": 195, "signoff": 192, "signtool": 99, "similar": [1, 16, 18, 28, 32, 35, 36, 37, 39, 41, 52, 56, 59, 62, 94, 97, 111, 116, 124, 126, 130, 134, 139, 145, 146, 155, 156, 160, 172, 179, 181, 215], "similarli": [98, 114, 133, 144, 170, 207], "simpl": [23, 33, 34, 39, 41, 44, 56, 58, 61, 62, 80, 93, 96, 98, 99, 107, 111, 116, 120, 121, 122, 127, 144, 152, 157, 158, 162, 170, 175, 178, 183, 202, 212, 220], "simple_board": 61, "simplef": [22, 23, 214], "simplemenuact": 39, "simplemigrationstep": 59, "simpler": [109, 116], "simplest": [99, 154, 192], "simplexml": [4, 219], "simplexmlel": 39, "simpli": [7, 15, 35, 39, 40, 42, 48, 49, 56, 61, 79, 89, 93, 98, 131, 134, 136, 140, 144, 146, 202, 207, 220], "simplic": 116, "simplif": 144, "simplifi": [39, 54, 56, 57, 99, 116, 128, 133, 155, 158, 213], "sinc": [2, 4, 18, 21, 22, 24, 27, 28, 35, 36, 37, 39, 40, 41, 49, 52, 53, 54, 56, 59, 62, 64, 69, 74, 78, 90, 98, 101, 103, 105, 106, 108, 111, 122, 124, 126, 127, 129, 130, 131, 134, 137, 141, 143, 144, 145, 146, 147, 148, 150, 172, 181, 191, 192, 196, 197, 199, 207, 212, 215], "sinceid": 108, "singl": [28, 38, 39, 59, 61, 64, 66, 83, 87, 101, 105, 107, 108, 110, 111, 116, 119, 127, 128, 144, 183, 191, 195, 202, 213], "singleselect": 13, "singlesignon": 88, "singular": [61, 171], "sinon": 220, "sinonj": 220, "site": [193, 195, 211], "site_nam": 50, "situat": [35, 39, 59, 93, 121], "size": [4, 14, 22, 24, 54, 57, 78, 79, 80, 83, 87, 94, 97, 109, 127, 134, 137, 150, 156, 175, 197], "sk": 7, "sk_sk": 7, "skeleton": [6, 95, 156, 158, 170], "sketch": 116, "skill": 207, "skip": [51, 75, 134, 150, 170], "slash": [52, 128, 173, 175, 185], "sleep": 135, "slide": [114, 202], "slight": 26, "slightli": [102, 107], "slocal": 61, "slogan": [46, 64], "slot": 144, "slow": [33, 38, 39, 124, 127, 130, 144, 173, 197, 213], "slow_query_log": 127, "slow_query_log_fil": 127, "slower": [39, 79], "slowli": 18, "slugifi": 56, "sm": 149, "small": [4, 26, 37, 78, 79, 108, 109, 127, 134, 137, 156, 158, 189, 192, 197, 202, 207], "smaller": [26, 80, 98, 189, 190, 197], "smallest": [26, 197], "smart": [36, 41, 121], "smb": 218, "smb1": 195, "smb2": 195, "smb3": 195, "smbclient": 195, "smbhome": 195, "smbmount": 195, "smbpublic": 195, "smillerdev": 34, "smoothen": 122, "smoother": 16, "smtp": 195, "snappi": 197, "snapshot": 89, "snippet": [116, 139, 202], "so": [2, 4, 15, 16, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 31, 33, 35, 37, 39, 40, 42, 44, 52, 53, 56, 59, 60, 61, 64, 66, 69, 77, 78, 94, 97, 98, 99, 102, 107, 109, 110, 114, 116, 125, 127, 132, 134, 136, 137, 138, 139, 140, 141, 144, 145, 146, 152, 153, 156, 158, 165, 169, 170, 171, 189, 192, 193, 197, 207, 209, 216, 220], "social": [4, 212], "sock": [154, 169], "socket": [156, 165, 166, 167, 169], "softer": 94, "softwar": [2, 35, 40, 96, 134, 163, 189, 192, 220], "sole": [16, 39, 116], "solut": [40, 66, 116, 127, 139, 143, 166, 207], "solv": [18, 40, 62, 64, 140, 189, 193, 207], "some": [0, 2, 7, 9, 10, 17, 18, 24, 26, 28, 29, 32, 33, 35, 37, 39, 40, 44, 45, 46, 53, 54, 55, 56, 59, 61, 63, 64, 66, 71, 78, 79, 81, 83, 87, 90, 93, 96, 97, 98, 99, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 115, 116, 122, 125, 127, 130, 133, 134, 138, 139, 140, 144, 145, 146, 148, 156, 165, 169, 170, 175, 179, 183, 186, 189, 192, 195, 197, 202, 207, 212, 213, 216, 219, 220], "some_api_endpoint": 158, "some_method": 39, "some_real_set": 183, "some_var": 39, "somearrai": [190, 191], "somebodi": 207, "somecontrol": [37, 66], "somecontrollermethod": 66, "somehelpermethod": 66, "somehow": 34, "somemethod": 39, "someon": [66, 93, 138], "someprop": 190, "someservic": 37, "sometask": 37, "someth": [2, 29, 36, 39, 41, 44, 45, 51, 61, 62, 66, 93, 94, 96, 101, 111, 115, 117, 129, 134, 143, 145, 146, 183, 189, 190, 191, 192, 202, 207, 209, 212], "sometim": [28, 39, 40, 49, 52, 56, 57, 66, 93, 97, 98, 127, 140, 141, 145, 146, 148, 207], "sometyp": [40, 190], "somewher": [34, 39, 66, 108, 141, 144, 145, 146], "soon": [17, 40, 127], "sooner": 16, "sophist": [17, 24], "sort": [4, 35, 78, 83, 108, 129, 134, 137], "sortabl": 83, "sorter": 64, "sound": [40, 107, 122], "sourc": [6, 18, 30, 35, 40, 41, 61, 65, 75, 88, 99, 107, 122, 124, 134, 137, 144, 148, 154, 158, 173, 190, 191, 194], "source_fil": 7, "source_lang": 7, "space": [21, 44, 59, 61, 62, 64, 78, 97, 98, 106, 128, 165, 189, 191, 197], "spam": 191, "span": [119, 127, 134, 188, 201, 202, 203], "sparingli": 93, "spdx": [4, 189], "speak": [17, 24, 165], "speaker": 98, "spec": [66, 124, 220], "special": [39, 40, 56, 62, 82, 84, 85, 94, 122], "specif": [4, 16, 20, 22, 23, 24, 26, 27, 28, 29, 34, 35, 37, 39, 41, 44, 51, 55, 56, 57, 59, 61, 63, 78, 91, 93, 94, 98, 99, 105, 106, 108, 109, 111, 114, 115, 116, 119, 129, 134, 137, 140, 144, 145, 152, 154, 155, 156, 158, 163, 165, 173, 181, 189, 201, 207, 216, 217, 220], "specifi": [2, 7, 12, 16, 22, 23, 27, 28, 29, 32, 36, 37, 39, 40, 41, 53, 56, 57, 59, 62, 64, 78, 80, 81, 89, 99, 100, 102, 103, 105, 108, 113, 116, 124, 131, 133, 137, 139, 144, 145, 146, 148, 149, 154, 157, 160, 163, 170, 172, 173], "spectrogram": 144, "speech": [28, 36, 41, 121, 144, 204], "speechtotext": [23, 26, 141], "speed": [38, 66, 102, 127, 136], "spell": [61, 144], "spellcheck": 94, "spend": [33, 207], "spent": 130, "spinner": 197, "split": [13, 28, 39, 56, 101, 127, 137, 189, 191], "spot": 127, "spreed": [108, 129, 137], "spy": 33, "sql": [28, 56, 59, 113, 121, 211], "sqlite": [4, 34, 35, 56, 127, 207, 220], "squar": 108, "src": [6, 24, 39, 45, 124, 158, 190, 195, 212], "srv": [7, 193, 220], "ssh": 99, "ssl": [165, 218], "sso": 19, "stabil": [103, 105], "stabl": [7, 29, 35, 99, 107, 122, 130, 192, 193, 205, 215, 217], "stable21": 34, "stable24": 35, "stable25": [22, 35, 192], "stable26": 35, "stable29": 28, "stable30": 28, "stable31": 28, "stablex": [7, 130, 192], "stack": [27, 209, 213], "stage": [0, 62, 64, 119, 170], "stai": [40, 202], "stamp": 99, "stand": 59, "standalon": [4, 44], "standalonetemplaterespons": 16, "standard": [17, 22, 23, 27, 28, 39, 40, 44, 66, 78, 90, 96, 99, 107, 110, 116, 121, 124, 132, 156, 172, 181, 194, 196, 201, 207, 209], "star": [56, 197, 201], "stare": 78, "start": [7, 8, 12, 18, 24, 26, 27, 34, 36, 39, 41, 49, 52, 56, 61, 62, 66, 67, 73, 78, 83, 87, 88, 93, 98, 106, 108, 109, 110, 116, 126, 127, 129, 130, 134, 144, 152, 153, 154, 157, 159, 169, 170, 173, 175, 183, 185, 189, 191, 193, 195, 197, 204, 207, 212, 216, 220], "startallsharesretriev": 87, "startcreationofgroupshareforfil": 87, "startcreationofpublicshareforfil": 87, "startcreationofusershareforfil": 87, "startdat": [67, 115, 126], "startdownload": 87, "starter": 157, "startfilemov": 87, "startfoldercr": 87, "startprogress": 135, "startreadfileproperti": 87, "startreadrootfold": 87, "startremovefil": 87, "startshareremov": 87, "startsharesretrievalforfileorfold": 87, "startsharesretrievalforfilesinfold": 87, "startup": [157, 169], "startupload": 87, "stat": 79, "state": [24, 28, 33, 43, 50, 56, 62, 64, 78, 93, 96, 108, 116, 121, 134, 137, 157, 170, 174, 176, 189, 202], "statement": [17, 34, 59, 99, 107, 113, 127, 190, 191], "static": [17, 22, 24, 41, 44, 116, 121, 131, 137, 142, 147, 150, 190, 204, 218], "statist": 130, "statu": [10, 18, 23, 39, 59, 62, 63, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 83, 91, 92, 93, 98, 103, 105, 108, 109, 113, 118, 120, 121, 126, 134, 140, 145, 146, 157, 169, 170, 172, 176, 177, 180, 181, 182, 183, 186, 192, 204, 217], "status": [63, 93, 121], "status_bad_request": 66, "status_cancel": 144, "status_cod": 174, "status_cr": 66, "status_fail": [144, 145, 146], "status_forbidden": 66, "status_not_found": [39, 66], "status_ok": 66, "status_run": [144, 145, 146], "status_schedul": [144, 145, 146], "status_success": [144, 145, 146], "status_unknown": [144, 145, 146], "statuscod": [62, 64, 65, 69, 108, 134, 172, 181, 186], "statusicon": 71, "statusmanag": 142, "statustyp": 71, "stdclass": 66, "steal": 212, "step": [4, 7, 20, 24, 26, 27, 34, 35, 36, 41, 51, 53, 59, 62, 63, 66, 80, 99, 109, 110, 116, 121, 124, 137, 144, 145, 146, 154, 156, 157, 160, 165, 169, 170, 174, 193, 204, 207, 209, 215, 216], "stick": [4, 41], "sticki": 196, "still": [17, 18, 22, 24, 25, 26, 27, 28, 29, 35, 39, 40, 42, 45, 56, 59, 61, 62, 63, 64, 66, 69, 107, 108, 116, 127, 134, 144, 149, 156, 157, 158, 160, 192, 197, 201, 202, 203, 207, 212, 215, 216, 219], "stitcher": [20, 24, 27], "stop": [35, 87, 207], "stoppableeventinterfac": 18, "storag": [8, 10, 26, 27, 34, 47, 54, 60, 64, 78, 80, 121, 127, 139, 169, 204, 207, 214, 218], "storage_typ": 111, "storage_type_extern": 111, "storage_type_intern": 111, "storageexcept": [57, 60], "storageloc": 64, "store": [4, 5, 6, 18, 22, 30, 32, 34, 35, 40, 41, 52, 54, 56, 59, 62, 66, 69, 78, 83, 87, 99, 108, 110, 111, 113, 114, 116, 122, 125, 141, 144, 145, 146, 150, 158, 166, 172, 175, 181, 183, 190, 204, 206, 212, 213, 218], "store_login_token": 125, "str": 175, "str_contain": 137, "str_replac": [49, 212], "str_starts_with": 134, "straight": [37, 169], "straightforward": [139, 155, 165], "strategi": 34, "stream": [156, 160, 214], "streamlin": [99, 121], "streamrespons": [27, 39, 66], "strict": [23, 24, 28, 39, 134, 190, 202], "strict_typ": [0, 49, 102, 108, 111, 113, 129, 130, 131, 137, 138, 140, 141, 144, 145, 146, 148, 150, 152], "strictcookierequir": 26, "strictcookiesrequir": 26, "strictli": 10, "string": [4, 5, 10, 15, 22, 23, 24, 26, 27, 28, 37, 38, 39, 40, 41, 44, 48, 49, 50, 52, 53, 55, 56, 57, 59, 63, 64, 66, 67, 69, 70, 71, 73, 74, 76, 78, 83, 87, 90, 103, 105, 106, 108, 111, 112, 113, 115, 116, 117, 119, 126, 128, 129, 130, 131, 133, 134, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 158, 169, 171, 174, 175, 178, 182, 191, 212], "stringent": 116, "stringutil": 13, "stripe": 32, "strive": 189, "strlen": 116, "strong": [127, 189, 207], "strongli": [27, 190, 197], "strpo": 137, "structur": [7, 10, 23, 52, 63, 65, 79, 116, 121, 127, 134, 137, 156, 159, 169, 174, 188, 196, 201, 202], "stub": [116, 220], "studi": 115, "studio": [88, 89], "stuff": [60, 87, 127, 170, 220], "style": [18, 26, 27, 39, 42, 45, 94, 98, 116, 124, 139, 156, 176, 188, 194, 195, 197, 201, 202, 204, 205, 218], "stylelint": 124, "stylis": 202, "styliz": 93, "su": 220, "sub": [2, 9, 16, 44, 45, 57, 151, 173, 190, 193, 202, 206], "subadmin": 64, "subadminrequir": 26, "subclass": [39, 41], "subdirectori": 60, "subfil": 69, "subfold": 99, "subj": 29, "subject": [24, 41, 99, 152, 178, 201], "subject_param": 178, "subject_typ": 178, "sublevel": 98, "sublim": 110, "sublimetextxdebug": 110, "sublin": [93, 94, 98, 134, 137], "submiss": 206, "submit": [21, 22, 29, 33, 44, 61, 121, 134, 202, 203, 205, 206, 212], "submitcont": 106, "submodul": [99, 193], "subscrib": [18, 27, 90, 121, 122, 192], "subscript": 41, "subscriptioncreatedev": 16, "subscriptiondeletedev": 16, "subscriptionupdatedev": 16, "subsequ": [127, 137], "substanti": 189, "substr": 158, "subsystem": [55, 189], "subtempl": 212, "subtext": 134, "subtitl": [39, 108], "subtl": 93, "subtyp": 173, "suburl": 47, "subvers": 4, "succeed": 140, "success": [24, 28, 33, 36, 39, 41, 49, 69, 70, 73, 77, 93, 94, 122, 140, 145, 146, 148, 168, 169, 170, 172, 174, 181, 197, 217], "successfulli": [36, 41, 144, 145, 146, 178], "successor": 137, "succinctli": 40, "sudo": [99, 130, 160, 169, 193, 216], "suffer": [61, 207], "suffic": 207, "suffici": 35, "suffix": [26, 35, 41, 56, 170], "suggest": [33, 36, 39, 41, 99, 134, 154, 192, 205], "suit": [102, 116, 190, 220], "suitabl": [78, 93, 98], "summar": [140, 144, 146], "summari": [4, 17, 24, 28, 66, 116, 126, 134, 135, 144, 189], "summarytask": [144, 146], "summarytasktyp": [26, 144, 146], "super": 127, "supersed": 134, "suppli": [4, 39, 44, 119, 144, 155], "support": [4, 7, 10, 11, 12, 20, 22, 23, 24, 25, 28, 29, 30, 34, 35, 39, 41, 42, 43, 47, 50, 52, 58, 61, 63, 64, 69, 71, 74, 75, 80, 82, 93, 98, 99, 107, 110, 111, 117, 119, 121, 122, 125, 131, 137, 140, 144, 146, 148, 153, 155, 156, 158, 161, 164, 166, 167, 169, 170, 171, 173, 175, 179, 180, 192, 195, 198, 199, 203, 207, 213], "supportedcalendarcomponentset": 116, "supportedlock": 78, "supports_emoji": 71, "suppos": [27, 139, 142], "suppress": 107, "sure": [10, 12, 14, 15, 17, 20, 21, 22, 23, 24, 25, 29, 31, 33, 34, 35, 37, 44, 59, 60, 62, 93, 94, 96, 98, 99, 102, 115, 116, 119, 127, 130, 134, 139, 144, 154, 160, 165, 193, 195, 196, 197, 207, 212, 216, 217, 218, 220], "surprisingli": 207, "surround": 61, "survey_cli": 139, "suspect": 113, "svenstaro": 34, "svg": [4, 10, 21, 22, 46, 53, 108, 129, 134, 137, 139, 175, 185, 200], "swap": 40, "swift": 10, "swiftli": 207, "switch": [17, 21, 22, 24, 28, 35, 110, 137, 145, 146, 189, 190, 191, 192], "symbol": 94, "symfoni": [2, 18, 41, 150, 179], "symfonycomponentgenericev": [36, 41], "symptom": 166, "sync": [3, 4, 61, 65, 93, 99, 100, 127, 137, 158, 207], "synchron": [38, 88, 100, 145, 146, 174], "syncjob": 4, "syntax": [2, 17, 42, 61, 66, 69, 70, 107], "sysadmin": 54, "system": [6, 7, 22, 23, 24, 26, 28, 33, 36, 37, 41, 44, 45, 48, 49, 58, 60, 94, 103, 105, 111, 116, 119, 127, 130, 134, 140, 155, 165, 173, 180, 186, 195, 197, 212, 213, 220], "system_prompt": 144, "systembackground": 94, "systemconfig": 27, "systemctl": 193, "systemfil": 94, "systemgreen": 94, "systemr": 94, "systemtag": [24, 27, 28], "systemtagobjectmapp": 27, "systemtagsentityev": 24, "sysvsem": 219, "t": [6, 7, 10, 12, 13, 15, 16, 17, 18, 19, 22, 23, 26, 29, 33, 34, 35, 39, 40, 41, 44, 49, 50, 51, 53, 56, 59, 66, 69, 73, 78, 94, 99, 108, 111, 117, 125, 127, 129, 131, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 148, 150, 158, 161, 165, 170, 179, 180, 188, 190, 191, 193, 195, 201, 202, 207, 212, 216], "tab": [14, 32, 34, 42, 98, 189, 190], "tabl": [25, 28, 38, 39, 58, 59, 66, 99, 107, 109, 110, 111, 113, 127, 197], "table_name_uniq_featur": 56, "tablenam": 40, "tactic": 188, "tag": [4, 16, 24, 26, 27, 28, 29, 32, 34, 35, 39, 40, 63, 78, 95, 101, 134, 153, 154, 156, 158, 169, 180, 182, 188, 189, 190, 193], "tag_favorit": 15, "tagassignedev": 28, "tagmanag": [15, 27], "tagmapp": 27, "tagnam": 24, "tagservic": 24, "tagsplugin": 153, "tagunassignedev": 28, "tail": 127, "take": [28, 33, 34, 37, 39, 41, 59, 66, 80, 97, 98, 116, 127, 134, 135, 137, 139, 141, 144, 145, 146, 148, 156, 158, 175, 179, 185, 188, 189, 191, 192, 205, 207, 217], "taken": [39, 97, 174, 205], "talk": [33, 40, 57, 69, 71, 78, 93, 94, 97, 98, 108, 114, 121, 129, 131, 134, 137, 142, 176, 187, 204, 213], "talk_bot": [169, 184], "talk_bot_webhook_route_on_ex_app": 184, "tap": 98, "tar": [27, 34, 35, 36, 41, 78], "tarbal": [34, 35, 78, 102], "target": [4, 32, 35, 36, 37, 39, 41, 80, 99, 100, 108, 129, 134, 137, 156, 173, 194, 202], "target_languag": 144, "targetdirectori": 87, "targetus": 129, "task": [26, 28, 35, 36, 39, 41, 52, 63, 72, 93, 94, 97, 115, 116, 121, 141, 148, 155, 164, 201, 204], "taskfailedev": [26, 144, 145, 146], "taskfailureexcept": [26, 145, 146], "tasknotfoundexcept": 26, "taskprocess": [26, 28, 63, 74, 92, 121, 141, 145, 146, 148], "taskprocessingmanag": 144, "tasksuccessfulev": [26, 144, 145, 146], "tasktyp": [74, 144, 146], "tasktypeid": 144, "tbd": [21, 24, 28, 41], "team": [25, 31, 32, 116, 134, 160, 189], "teardown": [60, 220], "teardownafterclass": [60, 220], "technic": [30, 90, 94, 167, 189, 200, 204], "technologi": [141, 144, 145, 146, 148, 155, 209], "tecnativa": 162, "tediou": 66, "tel": [111, 183], "tell": [39, 62, 66, 108, 114, 116, 134, 207], "temp": 54, "templat": [5, 6, 7, 10, 23, 28, 42, 43, 44, 47, 66, 97, 107, 121, 131, 134, 139, 149, 159, 193, 204, 207, 216], "templatecontrol": 28, "templatefilecr": 23, "templatenam": [39, 44, 45], "templaterespons": [5, 24, 36, 39, 41, 50, 53, 66, 131, 134, 139], "tempmanag": 27, "temporari": 80, "temporarili": 17, "term": [25, 41, 61, 70, 106, 116, 134, 137, 155, 156, 189], "termin": [62, 99, 144, 216], "terminologi": [118, 121], "terrifi": 134, "tertiari": [26, 93, 197], "test": [2, 6, 17, 20, 24, 26, 27, 28, 35, 38, 39, 40, 47, 52, 56, 63, 65, 79, 81, 82, 83, 87, 96, 99, 101, 102, 107, 110, 112, 113, 116, 119, 121, 127, 135, 140, 144, 149, 152, 154, 159, 160, 165, 169, 179, 181, 189, 192, 193, 197, 204, 207, 218], "test1": [198, 201], "test2": 198, "test3": 198, "test4": 198, "test_arg": 179, "test_ex_app_field_1": 183, "test_ex_app_field_1_1": 183, "test_ex_app_field_1_2": 183, "test_ex_app_field_1_3": 183, "test_ex_app_field_1_4": 183, "test_ex_app_field_2": 183, "test_ex_app_field_3": 183, "test_ex_app_field_4": 183, "test_ex_app_field_5": 183, "test_ex_app_field_6": 183, "test_kei": 172, "test_sensitive_field": 111, "test_sensitive_field_2": 111, "testabl": [40, 147], "testact": 87, "testaddtwo": 220, "testcas": [28, 60, 191, 220], "testdummi": 191, "tester": 35, "testfil": 140, "testfilenotfound": 60, "testm": 220, "testremot": 27, "testsuit": 220, "text": [4, 10, 18, 24, 26, 27, 28, 36, 39, 41, 44, 46, 49, 56, 61, 63, 64, 66, 67, 74, 75, 78, 81, 83, 92, 98, 99, 103, 105, 108, 110, 111, 112, 116, 119, 121, 126, 134, 140, 144, 148, 160, 183, 190, 197, 198, 202, 203, 204, 212], "text2imag": [73, 144], "text2imagemanag": 145, "text2imagetask": 145, "text2speech": 144, "text2text": 144, "textarea": 139, "textcolor": 94, "textcont": 134, "textprocess": [26, 63, 92, 121, 144], "textprocessingmanag": [144, 146], "texttoimag": [26, 144, 145], "texttoimageexcept": 26, "texttospeech": [28, 144], "texttotext": 144, "texttotextchangeton": 144, "texttotextchat": 144, "texttotextchatwithtool": 144, "texttotextform": 144, "texttotextheadlin": 144, "texttotextproofread": 144, "texttotextreformul": 144, "texttotextsimplif": 144, "texttotextsummari": 144, "texttotexttop": 144, "texttotexttransl": 144, "th": 7, "th_th": 7, "than": [4, 16, 17, 24, 25, 26, 28, 29, 31, 35, 37, 40, 41, 44, 52, 56, 57, 69, 71, 79, 93, 94, 98, 99, 108, 113, 116, 127, 144, 145, 146, 148, 188, 189, 193, 199, 201, 202, 207, 212, 213, 220], "thank": [87, 206], "thei": [0, 2, 16, 22, 24, 26, 28, 33, 34, 35, 37, 39, 40, 41, 44, 52, 54, 55, 56, 59, 61, 62, 64, 65, 66, 80, 93, 94, 96, 98, 99, 100, 101, 102, 107, 109, 114, 115, 116, 122, 125, 127, 134, 135, 136, 137, 140, 144, 146, 155, 156, 157, 158, 180, 183, 189, 190, 192, 201, 205, 207, 209, 212], "them": [0, 10, 18, 20, 22, 24, 26, 28, 29, 32, 33, 34, 35, 36, 39, 40, 41, 52, 53, 56, 59, 60, 61, 62, 64, 66, 98, 99, 101, 103, 105, 109, 116, 125, 127, 130, 132, 134, 151, 155, 156, 158, 164, 171, 180, 189, 192, 193, 195, 199, 202, 205, 207, 209, 212, 216, 220], "theme": [4, 43, 47, 63, 93, 94, 197, 198], "themoviedb": 134, "themselv": [28, 33, 36, 41, 101, 189, 208], "theoret": 17, "theori": 59, "theplan": 119, "therebi": [102, 106], "therefor": [0, 4, 16, 17, 18, 22, 24, 26, 35, 37, 39, 41, 56, 59, 61, 62, 66, 93, 115, 116, 135, 136, 137, 163, 164, 165, 196, 209], "thi": [0, 1, 2, 4, 5, 6, 7, 10, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 73, 74, 77, 78, 80, 83, 84, 85, 87, 88, 89, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 154, 157, 158, 159, 160, 162, 163, 164, 165, 166, 168, 169, 170, 171, 173, 174, 179, 184, 189, 191, 192, 193, 195, 197, 201, 202, 203, 205, 207, 209, 212, 213, 216, 217, 220], "thing": [21, 22, 24, 33, 34, 35, 37, 39, 40, 44, 48, 54, 56, 59, 61, 62, 78, 96, 99, 131, 135, 139, 170, 189, 192, 207], "think": [36, 39, 41, 66, 93, 127, 156, 158, 205, 207, 213], "thinkabl": 39, "third": [26, 29, 33, 39, 41, 88, 111, 115, 128, 137, 140, 190, 192, 217], "this_field": 59, "thisauthorsid": 78, "thoroughli": 189, "those": [7, 12, 17, 23, 24, 26, 28, 29, 33, 34, 35, 36, 39, 40, 41, 66, 69, 78, 94, 101, 103, 105, 108, 109, 113, 125, 133, 134, 137, 189, 192, 193, 207], "though": [17, 29, 39, 56, 94, 99, 136, 144, 154], "thought": 18, "thread": [24, 36, 41, 99], "three": [17, 35, 54, 59, 84, 116, 131, 139, 165, 202, 203, 207, 209, 212], "threw": 26, "thrive": 209, "throttl": 39, "throttler": 27, "through": [4, 7, 17, 18, 26, 28, 31, 33, 35, 38, 39, 45, 59, 61, 64, 65, 66, 78, 91, 93, 94, 98, 99, 108, 110, 114, 115, 126, 131, 137, 143, 152, 155, 156, 160, 192, 212, 213], "throughput": 127, "throw": [17, 23, 24, 26, 36, 41, 49, 55, 56, 57, 60, 63, 91, 110, 114, 116, 133, 141, 144, 145, 146, 147, 148, 150, 151, 191, 217], "throwabl": [23, 28, 56, 121, 130, 150], "throwexcept": 60, "thrown": [17, 26, 36, 40, 41, 116], "thu": [0, 28, 39, 41, 62, 99, 116, 122, 140, 141, 190, 207, 212], "thumb": [134, 189], "thumbnail": [4, 28, 137], "thumbnailurl": [134, 137], "tick": [113, 162], "ticket": [7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 31, 189], "tidi": 99, "tight": [40, 155], "tighten": 39, "time": [0, 1, 4, 15, 23, 24, 27, 28, 31, 33, 34, 35, 36, 39, 40, 41, 52, 54, 56, 57, 59, 61, 62, 66, 71, 73, 78, 79, 84, 93, 96, 99, 101, 102, 109, 113, 121, 122, 127, 130, 132, 135, 138, 140, 141, 144, 145, 146, 148, 153, 160, 165, 166, 175, 189, 192, 193, 197, 204, 207, 209, 216, 220], "time_immut": [27, 56], "time_insensit": 37, "timedjob": [25, 37], "timefactori": [27, 143], "timelin": 209, "timeout": [78, 141, 145, 146, 148, 157, 169, 195], "timestamp": [27, 67, 71, 73, 78, 85, 94, 99, 108, 109, 126, 134, 144, 174], "timezon": [27, 28, 56, 67, 93, 132, 147], "tini": [17, 80], "tip": [58, 63, 119, 127, 139], "tipsi": 16, "titl": [22, 32, 39, 50, 61, 65, 66, 106, 108, 111, 129, 134, 137, 139, 178, 183, 202], "tld": [117, 120, 138, 212], "tldr": 192, "tmigratorbasicversionhandl": 150, "tmp": [79, 195], "tmpfile": 10, "tmpfolder": 10, "to_gif": 175, "toast": 15, "todai": 93, "todo": [24, 66, 108, 116, 117, 137], "todoapicontrol": 66, "todoitem": 66, "togeth": [29, 32, 34, 66, 79, 94, 99, 127, 134, 139], "toggl": [21, 28, 44, 93, 111, 137, 170, 183, 196, 201, 202], "toggleclass": 202, "togoogl": 39, "toic": 115, "token": [22, 24, 26, 27, 34, 36, 39, 41, 43, 50, 62, 64, 77, 78, 87, 121, 122, 126, 133, 134, 143, 144, 195], "tolabel": 75, "tolanguag": [75, 148], "tom": 51, "ton": 144, "tone": [94, 96, 144], "too": [21, 26, 27, 38, 39, 71, 73, 74, 75, 93, 98, 113, 124, 127, 137, 188, 207, 212], "took": [127, 130], "tool": [3, 4, 15, 17, 21, 24, 29, 33, 34, 35, 44, 46, 66, 88, 99, 103, 105, 107, 122, 124, 144, 145, 146, 149, 156, 158, 187, 207], "tool_cal": 144, "tool_call_id": 144, "tool_messag": 144, "toolbar": 130, "toolkit": 163, "tooltip": 22, "tootltip": 22, "top": [39, 40, 53, 56, 64, 65, 93, 94, 97, 98, 102, 103, 105, 120, 130, 139, 156, 157, 171, 176, 187, 202, 212, 220], "top_menu": 185, "topic": [144, 146], "topicstasktyp": [26, 146], "topmenu": [158, 185], "topmostparentid": 81, "torn": [36, 41], "total": [27, 64, 78, 79, 80], "totalitem": [64, 172, 181, 186], "totallytyp": 107, "totaltotransf": 87, "totaltransferredsofar": 87, "toto": 108, "touch": 202, "toward": 216, "tr": 61, "trace": [66, 127], "track": [56, 94, 127, 130, 134, 192], "tracker": [4, 33, 207], "trademark": 33, "tradit": 16, "tradition": [40, 69], "traffic": 38, "trail": 61, "train": [37, 192], "trait": [23, 56, 140, 150, 215], "transact": [58, 109, 121], "transcrib": [141, 144], "transcribefil": 141, "transcript": [23, 36, 41, 121], "transcriptionfailedev": [26, 141], "transcriptionsuccessfulev": [26, 141], "transfer": [7, 41], "transform": [18, 30, 35, 52, 137, 158, 191], "transifex": [3, 61, 158], "transit": [16, 21, 23, 197], "translat": [3, 4, 12, 23, 26, 33, 35, 47, 57, 63, 92, 94, 121, 122, 129, 134, 137, 139, 140, 144, 156, 159, 167, 187, 204, 213], "translatablefil": 158, "translateplur": 158, "translation_templ": 158, "translationfil": [7, 61, 158], "translationtool": [7, 158, 171], "transpar": [18, 31, 33, 62], "transpil": 18, "transport": 41, "trap": 134, "trash": [26, 84], "trashbin": [37, 41, 82, 90, 92], "travers": 211, "treat": [59, 207], "tree": [81, 99, 153, 197], "trev6tmyjlbj7hgdcpz": 29, "tri": [36, 38, 40, 41, 75, 109, 116], "triag": [31, 122, 189], "triager": [189, 207], "trick": [63, 110, 139, 212], "trigger": [31, 36, 37, 39, 40, 41, 49, 77, 90, 106, 108, 113, 114, 127, 137, 157, 179, 182, 192, 202], "trigger_error": 110, "triggerinitialimport": 106, "trim": [61, 134], "tripl": 61, "trivial": 54, "troubl": 62, "troubleshoot": [92, 166, 167, 195], "true": [2, 23, 24, 26, 27, 34, 39, 40, 44, 46, 49, 51, 53, 56, 59, 62, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 87, 99, 103, 105, 106, 107, 108, 110, 111, 113, 116, 120, 127, 133, 134, 137, 139, 140, 142, 144, 148, 149, 150, 168, 174, 183, 190, 191, 193, 195], "trust": [29, 34, 39, 121, 140], "trusteddomainhelp": 27, "try": [0, 2, 7, 29, 39, 51, 55, 56, 57, 60, 66, 94, 98, 109, 110, 116, 120, 127, 130, 134, 138, 144, 145, 146, 150, 156, 165, 170, 188, 207], "tsx": 158, "tt1446714": 134, "ttl": [38, 78], "ttransact": [23, 56, 109], "tune": 202, "tupl": [63, 149], "turn": [39, 51, 52, 61, 66, 102, 144, 146, 151, 199, 202, 212], "tutori": [3, 53, 63, 92, 193, 204, 209], "tweak": 144, "twice": [2, 36, 41], "twitter": [64, 129], "two": [2, 4, 10, 17, 26, 27, 33, 34, 36, 37, 38, 39, 41, 42, 44, 53, 61, 62, 66, 80, 88, 89, 99, 101, 111, 113, 115, 116, 119, 121, 127, 134, 137, 139, 148, 154, 162, 168, 171, 174, 183, 189, 190, 193, 201, 202, 204, 205, 207, 213], "twofactor": 4, "twofactor_backupcod": 59, "twofactor_test": 149, "twofactorauth": [10, 24, 28, 149], "twofactorproviderchallengefail": 24, "twofactorproviderchallengepass": 24, "twofactorproviderdis": 24, "twofactorproviderforuserdis": 24, "twofactorproviderforuseren": 24, "twofactorproviderforuserregist": 24, "twofactorproviderforuserunregist": 24, "twofactorprovideruserdelet": 24, "twofactortestprovid": 149, "tx": 35, "txt": [57, 78, 79, 112, 113, 119, 212], "type": [4, 7, 10, 15, 16, 17, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 39, 41, 47, 50, 51, 55, 59, 61, 63, 64, 67, 69, 70, 71, 73, 75, 76, 78, 79, 81, 83, 90, 93, 94, 98, 99, 101, 106, 107, 108, 110, 112, 113, 119, 120, 121, 122, 130, 131, 132, 134, 136, 137, 139, 140, 152, 153, 155, 156, 157, 169, 171, 176, 178, 183, 185, 188, 189, 193, 195, 198, 201, 202, 203, 214], "type_bool": 137, "type_int": [113, 137], "type_mor": 108, "type_new": 108, "type_setup": 108, "type_us": 137, "typeda": 105, "typehint": 10, "typeiconclass": 131, "typescript": [47, 122, 189], "typestr": 131, "typic": [2, 35, 38, 39, 40, 51, 61, 97, 107, 116, 124, 137, 141, 144, 145, 146, 148, 158, 189], "typing_in_psalm": 66, "typographi": 95, "u": [61, 62, 64, 65, 80, 81, 83, 99, 108, 110, 130, 134, 160, 165, 169, 173, 195, 217], "u29tzvnpz25lzerhdgffegftcgxl": 29, "ubuntu": 34, "ui": [4, 23, 26, 44, 64, 87, 93, 111, 122, 131, 134, 137, 140, 142, 156, 157, 158, 169, 170, 171, 176, 183, 185, 195, 197, 202], "ui_exampl": [158, 171, 175, 185], "uid": [13, 36, 37, 41, 56, 59, 62, 78, 115, 116, 151], "uitextview": 94, "uk": 124, "ul": [61, 188, 196, 201, 202, 203], "umgehen": 4, "un": 78, "unabl": [33, 140], "unannounc": 33, "unauthor": [67, 76, 165, 212], "unauthorizedexcept": 144, "uncertain": [145, 146], "unclear": 209, "uncomput": 78, "undefin": [61, 90, 99, 190], "undefinedclass": 107, "undefineddocblockclass": 107, "under": [17, 23, 33, 34, 39, 40, 78, 88, 96, 99, 127, 158, 189, 193, 220], "undergo": 114, "underli": [26, 27, 57, 99, 137], "underscor": [4, 39, 56, 71, 106, 191], "understand": [35, 39, 41, 61, 66, 90, 94, 98, 99, 121, 130, 144, 155, 156, 165, 209], "undo": [96, 189, 200], "unescap": [45, 212], "unexpect": [33, 41, 56, 192], "unexpectedli": 28, "unfamiliar": 40, "unfortun": [23, 195], "unfreez": 189, "unhappi": 207, "unicod": 61, "unifi": [15, 16, 26, 28, 121, 122, 124, 137], "uniform": 213, "uninstal": [4, 33, 135, 154, 158, 182], "unintend": 192, "unintent": 33, "unintention": 26, "union": 66, "uniqu": [56, 62, 64, 78, 80, 96, 98, 106, 108, 111, 115, 126, 129, 137, 144, 145, 149, 150, 169, 179, 192, 207], "unique_name_of_file_action_menu": 175, "unique_name_of_file_actions_menu": 175, "unique_name_of_script": 185, "unique_name_of_styl": 185, "unique_name_of_top_menu": 185, "uniquememb": 13, "unit": [14, 38, 40, 56, 87, 107, 110, 189, 204, 218], "univers": 134, "unix": [27, 71, 73, 116, 126, 144, 189, 213], "unixtim": 80, "unknown": [26, 69, 78, 113, 217], "unknownactivityexcept": 26, "unknownnotificationexcept": 26, "unless": [17, 33, 39, 93, 109, 127, 143, 144, 145, 146, 189, 196, 212, 215], "unlik": [78, 99, 160, 170, 173], "unlimit": 78, "unnecessari": 61, "unnot": 34, "unoffici": 17, "unpredict": 135, "unpublish": 41, "unread": [78, 93, 98, 108, 153, 202], "unregist": [157, 176], "unregistercalendar": 19, "unrel": [26, 127], "unsaf": [11, 24], "unselect": 198, "unset": [13, 69], "unshar": [41, 78], "unsign": [29, 56], "unsigned_fil": 99, "unsplash": 90, "unstabl": 121, "unsubscrib": 27, "unsupport": [32, 207], "unsur": 207, "until": [26, 37, 39, 62, 65, 122, 137, 141, 145, 146, 170], "untouch": [17, 59], "untyp": 41, "unus": [17, 28, 127], "unvalid": 211, "up": [2, 4, 6, 7, 8, 9, 20, 22, 24, 26, 27, 33, 34, 37, 38, 39, 40, 60, 61, 62, 65, 66, 81, 97, 98, 101, 102, 106, 107, 108, 115, 122, 127, 137, 139, 144, 145, 146, 153, 157, 159, 167, 171, 189, 191, 194, 195, 202, 204, 207, 209, 218, 220], "upcom": [28, 63, 101, 142, 215], "updat": [2, 4, 7, 18, 22, 23, 25, 26, 28, 29, 31, 33, 34, 36, 37, 39, 40, 41, 52, 56, 59, 63, 65, 66, 67, 78, 81, 87, 90, 99, 102, 103, 105, 106, 108, 109, 121, 122, 124, 127, 135, 139, 144, 157, 166, 169, 172, 174, 181, 182, 192, 193, 195, 213, 215], "updateaccess": 106, "updateaccessdeclar": 106, "updateaccessop": 106, "updateaccessprovid": 106, "updatecachedcalendarobject": 16, "updatecalendar": 16, "updatecalendarobject": 16, "updatecard": 16, "updated_at": 134, "updatefilesmetadata": 113, "updateglobalindex": 105, "updategloballazi": 105, "updateglobalsensit": 105, "updateindex": 105, "updatelazi": [103, 105], "updatenotif": [4, 25], "updatesensit": [103, 105], "updateshar": 16, "updatesubscript": 16, "updatetodo": 66, "updateusermanag": 151, "upgrad": [29, 30, 40, 59, 99, 102, 135, 193, 204, 209, 215], "upload": [25, 26, 29, 34, 35, 69, 82, 83, 88, 90, 92, 93, 113, 127, 158, 212], "upload_path": 79, "upload_tim": [78, 83], "uploadlimit": 28, "uploadoper": 87, "uploadremotefileoper": 87, "upon": [5, 40, 98, 99, 114, 116, 123, 139, 141, 146, 148, 209], "upper": [94, 99], "uppercamelcas": 191, "uppercas": [39, 49, 61, 102], "upscal": [175, 178], "upscaled_image_nam": 178, "upscaler_exampl": 175, "upstream": [17, 24], "upvot": 192, "urandom": 79, "urgent": [33, 108], "uri": [69, 87, 115, 116, 117, 144], "url": [4, 6, 10, 26, 32, 38, 39, 40, 43, 46, 47, 50, 51, 56, 62, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 87, 90, 94, 99, 106, 108, 111, 114, 115, 117, 122, 129, 131, 133, 134, 136, 137, 138, 140, 157, 158, 169, 173, 175, 176, 178, 182, 183, 185, 193, 195, 197, 212, 217, 220], "url_regex_no_modifi": 25, "urlencod": [39, 62], "urlgener": [10, 27, 47, 50, 53, 108, 129, 137, 139, 140, 152], "urlparam": [40, 44, 49, 55, 108, 111, 119, 129, 131, 150], "urlparamet": 52, "urn": 81, "us": [0, 1, 2, 4, 7, 10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 38, 41, 44, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 69, 72, 73, 74, 77, 78, 79, 80, 81, 83, 87, 88, 89, 90, 93, 94, 96, 97, 98, 101, 102, 103, 105, 107, 109, 111, 112, 114, 115, 116, 117, 119, 120, 121, 122, 124, 125, 127, 128, 129, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 160, 162, 164, 165, 166, 168, 169, 170, 171, 174, 175, 177, 178, 179, 180, 183, 188, 189, 191, 192, 193, 195, 196, 197, 198, 199, 201, 202, 203, 205, 212, 213, 215, 216, 217, 219, 220], "usabl": [96, 134, 189], "usag": [16, 17, 20, 27, 28, 34, 40, 54, 61, 82, 94, 107, 116, 121, 130, 158, 177, 179, 189, 192, 197, 199, 218], "use_path_styl": 195, "use_ssl": 195, "usebackend": 28, "usecas": 27, "usedock": 220, "user": [0, 4, 5, 7, 10, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 28, 29, 32, 35, 37, 40, 44, 51, 53, 54, 56, 57, 58, 63, 67, 69, 73, 74, 75, 77, 78, 79, 80, 81, 83, 84, 85, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 105, 106, 110, 111, 113, 114, 115, 116, 118, 119, 121, 122, 123, 125, 126, 127, 129, 133, 134, 137, 138, 140, 143, 144, 145, 149, 154, 155, 157, 160, 164, 166, 169, 171, 174, 176, 178, 180, 182, 183, 190, 191, 192, 193, 194, 195, 197, 202, 203, 204, 207, 212, 217, 220], "user1": [65, 119], "user123": 151, "user2": [65, 119], "user3": 65, "user_ag": 62, "user_id": 59, "user_ldap": [16, 24, 36, 139], "user_oidc": 125, "user_prefer": 44, "user_saml": 195, "user_statu": [71, 216], "useraddedev": 24, "userbackendregist": 16, "usercach": 27, "userchangedev": 24, "userconfig": [104, 121], "userdeletedev": 24, "userdeletedlisten": 0, "userfirsttimeloggedinev": 24, "userfold": 57, "usergrouplist": 196, "userid": [13, 22, 24, 28, 36, 40, 41, 55, 64, 67, 71, 73, 74, 80, 87, 105, 106, 108, 119, 126, 129, 141, 142, 144, 145, 146, 148, 151, 168, 174, 175], "useridassignedev": 27, "useridunassignedev": 27, "userloggedinev": 19, "usermanag": [27, 50, 151], "usermigr": [23, 150], "usermigrationexcept": 150, "usermountaddedev": 28, "usermountcach": 27, "usermountremovedev": 28, "usermountupdatedev": 28, "usernam": [62, 64, 78, 83, 87, 151, 160, 190, 195, 212], "useroidc": 125, "userratelimit": 39, "userratethrottl": 39, "userremovedev": [16, 24], "userservic": 151, "usersess": [27, 57, 151], "userset": 190, "usersingroup": 23, "userstatu": 142, "userupd": 24, "userupdatedev": 24, "usesess": [22, 39], "usestrictdynam": 39, "usestrictdynamiconscript": [24, 39], "usr": [34, 99, 110], "usual": [27, 29, 34, 39, 40, 41, 44, 61, 78, 88, 93, 98, 111, 127, 144, 153, 156, 158, 166, 169, 189, 192, 202, 207], "utc": 147, "utf": [4, 78, 81, 83, 113, 116], "util": [0, 10, 11, 13, 16, 18, 22, 23, 24, 26, 27, 28, 37, 40, 41, 44, 49, 50, 99, 108, 121, 122, 131, 132, 134, 147, 150, 157, 170, 186, 200, 204], "utterli": 66, "uuid": [80, 115], "ux": [96, 189, 203], "uxi": 29, "v": [27, 35, 64, 78, 99, 131, 134, 154, 195, 220], "v1": [2, 4, 17, 26, 28, 39, 52, 62, 64, 67, 68, 69, 70, 71, 76, 108, 116, 170, 172, 173, 174, 175, 177, 178, 179, 181, 183, 184, 185, 186], "v12": 18, "v14": 18, "v2": [2, 16, 28, 39, 52, 64, 65, 67, 68, 69, 71, 73, 74, 75, 76, 82, 92, 108, 134, 137, 157, 175, 217], "v29": 103, "v3": [35, 189], "v30": 4, "v31": [4, 105], "v4": 15, "val": 44, "valid": [4, 10, 26, 28, 29, 36, 39, 41, 62, 64, 66, 71, 78, 90, 107, 109, 114, 116, 121, 122, 125, 128, 133, 157, 168, 190, 195, 197, 202, 207, 212, 219], "validatemailaddress": 28, "validateoper": 114, "validatepasswordpolicyev": 27, "validatesyncsetup": 7, "validationexcept": 144, "valu": [1, 4, 13, 15, 17, 22, 25, 26, 28, 33, 36, 39, 41, 44, 45, 47, 53, 56, 58, 64, 66, 69, 71, 76, 78, 94, 106, 108, 110, 111, 113, 116, 119, 127, 129, 130, 136, 137, 139, 143, 144, 145, 150, 153, 157, 170, 174, 176, 177, 178, 183, 185, 190, 191, 195, 197, 198, 202, 203], "valuetyp": 105, "valwithfallback": 44, "vanilla": [27, 190], "var": [0, 6, 26, 41, 44, 54, 59, 61, 94, 112, 113, 115, 116, 127, 129, 130, 131, 135, 137, 139, 142, 143, 151, 152, 154, 160, 169, 188, 193, 195, 197, 202, 212], "var_dump": [128, 191], "vari": [97, 119, 193], "variabl": [22, 24, 26, 28, 34, 40, 43, 44, 45, 55, 60, 61, 87, 99, 116, 121, 137, 158, 162, 189, 192, 200, 212, 220], "variant": [22, 28, 56, 94, 197], "variat": [93, 97], "varieti": 110, "variou": [32, 39, 40, 57, 60, 78, 98, 100, 110, 122, 134, 142, 155, 200, 213], "vc": 99, "vcal": 116, "vcalendar": 116, "vcard": 117, "vcs_comment": 134, "vcs_issu": 134, "vcs_pull_request": 134, "vcvarsal": 99, "vdebug": 110, "ve": [6, 9, 40, 160, 207], "vector": 212, "vein": 144, "vendor": [0, 2, 7, 35, 42, 102, 107], "vendor_script": 28, "vendor_styl": 42, "verb": [39, 40, 52, 61, 81, 133, 136, 182, 217], "verbos": 40, "veri": [0, 1, 2, 34, 35, 40, 42, 54, 62, 93, 94, 98, 116, 127, 130, 133, 144, 201, 202, 212], "verif": [29, 195], "verifi": [29, 111, 149, 160, 165, 168, 183, 195], "verify_peer_off": 195, "verifychalleng": 149, "verifymountpointev": 15, "verifypassword": [39, 133], "verifypath": 26, "versa": [56, 139], "versatil": 41, "version": [2, 4, 7, 9, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34, 36, 37, 39, 40, 41, 42, 44, 49, 52, 53, 56, 59, 61, 62, 64, 65, 66, 67, 72, 73, 74, 75, 78, 80, 81, 82, 83, 89, 90, 92, 98, 99, 101, 102, 103, 105, 106, 107, 108, 110, 111, 113, 117, 119, 122, 124, 126, 127, 130, 132, 135, 136, 137, 139, 141, 144, 145, 146, 148, 150, 151, 154, 156, 158, 168, 169, 174, 175, 189, 193, 194, 197, 199, 207, 213, 215, 217], "version2404date20220903071748": 59, "version30000date20240729185117": 59, "version_compar": 35, "versu": 192, "vertic": 164, "vevent": 116, "vghlihf1awnrigjyb3duigzveapqdw1wcybvdmvycnrozsbsyxp5igrvzy4": 65, "via": [0, 7, 17, 26, 28, 34, 35, 36, 39, 41, 44, 59, 61, 62, 64, 69, 71, 81, 84, 85, 89, 96, 97, 99, 111, 114, 117, 121, 122, 125, 131, 133, 134, 137, 141, 144, 145, 146, 148, 149, 152, 154, 156, 157, 158, 162, 175, 179, 182, 189, 205, 210, 212, 220], "vice": [56, 139], "video": [39, 40, 88, 93, 97, 141, 143, 144, 175, 188], "view": [4, 14, 23, 35, 36, 41, 50, 51, 59, 69, 90, 93, 108, 110, 121, 134, 137, 149, 190, 195, 196, 201, 214], "viewer": [14, 25, 69, 134, 193], "vim": [110, 154, 195], "vimeo": [2, 107], "violat": [33, 39, 66], "virtual": 99, "visibility_contacts_onli": 28, "visibility_priv": 28, "visibility_publ": 28, "visibl": [4, 24, 28, 33, 39, 46, 57, 64, 93, 94, 134, 140, 185, 197], "visit": [129, 220], "visual": [26, 93, 94, 197, 202], "vm": 108, "voic": 144, "void": [0, 1, 22, 23, 38, 40, 41, 44, 49, 50, 55, 56, 59, 61, 87, 106, 108, 111, 112, 113, 115, 116, 117, 119, 120, 126, 129, 130, 131, 134, 137, 138, 140, 141, 142, 144, 145, 146, 148, 150, 151, 152, 153], "volum": [154, 158, 166, 169], "vpn": 165, "vtodo": 116, "vue": [6, 7, 21, 26, 27, 39, 44, 47, 90, 93, 94, 97, 98, 108, 114, 121, 124, 131, 134, 156, 158, 197, 199, 212, 218], "vueelement": 134, "vuej": [90, 199], "vuerout": 158, "vuex": 158, "vulner": [31, 33, 192, 212], "w": [78, 220], "w3": [4, 96, 107, 117, 135], "w500": 134, "wa": [12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34, 35, 36, 39, 41, 59, 66, 67, 69, 73, 74, 75, 78, 80, 81, 99, 109, 114, 115, 116, 122, 126, 127, 130, 134, 137, 141, 144, 145, 146, 149, 171, 207, 215], "wai": [4, 23, 24, 34, 39, 40, 41, 44, 48, 56, 57, 59, 61, 64, 66, 69, 78, 96, 98, 99, 102, 111, 116, 122, 125, 127, 130, 131, 134, 137, 139, 150, 154, 158, 162, 163, 164, 171, 189, 193, 197, 199, 202, 207, 212, 220], "wait": [34, 44, 113, 122, 127, 165, 170, 192], "walin": 134, "walinej": 134, "want": [0, 2, 9, 24, 26, 29, 33, 34, 37, 39, 41, 44, 48, 51, 52, 54, 64, 66, 70, 81, 87, 88, 93, 96, 97, 98, 99, 100, 102, 106, 107, 108, 111, 114, 116, 122, 124, 131, 132, 133, 134, 144, 145, 146, 148, 149, 154, 158, 170, 175, 182, 189, 193, 201, 202, 203, 208, 212, 213, 217, 220], "warn": [15, 17, 28, 29, 36, 41, 48, 66, 94, 99, 127, 135, 140, 160, 190, 191, 195, 197], "wasm": 24, "wasn": [19, 148], "watch": [33, 40, 121, 127, 216, 220], "wave": 96, "wcag": 96, "we": [1, 7, 8, 10, 13, 15, 17, 18, 21, 22, 24, 27, 28, 33, 34, 37, 53, 56, 59, 62, 66, 79, 80, 89, 90, 94, 97, 98, 99, 107, 114, 116, 119, 122, 124, 127, 129, 131, 133, 134, 140, 144, 145, 146, 152, 154, 155, 156, 158, 161, 162, 169, 173, 179, 188, 189, 190, 192, 193, 196, 198, 201, 202, 203, 205, 207, 208, 216, 217], "weather": 180, "web": [26, 27, 39, 42, 44, 46, 51, 61, 62, 64, 91, 93, 94, 97, 98, 110, 120, 121, 127, 134, 135, 136, 140, 160, 194, 195, 204, 207, 212, 220], "webassembli": 24, "webauthn": 218, "webbrows": 62, "webdav": [1, 22, 27, 28, 36, 41, 62, 64, 81, 83, 84, 85, 90, 91, 92, 116, 121, 122, 127, 175, 204], "webfing": [17, 121], "webfingerhandl": 152, "webhook": [26, 144], "webhook_listen": 26, "webpack": [15, 18, 26, 122, 124], "webpag": 62, "webroot": [15, 22, 40, 212], "webserv": [140, 154, 157, 169], "websit": [4, 17, 39, 64, 96, 107, 129, 134, 183, 212], "websocket": 158, "webview": 92, "wed": 78, "week": [93, 98, 143, 192], "weekend": 33, "weekli": 143, "weight": [26, 93, 94], "welch": 4, "welcom": [33, 127, 130, 205, 217], "well": [0, 9, 20, 23, 24, 26, 27, 28, 29, 33, 35, 39, 41, 61, 64, 69, 93, 94, 98, 99, 107, 108, 116, 129, 130, 131, 133, 134, 139, 141, 144, 150, 152, 192, 193, 195, 205, 207], "wellknown": 152, "went": [21, 145, 146, 207], "were": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 52, 59, 66, 103, 105, 133, 134, 148, 153, 207, 215, 216], "wescan": 61, "what": [17, 23, 33, 35, 39, 40, 66, 79, 87, 93, 94, 96, 97, 98, 99, 108, 114, 115, 116, 122, 127, 130, 145, 146, 153, 170, 189, 191, 192, 200, 205, 207], "whatev": [34, 39, 66, 116, 152, 203], "when": [0, 2, 5, 10, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 39, 40, 41, 44, 46, 49, 52, 54, 55, 56, 59, 60, 61, 62, 64, 65, 66, 69, 71, 73, 74, 75, 77, 78, 87, 93, 94, 96, 97, 98, 99, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 149, 157, 160, 163, 166, 169, 170, 172, 173, 175, 182, 183, 188, 189, 192, 193, 197, 201, 202, 207, 209, 212, 213, 215, 216, 220], "whenev": [41, 108, 129, 132, 149, 150, 192], "where": [0, 4, 17, 22, 23, 24, 26, 28, 29, 32, 37, 39, 40, 44, 48, 56, 62, 64, 66, 78, 79, 80, 83, 87, 93, 94, 97, 98, 99, 102, 107, 109, 111, 113, 115, 122, 127, 130, 134, 137, 149, 153, 154, 155, 158, 169, 175, 182, 184, 189, 192, 195, 206, 207, 212], "wherea": 149, "wherev": [40, 99, 100], "whether": [0, 21, 26, 27, 28, 50, 53, 70, 73, 75, 78, 98, 108, 114, 137, 139, 144, 148, 149, 185, 192], "which": [0, 2, 4, 6, 7, 17, 21, 22, 23, 26, 27, 28, 29, 33, 34, 35, 36, 39, 41, 44, 45, 47, 48, 51, 52, 56, 57, 59, 61, 62, 66, 67, 69, 78, 80, 88, 89, 93, 94, 97, 98, 99, 102, 106, 107, 108, 109, 110, 113, 114, 116, 119, 122, 125, 127, 130, 131, 134, 135, 137, 140, 141, 144, 145, 146, 147, 148, 154, 155, 156, 158, 160, 164, 165, 169, 170, 171, 173, 175, 179, 183, 189, 191, 193, 195, 196, 197, 201, 202, 207, 212, 220], "while": [15, 23, 34, 39, 40, 41, 57, 59, 61, 62, 64, 66, 73, 75, 93, 94, 97, 98, 99, 108, 109, 110, 114, 116, 127, 135, 144, 156, 165, 190, 197, 207, 209], "white": [61, 64, 191, 198, 203], "whitelist": [36, 39, 41], "whitespac": [61, 110], "who": [26, 29, 33, 39, 48, 64, 96, 116, 137, 144, 157, 189, 207, 209], "whoami": 99, "whoever": 207, "whole": [39, 65, 66, 79, 153, 196, 201], "whom": [31, 98], "whose": 170, "why": [39, 94, 130, 190, 191, 192], "wide": [26, 40, 44, 56, 124, 189, 197], "widget": [25, 36, 41, 121, 131], "widget_url": 108, "widgetbutton": 108, "widgetitem": 108, "widgetopt": 108, "width": [24, 36, 41, 98, 134, 188, 190, 197], "wiki": [4, 99], "wikipedia": 4, "wild": 146, "willing": [192, 207], "win": 99, "win32": 99, "window": [13, 37, 94, 100, 158], "wipe": [92, 204], "wire": [60, 102], "wise": [28, 39, 127, 212], "wiser": [145, 146], "wish": [99, 202, 207], "with_doc": 99, "withfield": 28, "within": [7, 13, 25, 26, 27, 29, 34, 39, 40, 66, 69, 73, 78, 80, 81, 87, 98, 99, 101, 111, 115, 116, 121, 139, 140, 153, 155, 157, 160, 179, 205], "without": [2, 4, 19, 23, 24, 26, 27, 28, 39, 40, 56, 59, 60, 61, 66, 68, 78, 81, 93, 94, 97, 99, 101, 108, 110, 111, 113, 116, 127, 128, 134, 144, 154, 157, 160, 170, 182, 192, 193, 209, 212, 213, 218, 220], "withtimezon": [132, 147], "won": [10, 15, 16, 29, 33, 35, 61, 78, 108, 129, 207], "wonder": 66, "word": [49, 61, 93, 95, 114, 134, 189, 190], "work": [2, 7, 17, 20, 23, 24, 26, 28, 32, 33, 34, 35, 37, 39, 47, 51, 56, 57, 62, 64, 66, 69, 77, 78, 88, 93, 96, 99, 102, 108, 110, 113, 115, 116, 121, 122, 127, 130, 131, 133, 137, 139, 140, 149, 153, 156, 158, 160, 163, 164, 166, 170, 171, 179, 189, 190, 197, 204, 207, 209, 213, 219], "workaround": 99, "worker": [24, 164], "workflow": [2, 27, 34, 36, 41, 107, 114, 156, 169, 175], "workflowengin": [14, 16, 23, 24, 114], "workflowpdfconvert": 114, "workspac": [78, 108, 216], "world": [61, 135], "worri": [17, 40, 66], "would": [0, 4, 6, 7, 23, 25, 27, 33, 39, 40, 44, 49, 52, 56, 59, 60, 62, 64, 66, 78, 89, 93, 94, 97, 98, 102, 114, 115, 116, 135, 137, 139, 140, 141, 144, 145, 146, 148, 155, 170, 191, 193, 199, 207, 220], "wrap": [24, 27, 39, 52, 97, 106, 127, 147, 201, 217], "wrapper": [23, 27, 109, 128, 196, 201, 214], "writabl": [6, 78, 116, 171, 193, 212], "writablecalendar": 115, "write": [1, 7, 22, 27, 29, 34, 40, 47, 52, 54, 56, 60, 66, 78, 94, 98, 99, 109, 111, 114, 115, 121, 134, 140, 144, 145, 155, 156, 158, 188, 205, 212], "writeasessionvari": 39, "writecontenttofil": 57, "writeln": 150, "writelog": 24, "written": [4, 37, 39, 41, 56, 94, 98, 116, 122, 145, 158, 171, 189, 209, 216], "wrong": [7, 61, 66, 69, 87, 145, 146, 207], "wrongli": [61, 127], "www": [4, 6, 7, 14, 15, 16, 26, 39, 107, 109, 117, 124, 130, 134, 135, 160, 169, 193, 195, 220], "wwwrun": 193, "x": [7, 17, 24, 27, 29, 35, 39, 59, 62, 64, 65, 66, 77, 78, 79, 80, 81, 83, 91, 108, 130, 134, 137, 192, 212, 215], "x3mucdk9lcfo1uwgtrtfkuxskx41pnjgtr6rqwgibd1v52q1qbc": 29, "x509": 195, "x64": 99, "x86": 99, "xarg": 107, "xcode": 99, "xdebug": 121, "xdebug_config": 110, "xdebug_profil": 79, "xdebug_session_start": 110, "xhr": 130, "xml": [2, 4, 5, 26, 27, 32, 39, 40, 41, 51, 53, 56, 60, 62, 64, 69, 70, 78, 81, 83, 102, 113, 116, 117, 121, 135, 139, 149, 156, 158, 160, 171, 180, 182, 187, 193, 217], "xmln": [4, 78, 81, 83, 107, 113, 117, 135], "xmlreader": 219, "xmlrespons": 39, "xmlschema": [4, 107, 117, 135], "xmlstarlet": 158, "xsd": [2, 4, 107, 117, 135], "xsi": [2, 4, 107, 117, 135], "xss": [45, 212], "xx": 17, "xxx": 27, "xxxx": 202, "y": [27, 35, 79, 137, 195, 215], "yaml": 34, "ye": [113, 190, 192, 195], "year": [25, 33, 189, 215, 217], "yellow": 94, "yet": [4, 6, 39, 44, 59, 67, 73, 78, 94, 116, 122, 127, 140, 149, 178, 189, 190, 209, 216], "yield": [52, 140], "yieldent": 26, "yktva4zgxjfivy52wqd8kw3m2pkgqr6srmuxmiprdunxjpfripjn0gmfmtnoqoolysuj6scn": 62, "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 87, 88, 89, 90, 93, 94, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 122, 124, 127, 130, 131, 132, 133, 134, 135, 137, 138, 139, 141, 144, 145, 146, 147, 148, 149, 150, 154, 155, 156, 157, 158, 160, 162, 163, 165, 166, 168, 169, 170, 171, 173, 175, 177, 179, 183, 189, 190, 191, 193, 195, 196, 197, 198, 199, 201, 202, 203, 206, 209, 212, 215, 216, 217, 218, 220], "your": [0, 1, 2, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 49, 50, 51, 52, 53, 54, 56, 57, 59, 60, 63, 64, 65, 78, 79, 80, 81, 87, 93, 94, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 119, 121, 122, 124, 127, 130, 131, 133, 135, 137, 139, 140, 141, 143, 144, 145, 146, 148, 153, 154, 156, 157, 158, 160, 164, 165, 168, 169, 170, 171, 175, 183, 188, 189, 190, 191, 192, 193, 195, 196, 197, 198, 201, 202, 203, 204, 207, 209, 212, 215, 216, 217, 220], "your_app": 44, "your_app_": 139, "your_app_categori": 139, "your_app_mag": 139, "yourapp": [44, 139, 190, 217], "yourappid": [139, 196], "yourappnam": 116, "yourappnamespac": 139, "yourarch": 99, "yourpass": 99, "yourself": [7, 28, 39, 57, 102, 189, 192], "youtub": [188, 220], "yyyi": [67, 69], "z": [26, 215], "z87agy2o": 108, "zend_extens": 110, "zero": 127, "zip": [27, 34, 78, 80, 219], "ziprespons": 27}, "titles": ["Bootstrapping", "Extending the DAV server", "Dependency management", "App development", "App metadata", "Navigation and pre-app configuration", "Introduction", "Translation setup", "Tutorial", "App upgrade guide", "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", "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", "Login Flow", "OCS API", "OCS APIs overview", "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 APIs", "File bulk upload", "Chunked file upload", "Comments", "Webdav", "Search", "Trashbin", "Versions", "Activity", "Examples", "Android", "Library installation", "Files", "General", "Clients and Client APIs", "Atomic components", "Foundations", "Interface & interaction design", "Introduction", "Layout", "Layout components", "Building the Client", "Desktop Clients", "API reference", "Classloader", "AppConfig", "Config & Preferences", "UserConfig", "Context Chat", "Continuous Integration", "Dashboard", "Deadlocks", "Debugging", "Declarative settings", "Email", "Files Metadata", "Nextcloud Flow", "Calendar integration", "Integration of custom calendar providers", "Contacts Menu", "Groupware integration", "Mail Provider Interface", "HTTP Client", "Digging deeper", "JavaScript APIs", "Notifications", "NPM", "OpenID Connect (Oidc)", "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", "Speech-To-Text", "User Status", "Talk Integration", "Task Processing", "Text-To-Image", "Text Processing", "Working with time", "Machine Translation", "Two-factor providers", "User migration", "User management", "Web Host Metadata", "WebDAV collection preload events", "Setting up dev environment", "Introduction", "ExApp development", "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", "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", "Nextcloud filesystem API", "Nextcloud architecture", "Back-end code", "Front-end code", "External API", "Server development", "Static analysis", "Unit-Testing"], "titleterms": {"": [71, 102], "0": [17, 22, 23, 26, 132, 156], "1": [20, 59, 61, 119, 156, 160], "11": [16, 132], "14": 10, "15": 11, "16": 12, "17": 13, "18": 14, "19": 15, "2": [22, 59, 61, 119, 160], "20": [0, 16, 132], "21": 17, "22": 18, "23": 19, "24": 20, "25": 21, "26": 22, "27": 23, "28": [24, 66], "29": 25, "3": [16, 24, 59, 61, 119, 132, 156], "30": 26, "31": 27, "32": 28, "4": [22, 27, 132, 156], "401": 18, "5": 156, "6": 156, "7": 22, "8": [17, 20, 22, 24, 26, 27], "A": 78, "Be": 33, "In": [38, 154], "NOT": 66, "No": 190, "Not": 29, "The": [0, 33, 34, 35, 54, 106, 108, 116, 130], "To": [73, 141, 145], "With": 78, "abort": 80, "about": [69, 78, 193], "abstractcacheev": [36, 41], "acceler": 156, "accept": 69, "access": [40, 56, 57, 115, 116, 117, 126], "account": [36, 41, 65], "acl": 116, "acquir": 120, "action": [34, 93, 98, 117, 129, 175], "activ": [86, 98], "activat": 149, "actual": 77, "ad": [5, 10, 22, 23, 24, 25, 26, 27, 28, 40, 57, 59, 61, 190], "add": [29, 66, 89, 185, 190], "addcontentsecuritypolicyev": [36, 41], "addfeaturepolicyev": [36, 41], "addhead": 66, "addit": 144, "addmissingcolumnsev": [36, 41], "addmissingindicesev": [36, 41], "addmissingprimarykeyev": [36, 41], "address": 99, "addressbookcreatedev": 41, "addressbookdeletedev": 41, "addressbookshareupdatedev": 41, "addressbookupdatedev": 41, "admin": [48, 111, 149], "advanc": 137, "advantag": 40, "advic": 190, "affect": [29, 40, 209], "after": 35, "against": 140, "aio": 162, "ajax": 39, "alias": 27, "align": 203, "all": [66, 69, 71, 116, 220], "altern": 110, "alwai": 190, "an": [0, 6, 39, 62, 69, 116, 133, 149], "analysi": [107, 219], "android": [61, 88], "annot": [22, 49], "anyloginfailedev": [36, 41], "anymor": 29, "anywher": 40, "api": [10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 57, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 92, 101, 103, 105, 108, 113, 116, 122, 133, 134, 136, 141, 144, 145, 146, 148, 154, 176, 180, 186, 199, 213, 217], "app": [0, 3, 4, 5, 6, 9, 16, 17, 29, 30, 32, 33, 35, 36, 41, 44, 55, 62, 65, 66, 73, 102, 110, 122, 126, 130, 134, 137, 165, 170, 172, 193, 202, 209], "appapi": [154, 157, 162, 168, 176], "appapiauth": 168, "appconfig": [103, 172], "appdata": [54, 213], "appdisableev": [36, 41], "appenableev": [36, 41], "appframework": [36, 41, 103], "applic": [0, 169], "appstor": 156, "appupdateev": [36, 41], "ar": 28, "architectur": [6, 214], "area": 26, "argument": 169, "around": 190, "arrai": [190, 191], "arrow": 190, "ask": 166, "assembl": 80, "assembli": 40, "associ": 116, "atom": 93, "attach": 112, "attribut": [22, 56, 69, 137], "audit": [36, 41, 48], "auth": [122, 149, 212], "authent": [36, 39, 41, 64, 133, 157, 161, 168, 217], "auto": [40, 64], "autocomplet": [36, 41], "autocompleteev": [36, 41], "autocompletefilterev": [36, 41], "autoload": [102, 132], "autom": 34, "automat": [40, 192], "avail": [18, 22, 41, 73, 74, 75, 199], "avatar": 93, "avoid": [109, 190], "axio": 122, "babel": 15, "back": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 171, 215], "backend": [39, 61, 158], "background": [37, 94, 113, 197], "backport": [7, 192], "backup": 71, "backward": 217, "bar": [93, 198], "base": [28, 39, 111, 113], "basic": [40, 47, 78, 111, 112, 116, 201, 202, 203, 217], "been": 127, "befor": 35, "beforedirectfiledownloadev": [36, 41], "beforefilescannedev": [36, 41], "beforefilesystemsetupev": [36, 41], "beforefolderscannedev": [36, 41], "beforegettemplatesev": [36, 41], "beforegroupchangedev": [36, 41], "beforegroupcreatedev": [36, 41], "beforegroupdeletedev": [36, 41], "beforelogintemplaterenderedev": [36, 41], "beforemessageloggedev": [36, 41], "beforemessages": [36, 41], "beforenodecopiedev": [36, 41], "beforenodecreatedev": [36, 41], "beforenodedeletedev": [36, 41], "beforenodereadev": [36, 41], "beforenoderenamedev": [36, 41], "beforenodetouchedev": [36, 41], "beforenodewrittenev": [36, 41], "beforepasswordupdatedev": [36, 41], "beforepreferencedeletedev": [36, 41], "beforepreferencesetev": [36, 41], "beforepreviewfetchedev": [36, 41], "beforesabrepubliclyloadedev": [36, 41], "beforesharecreatedev": [36, 41], "beforesharedeletedev": [36, 41], "beforetemplaterenderedev": [36, 41], "beforeuseraddedev": [36, 41], "beforeusercreatedev": [36, 41], "beforeuserdeletedev": [36, 41], "beforeuseridunassignedev": [36, 41], "beforeuserloggedinev": [36, 41], "beforeuserloggedinwithcookieev": [36, 41], "beforeuserloggedoutev": [36, 41], "beforeuserremovedev": [36, 41], "beforezipcreatedev": [36, 41], "behavior": [10, 13, 14, 23, 25], "benefit": 33, "best": [66, 153], "between": 190, "bodi": [16, 83, 190], "boolean": 18, "boot": 0, "bootstrap": [0, 16, 220], "border": 26, "bot": 184, "brace": 190, "branch": [7, 35, 192], "browser": 220, "brute": 39, "bu": 122, "bubbl": 93, "bug": 207, "bugfix": 192, "bugtrack": 206, "build": [99, 124, 216], "built": 153, "bulk": 79, "bullet": 202, "button": [93, 98, 198, 202], "bypass": 212, "c": [61, 107], "cach": [36, 38, 41, 127, 130, 213], "cachedcalendarobjectcreatedev": 41, "cachedcalendarobjectdeletedev": 41, "cachedcalendarobjectupdatedev": 41, "cacheentryinsertedev": [36, 41], "cacheentryremovedev": [36, 41], "cacheentryupdatedev": [36, 41], "cacheinsertev": [36, 41], "cacheupdateev": [36, 41], "caldav": 116, "calendar": [36, 41, 115, 116], "calendarcreatedev": 41, "calendardeletedev": 41, "calendarobjectcreatedev": [36, 41], "calendarobjectdeletedev": [36, 41], "calendarobjectmovedev": [36, 41], "calendarobjectmovedtotrashev": [36, 41], "calendarobjectrestoredev": [36, 41], "calendarobjectupdatedev": [36, 41], "calendarpublishedev": 41, "calendarshareupdatedev": 41, "calendarunpublishedev": 41, "calendarupdatedev": 41, "call": [64, 133], "callback": 41, "camelcas": 190, "capabl": [26, 64, 66], "cardcreatedev": 41, "carddeletedev": 41, "cardupdatedev": 41, "case": [97, 190], "cast": 39, "catchabl": 101, "caus": 160, "certain": 66, "chang": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 34, 35, 59, 122, 209, 216, 217], "changelog": 4, "chat": 106, "check": [73, 116, 140, 143, 193, 207], "checkbox": [93, 111, 198], "checker": 17, "christophwurst": 21, "chunk": 80, "class": [0, 22, 23, 40, 41, 59, 111, 116, 119, 190, 197], "classload": 102, "clear": [67, 71], "cli": 160, "clickabl": 26, "clickjack": 212, "client": [23, 61, 88, 92, 99, 100, 108, 120, 134], "clock": 132, "cloud": 69, "cluster": [127, 195], "code": [17, 29, 34, 87, 128, 188, 189, 190, 191, 192, 193, 205, 208, 212, 213, 215, 216], "collabor": [36, 41], "collabora": 195, "collaps": 202, "collect": [65, 153], "color": [28, 93, 94, 197, 199], "column": [18, 56], "comma": 190, "command": [18, 59, 113, 179], "comment": [36, 41, 81, 134, 191], "commentsentityev": [36, 41], "commentsev": [36, 41], "commit": 216, "common": 126, "commun": 210, "comparison": 190, "compat": [122, 209, 215, 217], "compil": [18, 99], "complet": [39, 64, 77, 207], "compon": [93, 98, 114, 134, 190, 216], "compos": 2, "concept": [47, 65, 103, 105, 113, 133, 137], "conclus": 154, "condit": [146, 190], "conduct": 208, "config": [7, 36, 41, 103, 104, 105, 172, 181, 190], "configur": [5, 7, 10, 37, 55, 66, 114], "confirm": 122, "conflict": 2, "connect": [39, 125], "consid": 66, "consider": [1, 39, 127, 192, 207], "consist": 190, "consol": [36, 41, 59], "consoleev": [36, 41], "construct": 59, "consum": [101, 103, 105, 113, 119, 141, 144, 145, 146, 148], "contact": [36, 41, 117, 160], "contactinteractedwithev": [36, 41], "contain": [18, 40, 49, 132, 161], "content": [39, 84, 93, 97, 98, 106, 116, 190, 196, 201, 204], "contentitem": 106, "contentproviderregisterev": 106, "context": [61, 106, 141, 146, 148], "continu": 107, "contribut": [130, 192], "control": [39, 40, 51, 66, 68, 134, 190, 191, 192], "convent": [55, 188], "convers": 143, "convert": [62, 128], "cooki": [39, 157], "copi": 78, "cor": 136, "core": [17, 19, 24, 40, 44], "corpor": 160, "correct": 61, "counter": [93, 202], "countri": 128, "creat": [6, 39, 69, 78, 87, 115, 116, 119, 135, 143, 151, 165], "credenti": [62, 87], "criticalactionperformedev": [36, 41], "cron": 37, "cross": [99, 212], "csp": [26, 36, 41], "csrf": 44, "css": [14, 27, 42, 45, 46, 188, 197, 200], "curl": [64, 78], "current": 116, "custom": [39, 56, 71, 116, 134, 143], "daemon": [154, 163], "daemonconfig": 169, "dangl": 190, "dashboard": 108, "data": [39, 65, 66, 67, 106, 116, 126, 127, 134, 172, 174, 177, 181, 184, 186, 212, 217], "databas": [17, 18, 56, 58, 127, 130, 193], "date": [134, 193], "datetim": 93, "dav": [1, 41, 83], "db": [36, 41], "dbal": [17, 19, 24], "deactivat": 149, "deadlock": 109, "deal": 40, "debug": [110, 193, 220], "debugg": 110, "declar": [111, 134, 137, 183], "declarativesettingsgetvalueev": [36, 41], "declarativesettingsregisterformev": [36, 41], "declarativesettingssetvalueev": [36, 41], "declin": 69, "deeper": 121, "default": [39, 52, 134, 144], "defin": [71, 140], "definit": [66, 190], "delet": [62, 69, 73, 76, 78, 84, 87, 113, 120, 143, 172, 181], "depend": [2, 22, 24, 40, 49, 89, 99], "deploi": [154, 163, 169], "deploy": [99, 165, 169], "deprec": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28], "descript": 66, "design": [95, 199], "desktop": [61, 100], "detail": [29, 98, 122, 168, 187, 203], "detect": 148, "determin": 207, "dev": [124, 154], "develop": [2, 3, 24, 88, 99, 122, 156, 159, 167, 169, 192, 193, 204, 209, 218], "devic": 77, "dialog": 122, "did": 29, "diff": 190, "dig": 121, "direct": [57, 64], "directedit": [36, 41], "directori": [110, 212], "disabl": [21, 39, 67, 130], "dispatch": [24, 41, 101], "displai": 134, "distribut": [35, 38], "do": [29, 61, 66, 197, 207], "docker": [154, 161, 162, 170, 171], "dockerfil": 156, "doctrin": [17, 19, 24], "document": [65, 204, 209, 215, 220], "doe": 40, "domain": 138, "don": [61, 197], "donat": 32, "down": 29, "download": [39, 64, 69, 78, 87], "drag": 202, "drop": 202, "dropdown": 93, "dsp": 162, "duplic": 207, "e": 99, "ecosystem": 209, "edit": [6, 160, 202], "element": [98, 197, 198], "email": [62, 69, 112, 195], "emit": 153, "emitt": 41, "empti": [66, 84, 93, 165], "enabl": [6, 40, 130, 157, 163, 170, 174, 193], "end": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 171, 215, 216], "endpoint": [66, 81], "enterpris": 32, "entiti": [20, 56, 114], "entri": [5, 98, 116, 183, 185, 202], "enum": 144, "environ": [39, 154, 156, 160, 169, 193], "error": [29, 39, 91, 110, 120], "escal": 212, "eslint": 190, "event": [1, 5, 18, 24, 25, 28, 36, 41, 90, 106, 111, 113, 115, 116, 122, 126, 130, 141, 144, 145, 146, 153, 173], "eventdispatch": [36, 41], "exampl": [2, 81, 83, 87, 90, 134, 152, 153, 169, 175, 179, 182, 205], "exapp": [61, 156, 157, 158, 163, 165, 167, 169, 174, 175, 184], "except": [66, 217], "exceptionalimplement": 101, "exchang": 125, "exclud": 7, "execut": 212, "exist": [6, 116, 143], "explicit": [66, 190], "expos": 66, "exposur": 212, "extend": [1, 44, 134], "extens": 219, "extern": [111, 116, 137, 193, 195, 217], "extract": 52, "factor": 149, "factori": 18, "fail": 165, "faq": 29, "fast": 146, "favorit": 78, "featurepolici": [36, 41], "feder": [36, 41, 69], "federatedfileshar": 41, "federatedshareaddedev": 41, "fetch": [67, 68, 71, 73, 74, 116, 137], "field": [93, 111], "file": [2, 7, 26, 27, 36, 39, 41, 44, 54, 57, 69, 71, 78, 79, 80, 85, 87, 90, 113, 122, 160, 175, 212], "filecacheupd": [36, 41], "filecreatedfromtemplateev": [36, 41], "filenam": 190, "files_shar": 41, "files_trashbin": 41, "filescannedev": [36, 41], "filesmetadata": [36, 41], "filesystem": [41, 54, 57, 190, 213], "filesystemtorndownev": [36, 41], "filter": 64, "final": 207, "find": 207, "first": 65, "flow": [62, 114, 168, 170, 175], "folder": [54, 69, 78, 87], "folderscannedev": [36, 41], "follow": 35, "font": 26, "forc": [39, 64], "forgeri": 212, "form": 139, "format": [18, 128], "forum": 210, "foundat": 94, "frequent": 166, "from": [2, 13, 16, 22, 39, 40, 52, 57, 65, 69, 84, 126, 133, 156, 165], "front": [10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 43, 51, 171, 216], "frontend": 158, "fulltextsearch": 65, "function": [190, 191], "further": 220, "gather": 193, "gener": [10, 18, 20, 21, 22, 23, 24, 25, 26, 28, 44, 66, 91, 99, 125, 130, 134, 145, 152, 189, 190, 197, 207], "generatesecurepasswordev": [36, 41], "genericev": [36, 41], "get": [29, 39, 57, 65, 69, 74, 75, 78, 87, 111, 116, 120, 125, 127, 128, 130, 134, 172, 174, 181, 186, 193, 194, 212, 220], "getlinkwithpick": 134, "getquotaev": [36, 41], "gettaskprocessingprovidersev": [36, 41], "git": [35, 89], "github": [34, 99, 205], "given": [64, 87], "global": [13, 14, 15, 16, 18, 25, 49, 122], "glossari": 155, "gpu": [163, 164], "gradl": 89, "group": [36, 41, 66, 116], "groupbackendregist": 41, "groupchangedev": [36, 41], "groupcreatedev": [36, 41], "groupdeletedev": [36, 41], "groupmanag": 41, "groupwar": [22, 118], "guest": 27, "guid": 9, "guidelin": [33, 61, 189, 197, 200, 212], "guzzl": 17, "guzzlehttp": 17, "ha": 127, "handl": [1, 39, 66, 99, 111, 116, 120, 137], "handler": [17, 152], "hardwar": 156, "head": 120, "header": [39, 66, 78, 136, 168, 189], "healthcheck": 157, "heartbeat": [157, 170], "heavi": 37, "height": 26, "hell": [2, 24], "help": [127, 210, 212], "helper": [66, 113], "high": 213, "highlight": 202, "hint": 61, "hook": 41, "host": [138, 152], "how": [29, 33, 40, 66, 161, 163, 165, 195, 205, 207], "html": [39, 61, 110, 188, 198, 200], "http": [18, 36, 41, 120, 140], "hybrid": 35, "i": [29, 66, 99, 125, 144, 153, 165, 203, 207], "iacl": 116, "iapiwidget": 108, "iapiwidgetv2": 108, "ibuttonwidget": 108, "icalendarobjectcontain": 116, "icollect": 116, "icon": [28, 46, 94, 149, 199], "iconditionalwidget": 108, "icontentmanag": 106, "icontentprovid": 106, "id": [64, 73, 74, 137], "identifi": 110, "ie11": 18, "ifil": 116, "ignor": [66, 109], "iiconwidget": 108, "imag": [45, 73, 134, 145, 170], "imip": 116, "implement": [57, 101, 106, 133, 141, 144, 145, 146, 148, 149, 162], "improv": 61, "includ": 45, "inclus": 212, "indent": 190, "index": [65, 105], "indic": [59, 94], "individu": [116, 137], "info": [20, 21, 22, 23, 24, 25, 37, 107, 117, 169], "inform": [69, 116, 135, 151, 193, 196, 201, 202], "ini": 160, "init": [87, 157, 170, 174], "initi": [5, 44, 65, 122, 185], "inject": [15, 22, 40, 49, 212], "inlin": 112, "inod": 116, "input": [93, 111, 128, 144], "insensit": 37, "instal": [65, 89, 99, 116, 154, 169, 170, 171, 220], "instruct": 99, "integr": [16, 107, 115, 116, 118, 143], "interact": [95, 134], "interfac": [40, 95, 106, 108, 116, 119, 131, 132, 189, 190], "intern": [10, 111, 122], "introduct": [6, 40, 79, 80, 96, 155, 201, 202, 205, 217], "invalid": 18, "invalidatemountcacheev": [36, 41], "io": 61, "ioptionwidget": 108, "iproperti": 116, "ireloadablewidget": 108, "issu": [134, 165, 207], "item": [87, 98, 201], "j": [18, 220], "javascript": [12, 44, 45, 46, 61, 78, 110, 122, 190, 212, 220], "job": 37, "join": 207, "jqueri": [13, 15, 16], "json": 39, "just": [78, 127], "keep": 193, "kei": [103, 105, 168], "keyboard": [21, 44], "known": [17, 69], "l10n": [122, 158], "l10nignor": 7, "label": 189, "languag": [61, 64, 75, 148], "last": [17, 116, 134], "later": 0, "layer": 213, "layout": [27, 97, 98, 201, 202, 203], "lazi": [103, 105], "lazili": 39, "ldap": [18, 130], "least": 66, "legaci": 116, "legal": 33, "level": [190, 213], "librari": [12, 15, 17, 19, 24, 87, 88, 89], "licens": 189, "lifecycl": [40, 51, 157], "limit": [39, 138, 163], "line": [26, 190], "link": [65, 87, 134], "lint": [107, 124], "list": [64, 65, 69, 71, 73, 78, 84, 85, 97, 98, 134, 165, 174, 186, 199, 201], "listen": [41, 101, 111, 126, 141, 144, 145, 146, 173], "liter": 190, "live": 113, "llm": 144, "load": [22, 37, 44, 103, 105], "loadadditionalentriesev": [36, 41], "loadadditionalscriptsev": [36, 41], "loader": 23, "loadsettingsscriptsev": [36, 41], "loadview": 41, "local": [38, 69], "lock": [29, 109], "log": [17, 18, 35, 36, 41, 48, 156, 177], "logger": [122, 132], "logic": [16, 27], "login": [62, 125], "loginfailedev": [36, 41], "long": [127, 190], "loosen": 39, "lose": 33, "machin": 148, "maco": 99, "mail": [36, 41, 119], "main": [98, 196], "maintain": [31, 210], "mainten": [30, 91], "major": 35, "make": [78, 83, 149, 174], "makefil": [34, 158], "manag": [2, 35, 56, 103, 105, 116, 151, 165], "managerev": [36, 41], "mandatori": 29, "manipul": 71, "manual": [7, 37, 169, 171, 192], "map": [56, 213], "mapper": 56, "mapperev": [36, 41], "mariadb": 110, "markup": 61, "match": [52, 134], "materi": 199, "measur": 127, "memori": 38, "menu": [44, 93, 117, 175, 183, 185, 202, 203], "messag": [71, 177], "metadata": [4, 59, 64, 65, 113, 152, 158], "metadatabackgroundev": [36, 41], "metadataliveev": [36, 41], "metadatanamedev": [36, 41], "meter": 93, "method": [66, 147, 157, 160, 190, 217], "microsoft": 99, "middlewar": 49, "migrat": [17, 18, 22, 59, 150], "minor": 35, "miscellan": [39, 103, 105, 186], "mitig": 109, "modal": 93, "mode": [91, 110, 193], "modif": [80, 116], "modifi": [39, 67, 136, 151], "moment": 122, "monet": 32, "more": [56, 144, 146], "mount": [57, 213], "move": [22, 33, 78, 87], "movetotrashev": 41, "multi": [111, 190], "multilingu": 144, "multipl": [76, 190], "name": [15, 41, 55, 62, 94, 116, 188, 190, 192], "namespac": [13, 16, 78], "nativ": 22, "navig": [5, 36, 41, 97, 98, 202], "nc": 186, "ncreferencepickermod": 134, "ncreferencewidget": 134, "ncrichcontentedit": 134, "ncrichtext": 134, "need": 190, "network": [122, 165], "new": [14, 15, 44, 69, 98, 116, 190, 202], "nextcloud": [0, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 57, 66, 88, 102, 114, 116, 122, 125, 126, 157, 162, 174, 176, 204, 207, 213, 214, 220], "nightli": 35, "node": [18, 36, 41, 57, 173, 213, 220], "nodeaddedtocach": [36, 41], "nodeaddedtofavorit": [36, 41], "nodecopiedev": [36, 41], "nodecreatedev": [36, 41], "nodedeletedev": [36, 41], "noderemovedfromcach": [36, 41], "noderemovedfromfavorit": [36, 41], "noderenamedev": [36, 41], "nodetouchedev": [36, 41], "nodewrittenev": [36, 41], "non": 66, "nonc": 26, "note": 78, "notif": [64, 123, 178], "now": 28, "npm": [122, 124], "null": 66, "number": [128, 163], "o": 144, "object": [115, 116, 151, 190, 191, 195], "objectstorag": 213, "obtain": [44, 62, 77, 89, 116], "oc": [10, 39, 52, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 122, 177, 178, 180, 184, 186], "oca": [41, 122], "occ": [113, 179], "ocm": [36, 41], "ocp": [36, 41, 122, 126], "off": 35, "offic": [67, 126], "oidc": 125, "one": 116, "onelogin": 195, "ongo": 67, "onli": [116, 190], "onlyoffic": 195, "open": [29, 62], "openapi": 66, "openid": 125, "oper": [114, 190, 191], "optim": 23, "option": [40, 75, 120, 124, 137, 149, 169, 175, 185], "organ": 33, "other": [61, 162, 180, 209], "out": [67, 126, 193], "outlin": 28, "outofofficechangedev": [36, 41], "outofofficeclearedev": [36, 41], "outofofficeendedev": [36, 41], "outofofficescheduledev": [36, 41], "outofofficestartedev": [36, 41], "output": [135, 144, 217], "overview": [35, 41, 64, 65, 103, 105, 113, 137, 153, 155, 158, 159, 169, 213], "own": 71, "owner": 116, "ownership": 116, "packag": [2, 122, 156], "page": [39, 133, 175], "pagin": 137, "parallel": 37, "param": [173, 175, 178, 179, 183, 185], "paramet": [22, 39, 40, 66, 190], "parenthesi": 190, "pars": 49, "part": 44, "pascalcas": 190, "password": [18, 62, 122], "passwordupdatedev": [36, 41], "patch": 35, "path": [122, 220], "pattern": 40, "payload": [173, 175, 178], "pend": 69, "per": 163, "perform": [1, 127], "period": 126, "perman": 160, "permiss": [7, 69], "persist": 158, "person": [22, 111, 149], "phone": 128, "php": [17, 20, 22, 24, 26, 27, 44, 60, 61, 101, 107, 110, 127, 160, 191, 213, 219, 220], "phpdoc": 22, "phpunit": 220, "picker": [93, 134], "pin": 202, "place": 154, "placehold": 61, "plan": 22, "plugin": [1, 13, 16, 116, 153], "plural": 61, "polici": 39, "polyfil": 15, "popov": 203, "popovermenu": 201, "posit": 27, "possibl": 66, "post": [59, 120], "postloginev": [36, 41], "practic": [66, 153], "pre": [5, 35], "precondit": 205, "predefin": [40, 71], "prefer": [66, 76, 104, 181, 190], "preload": 153, "prepar": 35, "prerequisit": 66, "preview": [36, 41, 134], "primari": [94, 195, 197], "primit": 40, "privaci": 137, "privat": 161, "privileg": [116, 212], "procedur": 209, "process": [0, 34, 35, 144, 146, 192], "profil": [36, 41, 129, 130], "programmat": 142, "progress": [93, 174, 198], "project": [89, 131, 220], "prologu": 211, "prompt": 144, "properti": [24, 78, 83, 116, 190], "propfind": 113, "proppatch": 113, "protect": 39, "provid": [44, 56, 61, 106, 108, 115, 116, 119, 125, 131, 134, 137, 141, 144, 145, 146, 148, 149], "proxi": [154, 160, 162], "psalm": 66, "psr": [16, 17, 18, 22, 23, 132], "public": [13, 16, 27, 39, 41, 50, 78, 101, 122, 133], "publish": [30, 156], "pull": [134, 170], "put": 120, "python": 61, "qt": 61, "queri": [56, 110, 113, 116, 130, 142], "question": [166, 205], "quot": 190, "radio": [93, 111, 198], "radiu": 26, "rate": [33, 39, 138], "re": 65, "read": [39, 57, 87, 113, 116, 127, 220], "readabl": 190, "recommend": [40, 68, 70], "redi": 195, "redirect": [39, 175, 212], "reduc": 190, "refer": [36, 41, 101, 109, 134], "region": 128, "regist": [1, 37, 52, 108, 111, 116, 119, 129, 131, 134, 135, 139, 140, 149, 150, 173, 175, 179, 182, 183, 184, 185, 217], "registerchecksev": [36, 41], "registerdirecteditorev": [36, 41], "registerentitiesev": [36, 41], "registeroperationsev": [36, 41], "registertemplatecreatorev": [36, 41], "registr": [49, 111, 137, 141, 144, 145, 146, 148, 152, 169], "registri": 161, "registryev": [36, 41], "regular": 190, "releas": [34, 35], "relev": 207, "remot": [77, 138, 154], "remov": [2, 10, 11, 12, 13, 15, 16, 18, 21, 22, 23, 24, 25, 26, 27, 28, 116, 185], "render": [39, 108, 134], "renderreferenceev": [36, 41], "repair": 135, "replac": [17, 21, 59, 102], "repo": 33, "report": 207, "repositori": 7, "repres": 66, "reproduc": 207, "request": [39, 40, 51, 64, 69, 78, 83, 120, 130, 134, 137, 140, 172, 174, 175, 177, 178, 181, 184, 212], "requir": [33, 66, 99, 209, 219], "reset": 65, "resolv": 134, "resourc": [36, 41, 52, 87, 115, 131], "resourcetyperegisterev": [36, 41], "respect": 33, "respond": 39, "respons": [39, 66, 78, 130, 172, 174, 177, 181, 186], "rest": 136, "restor": [71, 84, 85], "restrict": [39, 116], "result": [64, 73, 137, 175], "retri": 109, "retriev": [65, 68, 71, 103, 105, 113], "return": [116, 217], "review": 205, "rfc4918": 78, "room": 115, "root": [41, 54], "rout": [39, 52, 158, 182], "router": [90, 122], "rtl": 197, "rule": [27, 33, 116, 190, 196, 201, 202], "run": [124, 140, 220], "s3": 195, "sabr": [17, 116], "sabrepluginaddev": 41, "sabrepluginauthinitev": 41, "sabrepluginev": [36, 41], "same": [66, 190], "saml": 195, "sanit": 99, "scalabl": 127, "scale": 164, "scanner": 41, "schedul": [37, 73, 74, 146], "schema": [59, 111, 169], "scheme": [41, 157, 169], "scope": [66, 83], "screen": 93, "script": [185, 212, 216], "scss": [18, 21], "search": [16, 64, 70, 83, 113, 134, 137], "secondari": 28, "section": [22, 111, 139], "secur": [33, 36, 39, 41, 138, 212], "select": [7, 111], "semicolon": 190, "send": [44, 69, 177, 178, 195], "sensit": [103, 105, 111, 212], "server": [1, 102, 140, 193, 218, 220], "servic": [15, 40, 106, 119], "session": [39, 41, 151, 168], "set": [22, 36, 39, 41, 53, 65, 66, 68, 71, 76, 78, 80, 87, 98, 99, 111, 116, 139, 149, 154, 156, 160, 172, 174, 181, 183, 185, 193, 202], "setup": [7, 66, 140, 193, 195], "shape": 144, "share": [27, 36, 41, 50, 66, 69, 70, 71, 78, 87, 98, 122, 133], "shareacceptedev": [36, 41], "sharecreatedev": [36, 41], "sharedeletedev": [36, 41], "sharedeletedfromselfev": [36, 41], "shell": 212, "ship": [12, 35, 193], "shortcut": [21, 44], "shorthand": 190, "should": [28, 40], "show": 39, "side": 157, "sidebar": [97, 98], "sign": [29, 34], "signal": 77, "simpl": [54, 137, 149], "simplef": 213, "singl": 190, "site": 212, "situat": 109, "size": [26, 98, 116], "skeleton": 93, "slug": [20, 56], "smart": 134, "smb": 195, "socket": [154, 162], "solut": 160, "sound": 33, "sourc": [7, 29, 192, 193], "space": 190, "special": [78, 97], "specif": [66, 69, 71], "speech": 141, "speechtotext": [36, 41], "split": [61, 190], "sql": [110, 212], "ssl": 195, "stamp": 116, "standard": [128, 188, 189, 191], "start": [79, 80, 156, 194], "state": [44, 122, 149, 185, 197], "static": [107, 219], "statu": [28, 71, 77, 94, 117, 142, 174], "status": [71, 144, 145, 146], "statuscod": 217, "step": [61, 65, 119, 135], "storag": [57, 58, 111, 158, 195, 213], "store": [29, 33, 103, 105, 165, 195], "stream": [39, 213], "streamlin": 146, "string": [7, 61, 75, 190], "structur": [66, 75, 126, 158, 190, 191, 197], "studio": 99, "style": [28, 185, 189, 190, 216], "subadminaddedev": [36, 41], "subadminremovedev": [36, 41], "submit": 106, "submodul": 89, "subscrib": 153, "subscriptioncreatedev": 41, "subscriptiondeletedev": 41, "subscriptionupdatedev": 41, "suburl": 52, "support": [17, 18, 21, 26, 27, 32, 46, 56, 66, 78, 83, 116, 134, 160, 163], "svg": 199, "symfoni": [15, 24], "symptom": 160, "sync": [7, 171], "system": [55, 99, 160], "systemtag": [36, 41], "systemtagsentityev": [36, 41], "t": [61, 197], "tabl": [56, 204], "tag": [66, 93, 116, 207], "talk": [143, 184], "target": 192, "task": [73, 74, 144, 145, 146], "taskfailedev": [36, 41], "taskprocess": [36, 41, 72, 144], "tasksuccessfulev": [36, 41], "technic": [29, 33, 187, 203], "templat": [27, 36, 39, 41, 45, 50, 61, 110, 156, 190, 212], "terminologi": 119, "test": [60, 61, 64, 78, 124, 156, 191, 195, 220], "text": [73, 93, 94, 141, 145, 146], "textprocess": [36, 41, 74, 146], "texttoimag": [36, 41], "theme": [16, 46, 64], "thi": [40, 190], "through": 116, "throw": 66, "throwabl": 101, "time": [37, 80, 116, 147], "timestamp": 116, "tip": [56, 66, 87], "token": [44, 125], "tokeninvalidatedev": [36, 41], "tool": [2, 7, 171], "top": [175, 185, 190], "track": 35, "transact": [56, 127], "transcript": 141, "transcriptionfailedev": [36, 41], "transcriptionsuccessfulev": [36, 41], "transient": 56, "transifex": [7, 171], "translat": [7, 61, 75, 148, 158, 171], "trashbin": 84, "travers": 212, "triag": 207, "trick": 66, "troubleshoot": [62, 160, 165], "trust": 138, "trustedserverremovedev": [36, 41], "tupl": 75, "tutori": [8, 66], "two": 149, "twofactorauth": [36, 41], "twofactorproviderchallengefail": [36, 41], "twofactorproviderchallengepass": [36, 41], "twofactorproviderdis": [36, 41], "twofactorproviderforuserdis": [36, 41], "twofactorproviderforuseren": [36, 41], "twofactorproviderforuserregist": [36, 41], "twofactorproviderforuserunregist": [36, 41], "twofactorprovideruserdelet": [36, 41], "tx": 7, "type": [37, 38, 40, 56, 66, 74, 103, 105, 111, 116, 135, 144, 146, 154, 173, 190, 213], "typescript": [61, 190], "typographi": 94, "ui": 175, "understand": 109, "undo": 202, "unifi": 134, "uniqu": 116, "unit": [191, 220], "unneed": 2, "unregist": [173, 175, 179, 182, 183, 184, 185], "unstabl": 101, "unvalid": 212, "up": [35, 99, 154, 156, 193], "upcom": 67, "updat": [15, 16, 17, 19, 24, 35, 69, 113, 116, 134, 142], "upgrad": [9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28], "upload": [78, 79, 80, 87], "uri": 78, "url": [44, 52, 174], "urlgener": 52, "us": [39, 40, 52, 65, 66, 99, 106, 108, 110, 113, 130, 134, 161, 190, 207], "usag": [79, 112, 122, 134, 217], "user": [27, 33, 36, 39, 41, 55, 61, 62, 64, 65, 68, 71, 76, 93, 108, 117, 131, 141, 142, 146, 148, 150, 151, 175, 181, 186, 189], "user_ldap": 41, "useraddedev": [36, 41], "userbackendregist": 41, "userchangedev": [36, 41], "userconfig": 105, "usercreatedev": [36, 41], "userdeletedev": [36, 41], "userfirsttimeloggedinev": [36, 41], "useridassignedev": [36, 41], "useridunassignedev": [36, 41], "userlivestatusev": [36, 41], "userloggedinev": [36, 41], "userloggedinwithcookieev": [36, 41], "userloggedoutev": [36, 41], "usermanag": 41, "usermountaddedev": [36, 41], "usermountremovedev": [36, 41], "usermountupdatedev": [36, 41], "usernam": 18, "userremovedev": [36, 41], "userupdatedev": [36, 41], "util": [128, 202], "v": 62, "v2": [62, 80], "valid": [7, 138], "validatepasswordpolicyev": [36, 41], "valu": [52, 55, 103, 105, 172, 181], "variabl": [13, 14, 15, 16, 18, 39, 46, 110, 122, 160, 169, 190, 191, 197], "variou": 202, "verifymountpointev": [36, 41], "version": [17, 35, 85, 116, 134, 192], "via": 126, "view": [98, 130, 213], "viewer": 41, "visual": 99, "volum": 165, "vue": [61, 122, 190, 216], "want": 207, "watch": 124, "we": 29, "web": [152, 193], "webauthn": 195, "webdav": [24, 78, 82, 113, 153], "webfing": 152, "webview": 62, "well": 17, "what": 203, "when": [153, 190], "where": 190, "which": 40, "why": [29, 207], "wide": 160, "widget": [108, 134], "window": 99, "wipe": 77, "wire": 40, "within": 126, "without": 195, "word": 94, "work": [40, 144, 147, 205], "workflowengin": [36, 41], "wrapper": 213, "write": [37, 39, 41, 57, 116, 127, 152, 220], "written": 127, "xdebug": 110, "xml": [17, 18, 20, 21, 22, 23, 24, 25, 37, 107, 169], "you": 207, "your": [29, 32, 33, 61, 66, 71, 89, 134]}})
    \ No newline at end of file
    +Search.setIndex({"alltitles": {"0. Setting up the development environment": [[156, "setting-up-the-development-environment"]], "1. Migration 1: Schema change": [[59, "migration-1-schema-change"]], "1. Starting from template": [[156, "starting-from-template"]], "2. Migration 1: Post schema change": [[59, "migration-1-post-schema-change"]], "3. Development": [[156, "development"]], "3. Migration 2: Schema change": [[59, "migration-2-schema-change"]], "4. Packaging": [[156, "packaging"]], "4.1 Hardware acceleration": [[156, "hardware-acceleration"]], "5. AppStore publishing": [[156, "appstore-publishing"]], "6. Testing": [[156, "testing"]], "@nextcloud/auth": [[122, "nextcloud-auth"]], "@nextcloud/axios": [[122, "nextcloud-axios"]], "@nextcloud/dialogs": [[122, "nextcloud-dialogs"]], "@nextcloud/event-bus": [[122, "nextcloud-event-bus"]], "@nextcloud/files": [[122, "nextcloud-files"]], "@nextcloud/initial-state": [[122, "nextcloud-initial-state"]], "@nextcloud/l10n": [[122, "nextcloud-l10n"]], "@nextcloud/logger": [[122, "nextcloud-logger"]], "@nextcloud/moment": [[122, "nextcloud-moment"]], "@nextcloud/password-confirmation": [[122, "nextcloud-password-confirmation"]], "@nextcloud/paths": [[122, "nextcloud-paths"]], "@nextcloud/router": [[122, "nextcloud-router"]], "@nextcloud/sharing": [[122, "nextcloud-sharing"]], "@nextcloud/vue": [[122, "nextcloud-vue"]], "A note about namespaces URI": [[78, "a-note-about-namespaces-uri"]], "API reference": [[101, null]], "API to resolve links": [[134, "api-to-resolve-links"]], "Aborting the upload": [[80, "aborting-the-upload"]], "Accept a pending Federated Cloud Share": [[69, "accept-a-pending-federated-cloud-share"]], "Access calendars and events": [[115, "access-calendars-and-events"]], "Access data from within a Nextcloud App via OCP": [[126, "access-data-from-within-a-nextcloud-app-via-ocp"]], "Access restrictions \u2013 IACL": [[116, "access-restrictions-iacl"]], "Access through CalDAV": [[116, "access-through-caldav"]], "Accessing attributes": [[56, "accessing-attributes"]], "Accessing contact info": [[117, "accessing-contact-info"]], "Accessing the container from anywhere": [[40, "accessing-the-container-from-anywhere"]], "Acquiring a HTTP Client": [[120, "acquiring-a-http-client"]], "Action menu": [[93, "action-menu"]], "Action payload to ExApp": [[175, "action-payload-to-exapp"]], "Action results": [[175, "action-results"]], "Actions": [[117, "actions"]], "Activity": [[86, null], [98, "activity"]], "Add script": [[185, "add-script"]], "Add spaces around content when needed": [[190, "id17"]], "Add style": [[185, "add-style"]], "Add the library as a Gradle dependency": [[89, "add-the-library-as-a-gradle-dependency"]], "Add the library project to your project as a Git submodule": [[89, "add-the-library-project-to-your-project-as-a-git-submodule"]], "Add the library to a project": [[89, "add-the-library-to-a-project"]], "Added APIs": [[10, "added-apis"], [22, "added-apis"], [23, "added-apis"], [23, "id2"], [24, "added-apis"], [24, "id1"], [25, "added-apis"], [26, "added-apis"], [27, "added-apis"], [28, "added-apis"], [28, "id1"]], "Added Events": [[28, "added-events"]], "Added events": [[24, "added-events"]], "Adding a navigation entry": [[5, "adding-a-navigation-entry"]], "Adding indices": [[59, "adding-indices"]], "Adding mounts to the filesystem": [[57, "adding-mounts-to-the-filesystem"]], "Adding translations": [[61, "adding-translations"]], "Address Sanitizer": [[99, "address-sanitizer"]], "Admin audit logging": [[48, "admin-audit-logging"]], "Advanced search provider": [[137, "advanced-search-provider"]], "Advantages": [[40, "advantages"]], "After the release": [[35, "after-the-release"]], "Alignment": [[203, "alignment"]], "Always use braces.": [[190, "id20"]], "Always use parenthesis for arrow function parameters.": [[190, "id12"]], "Android": [[61, "android"], [88, null]], "Android Nextcloud client development": [[88, "android-nextcloud-client-development"]], "App Installation Flow": [[170, null]], "App architecture": [[6, "app-architecture"]], "App autoloading": [[102, "app-autoloading"]], "App bootstrap logic": [[16, "app-bootstrap-logic"]], "App code checker deprecation": [[17, "app-code-checker-deprecation"]], "App development": [[3, null]], "App guidelines": [[33, "app-guidelines"]], "App metadata": [[4, null]], "App navigation menu": [[202, "app-navigation-menu"]], "App publishing and maintenance": [[30, null]], "App supports at least Nextcloud 28": [[66, "app-supports-at-least-nextcloud-28"]], "App upgrade guide": [[9, null]], "App values": [[55, "app-values"]], "AppAPI Authentication": [[157, "appapi-authentication"]], "AppAPI Nextcloud APIs": [[176, null]], "AppAPI session keys": [[168, "appapi-session-keys"]], "AppAPIAuth": [[168, "appapiauth"]], "AppConfig": [[103, null], [172, null]], "AppData": [[54, null], [213, "appdata"]], "AppFramework": [[103, "appframework"]], "Application installation scheme": [[169, "application-installation-scheme"]], "Arguments": [[169, "arguments"], [169, "id1"]], "Arrays": [[190, "arrays"]], "Assembling the chunks": [[80, "assembling-the-chunks"]], "Atomic components": [[93, null]], "Auth bypass / privilege escalations": [[212, "auth-bypass-privilege-escalations"]], "Authentication": [[39, "authentication"], [64, "authentication"], [168, null]], "Authentication & basics": [[217, "authentication-basics"]], "Authentication flow": [[168, "authentication-flow"]], "Authentication flow in details": [[168, "authentication-flow-in-details"]], "Authentication headers": [[168, "authentication-headers"]], "Auto-complete and user search": [[64, "auto-complete-and-user-search"]], "Automatic Backport": [[192, "automatic-backport"]], "Available Events": [[41, "available-events"]], "Available hooks": [[41, "available-hooks"]], "Avatar": [[93, "avatar"]], "Avoid multiple properties on the same line": [[190, "id6"], [190, "id16"]], "Avoid semicolons where not needed.": [[190, "id3"]], "Avoiding deadlocks": [[109, "avoiding-deadlocks"]], "Babel Polyfill removal": [[15, "babel-polyfill-removal"]], "Back-end": [[171, "back-end"]], "Back-end changes": [[10, "back-end-changes"], [11, "back-end-changes"], [12, "back-end-changes"], [13, "back-end-changes"], [14, "back-end-changes"], [15, "back-end-changes"], [16, "back-end-changes"], [17, "back-end-changes"], [18, "back-end-changes"], [19, "back-end-changes"], [20, "back-end-changes"], [21, "back-end-changes"], [22, "back-end-changes"], [23, "back-end-changes"], [24, "back-end-changes"], [25, "back-end-changes"], [26, "back-end-changes"], [27, "back-end-changes"], [28, "back-end-changes"]], "Back-end code": [[215, null]], "Backend": [[158, "backend"]], "Background color": [[94, "background-color"]], "Background jobs (Cron)": [[37, null]], "Background variables": [[197, "background-variables"]], "Backporting Considerations": [[192, "backporting-considerations"]], "Basic APIs": [[78, null]], "Basic Calendar information \u2013 INode": [[116, "basic-calendar-information-inode"]], "Basic Pattern of Dependency Injection": [[40, "basic-pattern-of-dependency-injection"]], "Basic concepts": [[47, null]], "Basic event information \u2013 INode": [[116, "basic-event-information-inode"]], "Basic input types": [[111, "basic-input-types"]], "Basic layout": [[201, "basic-layout"], [202, "basic-layout"], [202, "id3"], [202, "id5"], [203, "basic-layout"]], "Basic rules": [[202, "basic-rules"]], "Basic usage": [[112, "basic-usage"]], "Be technically sound": [[33, "be-technically-sound"]], "Before the release": [[35, "before-the-release"]], "Behavioral changes": [[10, "behavioral-changes"], [13, "behavioral-changes"], [14, "behavioral-changes"], [23, "behavioral-changes"]], "Benefits": [[33, "benefits"]], "Best practices": [[66, "best-practices"], [153, "best-practices"]], "Body theme": [[16, "body-theme"]], "Boolean database columns": [[18, "boolean-database-columns"]], "Booting an app": [[0, "booting-an-app"]], "Bootstrapping": [[0, null]], "Bootstrapping Nextcloud": [[220, "bootstrapping-nextcloud"]], "Bootstrapping process": [[0, "bootstrapping-process"]], "Border radius": [[26, "border-radius"]], "Braces on same line as the definition.": [[190, "id9"]], "Branch Names": [[192, "branch-names"]], "Branch off": [[35, "branch-off"]], "Branch selection .tx/backport": [[7, "branch-selection-tx-backport"]], "Brute-force protection": [[39, "brute-force-protection"]], "Bugfixes": [[192, "bugfixes"]], "Bugtracker": [[206, null]], "Building Vue components and scripts": [[216, "building-vue-components-and-scripts"]], "Building styles": [[216, "building-styles"]], "Building the Client": [[99, null]], "Built-in examples": [[153, "built-in-examples"]], "Buttons": [[93, "buttons"], [198, "buttons"], [202, "buttons"]], "C++ (Qt) / Desktop client": [[61, "c-qt-desktop-client"]], "CONSIDER how your API will be used": [[66, "consider-how-your-api-will-be-used"]], "CSP Nonce": [[26, "csp-nonce"]], "CSS": [[14, "css"], [42, null], [188, "css"], [197, null]], "CSS and HTML coding standards": [[188, null]], "CSS classes": [[197, "css-classes"]], "CSS variables": [[46, "css-variables"], [197, "css-variables"]], "Cache": [[213, "cache"]], "Cached data": [[127, "cached-data"]], "Caching": [[38, null]], "Calendar integration": [[115, null]], "Calendar objects": [[115, "calendar-objects"]], "Calendar providers": [[115, "calendar-providers"]], "Calendars": [[115, "calendars"]], "Capabilities": [[26, "capabilities"]], "Capabilities API": [[64, "capabilities-api"]], "Casting parameters": [[39, "casting-parameters"]], "Cause": [[160, "cause"]], "Change log": [[35, "change-log"]], "Change tracking": [[35, "change-tracking"]], "Changed APIs": [[10, "changed-apis"], [10, "id1"], [15, "changed-apis"], [19, "changed-apis"], [21, "changed-apis"], [22, "changed-apis"], [23, "changed-apis"], [23, "id7"], [24, "changed-apis"], [24, "id2"], [25, "changed-apis"], [25, "id1"], [26, "changed-apis"], [27, "changed-apis"], [28, "changed-apis"], [28, "id2"]], "Changed behavior": [[25, "changed-behavior"]], "Changelog": [[4, "changelog"]], "Changing API and backwards compatibility": [[217, "changing-api-and-backwards-compatibility"]], "Check availability": [[73, "check-availability"]], "Check for Talk existence": [[143, "check-for-talk-existence"]], "Check out external shipped apps": [[193, "check-out-external-shipped-apps"]], "Check out the code": [[193, "check-out-the-code"]], "Checkbox and Multi-checkbox": [[111, "checkbox-and-multi-checkbox"]], "Checkboxes and radio buttons": [[93, "checkboxes-and-radio-buttons"]], "Checkboxes and radios": [[198, "checkboxes-and-radios"]], "Checking for existence of events": [[116, "checking-for-existence-of-events"]], "Checking if the issue is useful": [[207, "checking-if-the-issue-is-useful"]], "Chunked file upload": [[80, null]], "Chunked upload v2": [[80, "chunked-upload-v2"]], "Class-based schema registration": [[111, "class-based-schema-registration"]], "Classloader": [[102, null]], "Clear data and disable out-of-office": [[67, "clear-data-and-disable-out-of-office"]], "Clear message": [[71, "clear-message"]], "Clickable area": [[26, "clickable-area"]], "Clickjacking": [[212, "clickjacking"]], "Client APIs": [[23, "client-apis"]], "Clients and Client APIs": [[92, null]], "Code Map": [[213, "code-map"]], "Code example": [[87, "code-example"], [87, "id1"], [87, "id2"], [87, "id3"], [87, "id4"], [87, "id5"], [87, "id6"], [87, "id7"], [87, "id8"], [87, "id9"], [87, "id10"], [87, "id11"], [87, "id12"]], "Code executions / file inclusions": [[212, "code-executions-file-inclusions"]], "Code of conduct": [[208, null]], "Code reviews on GitHub": [[205, null]], "Code signing": [[29, null]], "Code style": [[190, "code-style"]], "Coding standards": [[189, "coding-standards"]], "Coding style & general guidelines": [[189, null]], "Collabora without SSL": [[195, "collabora-without-ssl"]], "Collapsible entry": [[202, "collapsible-entry"]], "Color": [[94, "color"]], "Color picker": [[93, "color-picker"]], "Comments": [[81, null], [191, "comments"]], "Committing changes": [[216, "committing-changes"]], "Common data structure": [[126, "common-data-structure"]], "Compatibility": [[122, "compatibility"]], "Compatibility documentation": [[215, "compatibility-documentation"]], "Compatibility with the app ecosystem": [[209, null]], "Compiling": [[99, "compiling"]], "Completely disabled authentication": [[39, "completely-disabled-authentication"]], "Composer": [[2, "composer"]], "Concept": [[133, "concept"]], "Concept overview": [[65, "concept-overview"], [103, "concept-overview"], [105, "concept-overview"], [113, "concept-overview"], [137, "concept-overview"]], "Conditional scheduling of tasks": [[146, "conditional-scheduling-of-tasks"]], "Config & Preferences": [[104, null]], "Configuration": [[55, null]], "Configuration Component": [[114, "configuration-component"]], "Configuration changes": [[10, "configuration-changes"]], "Configuring parallelism": [[37, "configuring-parallelism"]], "Conflict example": [[2, "conflict-example"]], "Connecting a controller and a route": [[39, "connecting-a-controller-and-a-route"]], "Console commands": [[59, "console-commands"]], "Construction of migration classes": [[59, "construction-of-migration-classes"]], "Consumable, Listenable and Catchable": [[101, "consumable-listenable-and-catchable"]], "Consuming a Mail Service": [[119, "consuming-a-mail-service"]], "Consuming the AppConfig API": [[103, "consuming-the-appconfig-api"]], "Consuming the Files Metadata API": [[113, "consuming-the-files-metadata-api"]], "Consuming the Speech-To-Text API": [[141, "consuming-the-speech-to-text-api"]], "Consuming the Task Processing API": [[144, "consuming-the-task-processing-api"]], "Consuming the Text Processing API": [[146, "consuming-the-text-processing-api"]], "Consuming the Text-To-Image API": [[145, "consuming-the-text-to-image-api"]], "Consuming the Translation API": [[148, "consuming-the-translation-api"]], "Consuming the UserConfig API": [[105, "consuming-the-userconfig-api"]], "Contact Support": [[160, "contact-support"]], "Contacts Menu": [[117, null]], "Containers / Dependency Injection": [[40, null]], "Content": [[98, "content"]], "Content list": [[201, null]], "Content size of the event": [[116, "content-size-of-the-event"]], "Context Chat": [[106, null]], "Continuous Integration": [[107, null]], "Contributing": [[130, "contributing"]], "Control structures": [[190, "control-structures"], [191, "control-structures"]], "Controller Injection": [[40, "controller-injection"]], "Controllers": [[39, null]], "Convert input into standard format": [[128, "convert-input-into-standard-format"]], "Converting to app passwords": [[62, "converting-to-app-passwords"]], "Cookies": [[157, "cookies"]], "Copying files and folders (rfc4918)": [[78, "copying-files-and-folders-rfc4918"]], "Corporate Proxy - Permanent Settings for PHP CLI": [[160, null]], "Correct plurals": [[61, "correct-plurals"]], "Counter": [[202, "counter"]], "Counter bubbles": [[93, "counter-bubbles"]], "Create a conversation": [[143, "create-a-conversation"]], "Create a folder": [[87, "create-a-folder"]], "Create a new Federated Cloud Share": [[69, "create-a-new-federated-cloud-share"]], "Create a new Share": [[69, "create-a-new-share"]], "Create an app": [[6, "create-an-app"]], "Create calendar events": [[115, "create-calendar-events"]], "Creating a repair step": [[135, "creating-a-repair-step"]], "Creating custom responses": [[39, "creating-custom-responses"]], "Creating folders (rfc4918)": [[78, "creating-folders-rfc4918"]], "Creating new calendar events": [[116, "creating-new-calendar-events"]], "Creating users": [[151, "creating-users"]], "Cross site request forgery": [[212, "cross-site-request-forgery"]], "Cross site scripting": [[212, "cross-site-scripting"]], "Custom attribute to database column mapping": [[56, "custom-attribute-to-database-column-mapping"]], "Customize the conversation": [[143, "customize-the-conversation"]], "DELETE request": [[120, "delete-request"]], "DO NOT throw non-OCS*Exceptions": [[66, "do-not-throw-non-ocs-exceptions"]], "DO NOT use the addHeader method for setting headers for your responses": [[66, "do-not-use-the-addheader-method-for-setting-headers-for-your-responses"]], "DO set all descriptions for parameters and methods": [[66, "do-set-all-descriptions-for-parameters-and-methods"]], "DO type controller and helper methods as explicit as possible": [[66, "do-type-controller-and-helper-methods-as-explicit-as-possible"]], "DO use the same data structures for the same group of responses": [[66, "do-use-the-same-data-structures-for-the-same-group-of-responses"]], "DaemonConfig registration": [[169, "daemonconfig-registration"]], "Dashboard": [[108, null]], "Dashboard API": [[108, "dashboard-api"]], "Data-based responses": [[39, "data-based-responses"]], "Database access": [[56, null]], "Database clusters": [[127, "database-clusters"]], "Database performance": [[127, "database-performance"]], "Datetime picker": [[93, "datetime-picker"]], "Deadlocks": [[109, null]], "Debug mode": [[110, "debug-mode"]], "Debugging": [[110, null]], "Debugging HTML and templates": [[110, "debugging-html-and-templates"]], "Debugging JavaScript": [[110, "debugging-javascript"]], "Debugging MariaDB queries": [[110, "debugging-mariadb-queries"]], "Debugging SQL queries": [[110, "debugging-sql-queries"]], "Debugging tests in the browser": [[220, "debugging-tests-in-the-browser"]], "Debugging variables": [[110, "debugging-variables"]], "Declarative Settings": [[183, null]], "Declarative settings": [[111, null]], "Declare in-app search": [[137, "declare-in-app-search"]], "Declare supported Unified Search providers": [[134, "declare-supported-unified-search-providers"]], "Decline a pending Federated Cloud Share": [[69, "decline-a-pending-federated-cloud-share"]], "Default values for subURL": [[52, "default-values-for-suburl"]], "Define a setup check": [[140, "define-a-setup-check"]], "Delete Share": [[69, "delete-share"]], "Delete a conversation": [[143, "delete-a-conversation"]], "Delete a share resource": [[87, "delete-a-share-resource"]], "Delete a task": [[73, "delete-a-task"]], "Delete an accepted Federated Cloud Share": [[69, "delete-an-accepted-federated-cloud-share"]], "Delete app config values": [[172, "delete-app-config-values"]], "Delete file or folder": [[87, "delete-file-or-folder"]], "Delete metadata using PROPPATCH": [[113, "delete-metadata-using-proppatch"]], "Delete user config values": [[181, "delete-user-config-values"]], "Deleting a preference": [[76, "deleting-a-preference"]], "Deleting an app password": [[62, "deleting-an-app-password"]], "Deleting files and folders (rfc4918)": [[78, "deleting-files-and-folders-rfc4918"]], "Deleting from the trashbin": [[84, "deleting-from-the-trashbin"]], "Deleting multiple preference": [[76, "deleting-multiple-preference"]], "Dependency Injection Container Registration": [[49, "dependency-injection-container-registration"]], "Dependency Injection Parameters": [[22, "dependency-injection-parameters"]], "Dependency hell": [[2, "dependency-hell"]], "Dependency management": [[2, null]], "Deploy daemons types": [[154, "deploy-daemons-types"]], "Deploy environment variables": [[169, "deploy-environment-variables"]], "Deployment": [[169, null]], "Deprecated": [[22, "deprecated"]], "Deprecated APIs": [[10, "deprecated-apis"], [11, "deprecated-apis"], [16, "deprecated-apis"], [18, "deprecated-apis"], [19, "deprecated-apis"], [19, "id1"], [23, "deprecated-apis"], [24, "deprecated-apis"], [24, "id3"], [25, "deprecated-apis"], [26, "deprecated-apis"], [26, "id2"], [27, "deprecated-apis"], [28, "deprecated-apis"], [28, "id3"]], "Deprecated events": [[24, "deprecated-events"]], "Deprecated global variables": [[13, "deprecated-global-variables"], [14, "deprecated-global-variables"], [15, "deprecated-global-variables"], [16, "deprecated-global-variables"], [18, "deprecated-global-variables"]], "Deprecation of injection of named services": [[15, "deprecation-of-injection-of-named-services"]], "Deprecation of shipped JavaScript libraries": [[12, "deprecation-of-shipped-javascript-libraries"]], "Deprecations": [[13, "deprecations"], [14, "deprecations"]], "Desktop Clients": [[100, null]], "Details": [[98, "details"]], "Determining if the report is complete": [[207, "determining-if-the-report-is-complete"]], "Determining relevance of issue": [[207, "determining-relevance-of-issue"]], "Development": [[122, "development"]], "Development dependency hell": [[24, "development-dependency-hell"]], "Development environment": [[193, null]], "Development overview": [[159, null]], "Development process": [[192, null]], "Development tools": [[2, "development-tools"]], "Digging deeper": [[121, null]], "Direct Download": [[64, "direct-download"]], "Direct storage access": [[57, "direct-storage-access"]], "Directory traversal": [[212, "directory-traversal"]], "Disable the app": [[130, "disable-the-app"]], "Disabled keyboard shortcuts": [[21, "disabled-keyboard-shortcuts"]], "Display link previews": [[134, "display-link-previews"]], "Distributed cache": [[38, "distributed-cache"]], "Do we lock down Nextcloud?": [[29, "do-we-lock-down-nextcloud"]], "Docker Container Registry": [[161, null]], "Docker Socket Proxy": [[154, "docker-socket-proxy"], [162, null]], "Docker by socket": [[154, "docker-by-socket"]], "Docker install": [[171, "docker-install"]], "Docker remote API": [[154, "docker-remote-api"]], "Dockerfile": [[156, "dockerfile"]], "Documentation": [[220, "documentation"]], "Documentation procedures of changes that affect app developers": [[209, "documentation-procedures-of-changes-that-affect-app-developers"]], "Donations": [[32, "donations"]], "Dos and Don\u2019ts": [[61, "dos-and-don-ts"], [197, "dos-and-don-ts"]], "Download a file": [[87, "download-a-file"]], "Download permission": [[69, "download-permission"]], "Downloading files": [[78, "downloading-files"]], "Downloading folders": [[78, "downloading-folders"]], "Downloads": [[39, "downloads"]], "Drag and drop": [[202, "drag-and-drop"]], "Dropdowns": [[93, "dropdowns"]], "ESLint config": [[190, "eslint-config"]], "Edit an existing app": [[6, "edit-an-existing-app"]], "Edit entry": [[202, "edit-entry"]], "Element structure variables": [[197, "element-structure-variables"]], "Email": [[112, null]], "Email sending": [[195, "email-sending"]], "Empty content": [[93, "empty-content"]], "Emptying the trashbin": [[84, "emptying-the-trashbin"]], "Enable the app": [[6, "enable-the-app"], [130, "enable-the-app"]], "Enabled": [[157, "enabled"], [170, "enabled"]], "Enabling debug mode": [[193, "enabling-debug-mode"]], "Endpoint": [[81, "endpoint"]], "Enterprise support": [[32, "enterprise-support"]], "Entities": [[56, "entities"], [114, "entities"]], "Entity slug deprecation": [[20, "entity-slug-deprecation"]], "Entries in the calendar \u2013 ICollection": [[116, "entries-in-the-calendar-icollection"]], "Entry bullet": [[202, "entry-bullet"]], "Error handling": [[120, "error-handling"]], "Errors": [[29, "errors"]], "Event data \u2013 IFile": [[116, "event-data-ifile"]], "Event payload": [[173, "event-payload"]], "Event-based schema registration": [[111, "event-based-schema-registration"]], "Events": [[41, null], [90, "events"], [122, "events"]], "Events Listener": [[173, null]], "Events types": [[173, "events-types"]], "ExApp": [[174, null]], "ExApp deployment issues": [[165, "exapp-deployment-issues"]], "ExApp development": [[156, null], [167, null]], "ExApp info.xml schema": [[169, "exapp-info-xml-schema"]], "ExApp lifecycle": [[157, null]], "ExApp lifecycle methods": [[157, "exapp-lifecycle-methods"]], "ExApp lifecycle scheme": [[157, "exapp-lifecycle-scheme"]], "ExApp metadata": [[158, "exapp-metadata"]], "ExApp overview": [[158, null]], "ExApp registration": [[169, "exapp-registration"]], "ExApp structure": [[158, "exapp-structure"]], "ExApps (Python)": [[61, "exapps-python"]], "ExApps management list of apps from App Store is empty": [[165, "exapps-management-list-of-apps-from-app-store-is-empty"]], "Example": [[169, "example"], [179, "example"], [182, "example"]], "Example generic handler": [[152, "example-generic-handler"]], "Example webfinger handler": [[152, "example-webfinger-handler"]], "Examples": [[81, "examples"], [87, null], [90, "examples"], [90, "id1"], [175, "examples"], [205, "examples"]], "Examples search bodies": [[83, "examples-search-bodies"]], "ExceptionalImplementable": [[101, "exceptionalimplementable"]], "Exceptions": [[217, "exceptions"]], "Excluding files .l10nignore": [[7, "excluding-files-l10nignore"]], "Extend link preview support": [[134, "extend-link-preview-support"]], "Extend the Smart Picker": [[134, "extend-the-smart-picker"]], "Extending core parts": [[44, "extending-core-parts"]], "Extending the DAV server": [[1, null]], "Extending the \u201cnew\u201d menu in the files app": [[44, "extending-the-new-menu-in-the-files-app"]], "External API": [[217, null]], "External search provider": [[137, "external-search-provider"]], "External storage type": [[111, "external-storage-type"]], "Extracting values from the URL": [[52, "extracting-values-from-the-url"]], "FAQ": [[29, "faq"]], "Failed to create volume": [[165, "failed-to-create-volume"]], "Federated Cloud Shares": [[69, "federated-cloud-shares"]], "Fetch a list of all set user-statuses": [[71, "fetch-a-list-of-all-set-user-statuses"]], "Fetch a result image": [[73, "fetch-a-result-image"]], "Fetch a specific user\u2019s status": [[71, "fetch-a-specific-user-s-status"]], "Fetch a task by ID": [[73, "fetch-a-task-by-id"], [74, "fetch-a-task-by-id"]], "Fetch a user\u2019s backup status": [[71, "fetch-a-user-s-backup-status"]], "Fetch ongoing data": [[67, "fetch-ongoing-data"]], "Fetch the list of predefined statuses": [[71, "fetch-the-list-of-predefined-statuses"]], "Fetch upcoming or ongoing data": [[67, "fetch-upcoming-or-ongoing-data"]], "Fetch user setting and recommendations": [[68, "fetch-user-setting-and-recommendations"]], "Fetch user-controlled recommendations": [[68, "fetch-user-controlled-recommendations"]], "Fetch your own status": [[71, "fetch-your-own-status"]], "Fetching a calendar entry": [[116, "fetching-a-calendar-entry"]], "Fetching all calendar entries": [[116, "fetching-all-calendar-entries"]], "Fetching individual search results": [[137, "fetching-individual-search-results"]], "Fetching provider IDs": [[137, "fetching-provider-ids"]], "Fetching the access rules of the calendar": [[116, "fetching-the-access-rules-of-the-calendar"]], "Fetching the name of an event": [[116, "fetching-the-name-of-an-event"]], "File": [[54, "file"]], "File Actions Menu": [[175, null]], "File bulk upload": [[79, null]], "File request": [[69, "file-request"]], "Filenames": [[190, "filenames"]], "Files": [[90, null]], "Files Metadata": [[113, null]], "Files Sharing": [[71, "files-sharing"]], "Files and Files sharing": [[27, "files-and-files-sharing"]], "Filesystem layer": [[213, "filesystem-layer"]], "Filesystem root": [[41, "filesystem-root"]], "Filesystem scanner": [[41, "filesystem-scanner"]], "Filesystem structure": [[190, "filesystem-structure"]], "Filtering the auto-complete results": [[64, "filtering-the-auto-complete-results"]], "Finalizing and tagging": [[207, "finalizing-and-tagging"]], "Finding bugs to triage": [[207, "finding-bugs-to-triage"]], "Finding duplicates": [[207, "finding-duplicates"]], "First steps": [[65, "first-steps"]], "Folder": [[54, "folder"]], "Font sizes": [[26, "font-sizes"]], "Force language for a given call": [[64, "force-language-for-a-given-call"]], "Forums": [[210, "forums"]], "Foundations": [[94, null]], "Frequently Asked Questions": [[166, null]], "Front controller": [[51, "front-controller"]], "Front-end": [[43, null], [171, "front-end"]], "Front-end changes": [[10, "front-end-changes"], [11, "front-end-changes"], [12, "front-end-changes"], [13, "front-end-changes"], [14, "front-end-changes"], [15, "front-end-changes"], [16, "front-end-changes"], [18, "front-end-changes"], [19, "front-end-changes"], [21, "front-end-changes"], [22, "front-end-changes"], [23, "front-end-changes"], [24, "front-end-changes"], [25, "front-end-changes"], [26, "front-end-changes"], [27, "front-end-changes"], [28, "front-end-changes"]], "Front-end code": [[216, null]], "Frontend": [[158, "frontend"]], "Frontend routing": [[158, "frontend-routing"]], "Functions": [[190, "functions"]], "Further reading": [[220, "further-reading"]], "GET request": [[120, "get-request"]], "GPU support": [[163, null]], "GPUs scaling": [[164, "gpus-scaling"]], "Gather information about server setup": [[193, "gather-information-about-server-setup"]], "General": [[10, "general"], [18, "general"], [20, "general"], [21, "general"], [22, "general"], [23, "general"], [23, "id1"], [24, "general"], [25, "general"], [26, "general"], [28, "general"], [91, null], [189, "general"], [190, "general"]], "General color variables": [[197, "general-color-variables"]], "General considerations": [[207, "general-considerations"]], "General rules and advice": [[190, "general-rules-and-advice"]], "Generating URLs": [[44, "generating-urls"]], "Generating a token if Nextcloud is the provider": [[125, "generating-a-token-if-nextcloud-is-the-provider"]], "Generic Build Instructions": [[99, "generic-build-instructions"]], "Generic Errors": [[91, "generic-errors"]], "Get ExApp enabled status": [[174, "get-exapp-enabled-status"]], "Get ExApps list": [[174, "get-exapps-list"]], "Get Nextcloud URL": [[174, "get-nextcloud-url"]], "Get Shares from a specific file or folder": [[69, "get-shares-from-a-specific-file-or-folder"]], "Get a unique tag for one event version": [[116, "get-a-unique-tag-for-one-event-version"]], "Get all Shares": [[69, "get-all-shares"]], "Get app config values": [[172, "get-app-config-values"]], "Get available task types": [[74, "get-available-task-types"]], "Get available translation options": [[75, "get-available-translation-options"]], "Get content of a calendar event": [[116, "get-content-of-a-calendar-event"]], "Get data and metadata from a document": [[65, "get-data-and-metadata-from-a-document"]], "Get groups of calendar": [[116, "get-groups-of-calendar"]], "Get information about a known Federated Cloud Share": [[69, "get-information-about-a-known-federated-cloud-share"]], "Get information about a known Share": [[69, "get-information-about-a-known-share"]], "Get list of NC users": [[186, "get-list-of-nc-users"]], "Get the app": [[130, "get-the-app"]], "Get the country code for a region": [[128, "get-the-country-code-for-a-region"]], "Get the provider list": [[134, "get-the-provider-list"]], "Get the share resources for a given file or folder": [[87, "get-the-share-resources-for-a-given-file-or-folder"]], "Get the source": [[193, "get-the-source"]], "Get user config values": [[181, "get-user-config-values"]], "Getting PHPUnit": [[220, "getting-phpunit"]], "Getting access": [[57, "getting-access"]], "Getting data from the backend using AJAX requests": [[39, "getting-data-from-the-backend-using-ajax-requests"]], "Getting help": [[127, "getting-help"], [212, "getting-help"]], "Getting properties for just the folder": [[78, "getting-properties-for-just-the-folder"]], "Getting request parameters": [[39, "getting-request-parameters"]], "Getting started": [[194, null]], "Getting the last modification time stamp": [[116, "getting-the-last-modification-time-stamp"]], "Getting the login token": [[125, "getting-the-login-token"]], "Getting the modification timestamp": [[116, "getting-the-modification-timestamp"]], "Getting the owner of a calendar": [[116, "getting-the-owner-of-a-calendar"]], "Getting the privileges associated with the calendar": [[116, "getting-the-privileges-associated-with-the-calendar"]], "Getting the properties": [[116, "getting-the-properties"]], "Git branch management": [[35, "git-branch-management"]], "GitHub Actions": [[34, "github-actions"]], "Global Middlewares": [[49, "global-middlewares"]], "Global variables": [[122, "global-variables"]], "Glossary": [[155, "glossary"]], "GroupManager": [[41, "groupmanager"]], "Groupware integration": [[118, null]], "Guidelines": [[61, "guidelines"]], "HEAD request": [[120, "head-request"]], "HTML": [[188, "html"]], "HTML elements": [[198, null]], "HTML-based Responses": [[39, "html-based-responses"]], "HTML/CSS guidelines": [[200, null]], "HTTP 401 for invalid username/password": [[18, "http-401-for-invalid-username-password"]], "HTTP Client": [[120, null]], "Handler registration": [[152, "handler-registration"]], "Handling DAV events": [[1, "handling-dav-events"]], "Handling errors": [[39, "handling-errors"]], "Handling iMIP data": [[116, "handling-imip-data"]], "Handling search requests": [[137, "handling-search-requests"]], "Handling settings storage": [[111, "handling-settings-storage"]], "Handling the dependencies": [[99, "handling-the-dependencies"]], "Healthcheck": [[157, "healthcheck"]], "Heartbeat": [[157, "heartbeat"], [170, "heartbeat"]], "Heavy load and time insensitive": [[37, "heavy-load-and-time-insensitive"]], "Help and communication": [[210, null]], "High level overview": [[213, "high-level-overview"]], "Highlighted counter": [[202, "highlighted-counter"]], "Hooks": [[41, "hooks"]], "How code signing affects apps in the app store": [[29, "how-code-signing-affects-apps-in-the-app-store"]], "How do you triage bugs": [[207, "how-do-you-triage-bugs"]], "How does auto-wiring work": [[40, "how-does-auto-wiring-work"]], "How does it affect the request lifecycle": [[40, "how-does-it-affect-the-request-lifecycle"]], "How does this affect controllers": [[40, "how-does-this-affect-controllers"]], "How the container works": [[40, "how-the-container-works"]], "How to add OpenAPI support to your OCS API": [[66, "how-to-add-openapi-support-to-your-ocs-api"]], "How to add response definitions to share type definitions": [[66, "how-to-add-response-definitions-to-share-type-definitions"]], "How to deal with interface and primitive type parameters": [[40, "how-to-deal-with-interface-and-primitive-type-parameters"]], "How to enable GPU support for the Deploy daemon?": [[163, "how-to-enable-gpu-support-for-the-deploy-daemon"]], "How to enable it": [[40, "how-to-enable-it"]], "How to expose Capabilities": [[66, "how-to-expose-capabilities"]], "How to generate the specification": [[66, "how-to-generate-the-specification"]], "How to get your app signed": [[29, "how-to-get-your-app-signed"]], "How to handle exceptions": [[66, "how-to-handle-exceptions"]], "How to ignore certain endpoints": [[66, "how-to-ignore-certain-endpoints"]], "How to limit the number of GPUs per ExApp?": [[163, "how-to-limit-the-number-of-gpus-per-exapp"]], "How to move": [[33, "how-to-move"]], "How to test \u2026": [[195, null]], "How to troubleshoot networking issues?": [[165, "how-to-troubleshoot-networking-issues"]], "How to use a private Docker container registry with authentication?": [[161, "how-to-use-a-private-docker-container-registry-with-authentication"]], "How will it work?": [[205, "how-will-it-work"]], "Hybrid Distribution": [[35, "hybrid-distribution"]], "IE11 removal": [[18, "ie11-removal"]], "Icons": [[46, "icons"], [94, "icons"], [199, null]], "Icons should be outlined": [[28, "icons-should-be-outlined"]], "Identifying errors": [[110, "identifying-errors"]], "Ignoring deadlocks": [[109, "ignoring-deadlocks"]], "Image Pulling (Docker)": [[170, "image-pulling-docker"]], "Images": [[134, "images"]], "Implementable, Dispatchable and Throwable": [[101, "implementable-dispatchable-and-throwable"]], "Implementing a Speech-To-Text provider": [[141, "implementing-a-speech-to-text-provider"]], "Implementing a TaskProcessing provider": [[144, "implementing-a-taskprocessing-provider"]], "Implementing a Text-To-Image provider": [[145, "implementing-a-text-to-image-provider"]], "Implementing a TextProcessing provider": [[146, "implementing-a-textprocessing-provider"]], "Implementing a Translation provider": [[148, "implementing-a-translation-provider"]], "Implementing a content provider for Context Chat": [[106, "implementing-a-content-provider-for-context-chat"]], "Implementing a simple two-factor auth provider": [[149, "implementing-a-simple-two-factor-auth-provider"]], "Implementing a storage": [[57, "implementing-a-storage"]], "Implementing an API called from a public share page": [[133, "implementing-an-api-called-from-a-public-share-page"]], "Implementing an authenticated public page": [[133, "implementing-an-authenticated-public-page"]], "Implementing the ContentProviderRegisterEvent event": [[106, "implementing-the-contentproviderregisterevent-event"]], "Improving your translations": [[61, "improving-your-translations"]], "In Place of a Conclusion": [[154, "in-place-of-a-conclusion"]], "In-memory cache": [[38, "in-memory-cache"]], "Including CSS and JavaScript": [[45, "including-css-and-javascript"]], "Including images": [[45, "including-images"]], "Including templates": [[45, "including-templates"]], "Indentation": [[190, "indentation"]], "Indexed values": [[105, "indexed-values"]], "Init": [[157, "init"], [170, "init"]], "Init the library": [[87, "init-the-library"]], "Initialization events": [[5, "initialization-events"]], "Initializing the collection": [[65, "initializing-the-collection"]], "Inline attachments": [[112, "inline-attachments"]], "Input and output shapes": [[144, "input-and-output-shapes"]], "Input fields": [[93, "input-fields"]], "Install AppAPI": [[154, "install-appapi"]], "Installing Node JS": [[220, "installing-node-js"]], "Installing the apps": [[65, "installing-the-apps"]], "Integration of custom calendar providers": [[116, null]], "Interactive widgets": [[134, "interactive-widgets"]], "Interface & interaction design": [[95, null]], "Internal changes": [[10, "internal-changes"]], "Internal storage type": [[111, "internal-storage-type"]], "Introduction": [[6, null], [40, "introduction"], [79, "introduction"], [80, "introduction"], [96, null], [155, null], [201, "introduction"], [202, null], [202, "id1"], [202, "id2"], [202, "id4"], [205, "introduction"], [217, "introduction"]], "Is code signing mandatory for apps?": [[29, "is-code-signing-mandatory-for-apps"]], "JSON": [[39, "json"]], "JSON parameters": [[39, "json-parameters"]], "JavaScript": [[44, null], [46, "javascript"], [212, "javascript"]], "JavaScript / TypeScript": [[61, "javascript-typescript"]], "JavaScript / TypeScript / Vue": [[61, "javascript-typescript-vue"]], "JavaScript APIs": [[122, null]], "JavaScript and Typescript": [[190, null]], "JavaScript unit testing for server": [[220, "javascript-unit-testing-for-server"]], "Keep the code up-to-date": [[193, "keep-the-code-up-to-date"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "L10n translations": [[158, "l10n-translations"]], "LDAP factory availability": [[18, "ldap-factory-availability"]], "LLM Prompts and multilingual I/O": [[144, "llm-prompts-and-multilingual-i-o"]], "Labels": [[189, "labels"]], "Language of other users": [[61, "language-of-other-users"]], "Language tuple structure": [[75, "language-tuple-structure"]], "Last version with database.xml support and migration": [[17, "last-version-with-database-xml-support-and-migration"]], "Layout": [[97, null]], "Layout components": [[98, null]], "Lazy Loading": [[103, "lazy-loading"], [105, "lazy-loading"]], "Legacy access to the Sabre classes": [[116, "legacy-access-to-the-sabre-classes"]], "Legal and security": [[33, "legal-and-security"]], "Library installation": [[89, null]], "License headers": [[189, "license-headers"]], "Line height": [[26, "line-height"]], "Linking a collection to a user account": [[65, "linking-a-collection-to-a-user-account"]], "Linting": [[107, "linting"]], "List accepted Federated Cloud Shares": [[69, "list-accepted-federated-cloud-shares"]], "List item": [[98, "list-item"]], "List of available icons": [[199, "list-of-available-icons"]], "List pending Federated Cloud Shares": [[69, "list-pending-federated-cloud-shares"]], "List tasks by App": [[73, "list-tasks-by-app"]], "Listener callbacks": [[41, "listener-callbacks"]], "Listener classes": [[41, "listener-classes"]], "Listening to events": [[126, "listening-to-events"]], "Listening to the image generation events": [[145, "listening-to-the-image-generation-events"]], "Listening to the task processing events": [[144, "listening-to-the-task-processing-events"]], "Listening to the text processing events": [[146, "listening-to-the-text-processing-events"]], "Listening to the transcription events": [[141, "listening-to-the-transcription-events"]], "Listing favorites": [[78, "listing-favorites"]], "Listing folders (rfc4918)": [[78, "listing-folders-rfc4918"]], "Listing the trashbin content": [[84, "listing-the-trashbin-content"]], "Listing the versions of a file": [[85, "listing-the-versions-of-a-file"]], "Live & Background Events": [[113, "live-background-events"]], "Loading initial state": [[44, "loading-initial-state"]], "Local Shares": [[69, "local-shares"]], "Local cache": [[38, "local-cache"]], "Log format": [[18, "log-format"]], "Logging": [[48, null], [156, "logging"], [177, null]], "Logical position CSS rules": [[27, "logical-position-css-rules"]], "Login Flow": [[62, null]], "Login flow v2": [[62, "login-flow-v2"]], "Login in the user": [[62, "login-in-the-user"]], "Login name vs. email login": [[62, "login-name-vs-email-login"]], "Long transactions": [[127, "long-transactions"]], "Loosening the default restrictions": [[39, "loosening-the-default-restrictions"]], "Losing a rating": [[33, "losing-a-rating"]], "Machine Translation": [[148, null]], "Mail Provider Interface": [[119, null]], "Main action button": [[98, "main-action-button"]], "Main content": [[196, null]], "Maintainers": [[31, null], [210, "maintainers"]], "Maintenance Mode": [[91, "maintenance-mode"]], "Major update": [[35, "major-update"]], "Make Requests to ExApps": [[174, "make-requests-to-exapps"]], "Make a provider activatable by the admin (optional)": [[149, "make-a-provider-activatable-by-the-admin-optional"]], "Make a provider deactivatable by the admin (optional)": [[149, "make-a-provider-deactivatable-by-the-admin-optional"]], "Makefile": [[158, "makefile"]], "Makefile changes for code signing": [[34, "makefile-changes-for-code-signing"]], "Making requests in JavaScript": [[78, "making-requests-in-javascript"]], "Making search requests": [[83, "making-search-requests"]], "Managing config keys": [[103, "managing-config-keys"], [105, "managing-config-keys"]], "Managing the access to the calendar \u2013 IACL": [[116, "managing-the-access-to-the-calendar-iacl"]], "Manual Backport": [[192, "manual-backport"]], "Manual install": [[171, "manual-install"]], "Manual install for development": [[169, "manual-install-for-development"]], "Manual translation": [[7, "manual-translation"]], "Manual translations": [[171, "manual-translations"]], "Mappers": [[56, "mappers"]], "Match links": [[134, "match-links"]], "Matching subURLs": [[52, "matching-suburls"]], "Material design icons": [[199, "material-design-icons"]], "Measuring performance": [[127, "measuring-performance"]], "Menu": [[202, "menu"]], "Metadata Query Helper": [[113, "metadata-query-helper"]], "Method 1: Edit PHP CLI php.ini File": [[160, "method-1-edit-php-cli-php-ini-file"]], "Method 2: Set System-Wide Environment Variables": [[160, "method-2-set-system-wide-environment-variables"]], "Methods": [[147, "methods"]], "Middlewares": [[49, null]], "Migration commands": [[18, "migration-commands"]], "Migration from PHPDoc annotations to native PHP attributes": [[22, "migration-from-phpdoc-annotations-to-native-php-attributes"]], "Migrations": [[59, null]], "Migrations and Metadata": [[59, "migrations-and-metadata"]], "Minor updates": [[35, "minor-updates"]], "Miscellaneous": [[103, "miscellaneous"], [105, "miscellaneous"]], "Miscellaneous OCS APIs": [[186, null]], "Miscellaneous responses": [[39, "miscellaneous-responses"]], "Mitigations": [[109, "mitigations"]], "Modal": [[93, "modal"]], "Modify out-of-office data": [[67, "modify-out-of-office-data"]], "Modifying the CORS headers": [[136, "modifying-the-cors-headers"]], "Modifying the content security policy": [[39, "modifying-the-content-security-policy"]], "Modifying users": [[151, "modifying-users"]], "Monetizing your app": [[32, null]], "Mount": [[213, "mount"]], "Move a file or folder": [[87, "move-a-file-or-folder"]], "Moving files and folders (rfc4918)": [[78, "moving-files-and-folders-rfc4918"]], "Moving your repo to the Nextcloud organization": [[33, "moving-your-repo-to-the-nextcloud-organization"]], "NPM": [[124, null]], "Naming": [[94, "naming"]], "Naming and casing": [[190, "naming-and-casing"]], "Naming convention": [[188, "naming-convention"]], "Naming conventions": [[55, "naming-conventions"]], "Naming scheme": [[41, "naming-scheme"]], "Navigation": [[98, "navigation"]], "Navigation and pre-app configuration": [[5, null]], "Navigation entries": [[98, "navigation-entries"]], "Navigation \u2192 Content \u2192 Sidebar": [[97, "navigation-content-sidebar"]], "Navigation \u2192 List \u2192 Content": [[97, "navigation-list-content"]], "NcReferencePickerModal": [[134, "ncreferencepickermodal"]], "NcReferenceWidget": [[134, "ncreferencewidget"]], "NcRichContenteditable": [[134, "ncrichcontenteditable"]], "NcRichText": [[134, "ncrichtext"]], "Network state changes": [[122, "network-state-changes"]], "New APIs": [[14, "new-apis"], [15, "new-apis"]], "New button": [[202, "new-button"]], "New item element": [[98, "new-item-element"]], "Nextcloud 20 and later": [[0, "nextcloud-20-and-later"]], "Nextcloud AIO": [[162, "nextcloud-aio"]], "Nextcloud Android library": [[88, "nextcloud-android-library"]], "Nextcloud AppAPI DSP": [[162, "nextcloud-appapi-dsp"]], "Nextcloud Flow": [[114, null]], "Nextcloud architecture": [[214, null]], "Nextcloud bug triaging": [[207, null]], "Nextcloud developer documentation": [[204, null]], "Nextcloud filesystem API": [[57, null], [213, null]], "Nextcloud-side ExApp lifecycle methods": [[157, "nextcloud-side-exapp-lifecycle-methods"]], "Nightly releases": [[35, "nightly-releases"]], "No space between function name and parameters": [[190, "id8"]], "Node": [[213, "node"]], "Node API": [[57, "node-api"]], "Node Events": [[173, "node-events"]], "Node.js upgrade": [[18, "node-js-upgrade"]], "Not open source anymore?": [[29, "not-open-source-anymore"]], "Notifications": [[64, "notifications"], [123, null], [178, null]], "OC \u2013 internal APIs": [[122, "oc-internal-apis"]], "OCA \u2013 App APIs": [[122, "oca-app-apis"]], "OCA\\DAV\\Events\\SabrePluginAddEvent": [[41, "oca-dav-events-sabrepluginaddevent"]], "OCC Command": [[179, null]], "OCP event dispatcher": [[41, "ocp-event-dispatcher"]], "OCP \u2013 Public APIs": [[122, "ocp-public-apis"]], "OCP\\Accounts\\UserUpdatedEvent": [[36, null], [41, "ocp-accounts-userupdatedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent": [[36, "ocp-appframework-http-events-beforelogintemplaterenderedevent"], [41, "ocp-appframework-http-events-beforelogintemplaterenderedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent": [[36, "ocp-appframework-http-events-beforetemplaterenderedevent"], [41, "ocp-appframework-http-events-beforetemplaterenderedevent"]], "OCP\\App\\Events\\AppDisableEvent": [[36, "ocp-app-events-appdisableevent"], [41, "ocp-app-events-appdisableevent"]], "OCP\\App\\Events\\AppEnableEvent": [[36, "ocp-app-events-appenableevent"], [41, "ocp-app-events-appenableevent"]], "OCP\\App\\Events\\AppUpdateEvent": [[36, "ocp-app-events-appupdateevent"], [41, "ocp-app-events-appupdateevent"]], "OCP\\App\\ManagerEvent": [[36, "ocp-app-managerevent"], [41, "ocp-app-managerevent"]], "OCP\\Authentication\\Events\\AnyLoginFailedEvent": [[36, "ocp-authentication-events-anyloginfailedevent"], [41, "ocp-authentication-events-anyloginfailedevent"]], "OCP\\Authentication\\Events\\LoginFailedEvent": [[36, "ocp-authentication-events-loginfailedevent"], [41, "ocp-authentication-events-loginfailedevent"]], "OCP\\Authentication\\Events\\TokenInvalidatedEvent": [[36, "ocp-authentication-events-tokeninvalidatedevent"], [41, "ocp-authentication-events-tokeninvalidatedevent"]], "OCP\\Authentication\\TwoFactorAuth\\RegistryEvent": [[36, "ocp-authentication-twofactorauth-registryevent"], [41, "ocp-authentication-twofactorauth-registryevent"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed": [[36, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"], [41, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed": [[36, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"], [41, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled": [[36, "ocp-authentication-twofactorauth-twofactorproviderdisabled"], [41, "ocp-authentication-twofactorauth-twofactorproviderdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered": [[36, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"], [41, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted": [[36, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"], [41, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"]], "OCP\\BeforeSabrePubliclyLoadedEvent": [[36, "ocp-beforesabrepubliclyloadedevent"], [41, "ocp-beforesabrepubliclyloadedevent"]], "OCP\\Calendar\\Events\\CalendarObjectCreatedEvent": [[36, "ocp-calendar-events-calendarobjectcreatedevent"], [41, "ocp-calendar-events-calendarobjectcreatedevent"]], "OCP\\Calendar\\Events\\CalendarObjectDeletedEvent": [[36, "ocp-calendar-events-calendarobjectdeletedevent"], [41, "ocp-calendar-events-calendarobjectdeletedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedEvent": [[36, "ocp-calendar-events-calendarobjectmovedevent"], [41, "ocp-calendar-events-calendarobjectmovedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent": [[36, "ocp-calendar-events-calendarobjectmovedtotrashevent"], [41, "ocp-calendar-events-calendarobjectmovedtotrashevent"]], "OCP\\Calendar\\Events\\CalendarObjectRestoredEvent": [[36, "ocp-calendar-events-calendarobjectrestoredevent"], [41, "ocp-calendar-events-calendarobjectrestoredevent"]], "OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent": [[36, "ocp-calendar-events-calendarobjectupdatedevent"], [41, "ocp-calendar-events-calendarobjectupdatedevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent": [[36, "ocp-collaboration-autocomplete-autocompleteevent"], [41, "ocp-collaboration-autocomplete-autocompleteevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent": [[36, "ocp-collaboration-autocomplete-autocompletefilterevent"], [41, "ocp-collaboration-autocomplete-autocompletefilterevent"]], "OCP\\Collaboration\\Reference\\RenderReferenceEvent": [[36, "ocp-collaboration-reference-renderreferenceevent"], [41, "ocp-collaboration-reference-renderreferenceevent"]], "OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent": [[36, "ocp-collaboration-resources-loadadditionalscriptsevent"], [41, "ocp-collaboration-resources-loadadditionalscriptsevent"]], "OCP\\Comments\\CommentsEntityEvent": [[36, "ocp-comments-commentsentityevent"], [41, "ocp-comments-commentsentityevent"]], "OCP\\Comments\\CommentsEvent": [[36, "ocp-comments-commentsevent"], [41, "ocp-comments-commentsevent"]], "OCP\\Config\\BeforePreferenceDeletedEvent": [[36, "ocp-config-beforepreferencedeletedevent"], [41, "ocp-config-beforepreferencedeletedevent"]], "OCP\\Config\\BeforePreferenceSetEvent": [[36, "ocp-config-beforepreferencesetevent"], [41, "ocp-config-beforepreferencesetevent"]], "OCP\\Console\\ConsoleEvent": [[36, "ocp-console-consoleevent"], [41, "ocp-console-consoleevent"]], "OCP\\Contacts\\Events\\ContactInteractedWithEvent": [[36, "ocp-contacts-events-contactinteractedwithevent"], [41, "ocp-contacts-events-contactinteractedwithevent"]], "OCP\\DB\\Events\\AddMissingColumnsEvent": [[36, "ocp-db-events-addmissingcolumnsevent"], [41, "ocp-db-events-addmissingcolumnsevent"]], "OCP\\DB\\Events\\AddMissingIndicesEvent": [[36, "ocp-db-events-addmissingindicesevent"], [41, "ocp-db-events-addmissingindicesevent"]], "OCP\\DB\\Events\\AddMissingPrimaryKeyEvent": [[36, "ocp-db-events-addmissingprimarykeyevent"], [41, "ocp-db-events-addmissingprimarykeyevent"]], "OCP\\DirectEditing\\RegisterDirectEditorEvent": [[36, "ocp-directediting-registerdirecteditorevent"], [41, "ocp-directediting-registerdirecteditorevent"]], "OCP\\EventDispatcher\\GenericEvent": [[36, "ocp-eventdispatcher-genericevent"], [41, "ocp-eventdispatcher-genericevent"]], "OCP\\Federation\\Events\\TrustedServerRemovedEvent": [[36, "ocp-federation-events-trustedserverremovedevent"], [41, "ocp-federation-events-trustedserverremovedevent"]], "OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent": [[36, "ocp-filesmetadata-event-metadatabackgroundevent"], [41, "ocp-filesmetadata-event-metadatabackgroundevent"]], "OCP\\FilesMetadata\\Event\\MetadataLiveEvent": [[36, "ocp-filesmetadata-event-metadataliveevent"], [41, "ocp-filesmetadata-event-metadataliveevent"]], "OCP\\FilesMetadata\\Event\\MetadataNamedEvent": [[36, "ocp-filesmetadata-event-metadatanamedevent"], [41, "ocp-filesmetadata-event-metadatanamedevent"]], "OCP\\Files\\Cache\\AbstractCacheEvent": [[36, "ocp-files-cache-abstractcacheevent"], [41, "ocp-files-cache-abstractcacheevent"]], "OCP\\Files\\Cache\\CacheEntryInsertedEvent": [[36, "ocp-files-cache-cacheentryinsertedevent"], [41, "ocp-files-cache-cacheentryinsertedevent"]], "OCP\\Files\\Cache\\CacheEntryRemovedEvent": [[36, "ocp-files-cache-cacheentryremovedevent"], [41, "ocp-files-cache-cacheentryremovedevent"]], "OCP\\Files\\Cache\\CacheEntryUpdatedEvent": [[36, "ocp-files-cache-cacheentryupdatedevent"], [41, "ocp-files-cache-cacheentryupdatedevent"]], "OCP\\Files\\Cache\\CacheInsertEvent": [[36, "ocp-files-cache-cacheinsertevent"], [41, "ocp-files-cache-cacheinsertevent"]], "OCP\\Files\\Cache\\CacheUpdateEvent": [[36, "ocp-files-cache-cacheupdateevent"], [41, "ocp-files-cache-cacheupdateevent"]], "OCP\\Files\\Config\\Event\\UserMountAddedEvent": [[36, "ocp-files-config-event-usermountaddedevent"], [41, "ocp-files-config-event-usermountaddedevent"]], "OCP\\Files\\Config\\Event\\UserMountRemovedEvent": [[36, "ocp-files-config-event-usermountremovedevent"], [41, "ocp-files-config-event-usermountremovedevent"]], "OCP\\Files\\Config\\Event\\UserMountUpdatedEvent": [[36, "ocp-files-config-event-usermountupdatedevent"], [41, "ocp-files-config-event-usermountupdatedevent"]], "OCP\\Files\\Events\\BeforeDirectFileDownloadEvent": [[36, "ocp-files-events-beforedirectfiledownloadevent"], [41, "ocp-files-events-beforedirectfiledownloadevent"]], "OCP\\Files\\Events\\BeforeFileScannedEvent": [[36, "ocp-files-events-beforefilescannedevent"], [41, "ocp-files-events-beforefilescannedevent"]], "OCP\\Files\\Events\\BeforeFileSystemSetupEvent": [[36, "ocp-files-events-beforefilesystemsetupevent"], [41, "ocp-files-events-beforefilesystemsetupevent"]], "OCP\\Files\\Events\\BeforeFolderScannedEvent": [[36, "ocp-files-events-beforefolderscannedevent"], [41, "ocp-files-events-beforefolderscannedevent"]], "OCP\\Files\\Events\\BeforeZipCreatedEvent": [[36, "ocp-files-events-beforezipcreatedevent"], [41, "ocp-files-events-beforezipcreatedevent"]], "OCP\\Files\\Events\\FileCacheUpdated": [[36, "ocp-files-events-filecacheupdated"], [41, "ocp-files-events-filecacheupdated"]], "OCP\\Files\\Events\\FileScannedEvent": [[36, "ocp-files-events-filescannedevent"], [41, "ocp-files-events-filescannedevent"]], "OCP\\Files\\Events\\FolderScannedEvent": [[36, "ocp-files-events-folderscannedevent"], [41, "ocp-files-events-folderscannedevent"]], "OCP\\Files\\Events\\InvalidateMountCacheEvent": [[36, "ocp-files-events-invalidatemountcacheevent"], [41, "ocp-files-events-invalidatemountcacheevent"]], "OCP\\Files\\Events\\NodeAddedToCache": [[36, "ocp-files-events-nodeaddedtocache"], [41, "ocp-files-events-nodeaddedtocache"]], "OCP\\Files\\Events\\NodeAddedToFavorite": [[36, "ocp-files-events-nodeaddedtofavorite"], [41, "ocp-files-events-nodeaddedtofavorite"]], "OCP\\Files\\Events\\NodeRemovedFromCache": [[36, "ocp-files-events-noderemovedfromcache"], [41, "ocp-files-events-noderemovedfromcache"]], "OCP\\Files\\Events\\NodeRemovedFromFavorite": [[36, "ocp-files-events-noderemovedfromfavorite"], [41, "ocp-files-events-noderemovedfromfavorite"]], "OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent": [[36, "ocp-files-events-node-beforenodecopiedevent"], [41, "ocp-files-events-node-beforenodecopiedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent": [[36, "ocp-files-events-node-beforenodecreatedevent"], [41, "ocp-files-events-node-beforenodecreatedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent": [[36, "ocp-files-events-node-beforenodedeletedevent"], [41, "ocp-files-events-node-beforenodedeletedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeReadEvent": [[36, "ocp-files-events-node-beforenodereadevent"], [41, "ocp-files-events-node-beforenodereadevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent": [[36, "ocp-files-events-node-beforenoderenamedevent"], [41, "ocp-files-events-node-beforenoderenamedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent": [[36, "ocp-files-events-node-beforenodetouchedevent"], [41, "ocp-files-events-node-beforenodetouchedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent": [[36, "ocp-files-events-node-beforenodewrittenevent"], [41, "ocp-files-events-node-beforenodewrittenevent"]], "OCP\\Files\\Events\\Node\\FilesystemTornDownEvent": [[36, "ocp-files-events-node-filesystemtorndownevent"], [41, "ocp-files-events-node-filesystemtorndownevent"]], "OCP\\Files\\Events\\Node\\NodeCopiedEvent": [[36, "ocp-files-events-node-nodecopiedevent"], [41, "ocp-files-events-node-nodecopiedevent"]], "OCP\\Files\\Events\\Node\\NodeCreatedEvent": [[36, "ocp-files-events-node-nodecreatedevent"], [41, "ocp-files-events-node-nodecreatedevent"]], "OCP\\Files\\Events\\Node\\NodeDeletedEvent": [[36, "ocp-files-events-node-nodedeletedevent"], [41, "ocp-files-events-node-nodedeletedevent"]], "OCP\\Files\\Events\\Node\\NodeRenamedEvent": [[36, "ocp-files-events-node-noderenamedevent"], [41, "ocp-files-events-node-noderenamedevent"]], "OCP\\Files\\Events\\Node\\NodeTouchedEvent": [[36, "ocp-files-events-node-nodetouchedevent"], [41, "ocp-files-events-node-nodetouchedevent"]], "OCP\\Files\\Events\\Node\\NodeWrittenEvent": [[36, "ocp-files-events-node-nodewrittenevent"], [41, "ocp-files-events-node-nodewrittenevent"]], "OCP\\Files\\Template\\BeforeGetTemplatesEvent": [[36, "ocp-files-template-beforegettemplatesevent"], [41, "ocp-files-template-beforegettemplatesevent"]], "OCP\\Files\\Template\\FileCreatedFromTemplateEvent": [[36, "ocp-files-template-filecreatedfromtemplateevent"], [41, "ocp-files-template-filecreatedfromtemplateevent"]], "OCP\\Files\\Template\\RegisterTemplateCreatorEvent": [[36, "ocp-files-template-registertemplatecreatorevent"], [41, "ocp-files-template-registertemplatecreatorevent"]], "OCP\\Group\\Events\\BeforeGroupChangedEvent": [[36, "ocp-group-events-beforegroupchangedevent"], [41, "ocp-group-events-beforegroupchangedevent"]], "OCP\\Group\\Events\\BeforeGroupCreatedEvent": [[36, "ocp-group-events-beforegroupcreatedevent"], [41, "ocp-group-events-beforegroupcreatedevent"]], "OCP\\Group\\Events\\BeforeGroupDeletedEvent": [[36, "ocp-group-events-beforegroupdeletedevent"], [41, "ocp-group-events-beforegroupdeletedevent"]], "OCP\\Group\\Events\\BeforeUserAddedEvent": [[36, "ocp-group-events-beforeuseraddedevent"], [41, "ocp-group-events-beforeuseraddedevent"]], "OCP\\Group\\Events\\BeforeUserRemovedEvent": [[36, "ocp-group-events-beforeuserremovedevent"], [41, "ocp-group-events-beforeuserremovedevent"]], "OCP\\Group\\Events\\GroupChangedEvent": [[36, "ocp-group-events-groupchangedevent"], [41, "ocp-group-events-groupchangedevent"]], "OCP\\Group\\Events\\GroupCreatedEvent": [[36, "ocp-group-events-groupcreatedevent"], [41, "ocp-group-events-groupcreatedevent"]], "OCP\\Group\\Events\\GroupDeletedEvent": [[36, "ocp-group-events-groupdeletedevent"], [41, "ocp-group-events-groupdeletedevent"]], "OCP\\Group\\Events\\SubAdminAddedEvent": [[36, "ocp-group-events-subadminaddedevent"], [41, "ocp-group-events-subadminaddedevent"]], "OCP\\Group\\Events\\SubAdminRemovedEvent": [[36, "ocp-group-events-subadminremovedevent"], [41, "ocp-group-events-subadminremovedevent"]], "OCP\\Group\\Events\\UserAddedEvent": [[36, "ocp-group-events-useraddedevent"], [41, "ocp-group-events-useraddedevent"]], "OCP\\Group\\Events\\UserRemovedEvent": [[36, "ocp-group-events-userremovedevent"], [41, "ocp-group-events-userremovedevent"]], "OCP\\Log\\Audit\\CriticalActionPerformedEvent": [[36, "ocp-log-audit-criticalactionperformedevent"], [41, "ocp-log-audit-criticalactionperformedevent"]], "OCP\\Log\\BeforeMessageLoggedEvent": [[36, "ocp-log-beforemessageloggedevent"], [41, "ocp-log-beforemessageloggedevent"]], "OCP\\Mail\\Events\\BeforeMessageSent": [[36, "ocp-mail-events-beforemessagesent"], [41, "ocp-mail-events-beforemessagesent"]], "OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent": [[36, "ocp-navigation-events-loadadditionalentriesevent"], [41, "ocp-navigation-events-loadadditionalentriesevent"]], "OCP\\OCM\\Events\\ResourceTypeRegisterEvent": [[36, "ocp-ocm-events-resourcetyperegisterevent"], [41, "ocp-ocm-events-resourcetyperegisterevent"]], "OCP\\Preview\\BeforePreviewFetchedEvent": [[36, "ocp-preview-beforepreviewfetchedevent"], [41, "ocp-preview-beforepreviewfetchedevent"]], "OCP\\Profile\\BeforeTemplateRenderedEvent": [[36, "ocp-profile-beforetemplaterenderedevent"], [41, "ocp-profile-beforetemplaterenderedevent"]], "OCP\\SabrePluginEvent": [[36, "ocp-sabrepluginevent"], [41, "ocp-sabrepluginevent"]], "OCP\\Security\\CSP\\AddContentSecurityPolicyEvent": [[36, "ocp-security-csp-addcontentsecuritypolicyevent"], [41, "ocp-security-csp-addcontentsecuritypolicyevent"]], "OCP\\Security\\Events\\GenerateSecurePasswordEvent": [[36, "ocp-security-events-generatesecurepasswordevent"], [41, "ocp-security-events-generatesecurepasswordevent"]], "OCP\\Security\\Events\\ValidatePasswordPolicyEvent": [[36, "ocp-security-events-validatepasswordpolicyevent"], [41, "ocp-security-events-validatepasswordpolicyevent"]], "OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent": [[36, "ocp-security-featurepolicy-addfeaturepolicyevent"], [41, "ocp-security-featurepolicy-addfeaturepolicyevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent": [[36, "ocp-settings-events-declarativesettingsgetvalueevent"], [41, "ocp-settings-events-declarativesettingsgetvalueevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent": [[36, "ocp-settings-events-declarativesettingsregisterformevent"], [41, "ocp-settings-events-declarativesettingsregisterformevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent": [[36, "ocp-settings-events-declarativesettingssetvalueevent"], [41, "ocp-settings-events-declarativesettingssetvalueevent"]], "OCP\\Share\\Events\\BeforeShareCreatedEvent": [[36, "ocp-share-events-beforesharecreatedevent"], [41, "ocp-share-events-beforesharecreatedevent"]], "OCP\\Share\\Events\\BeforeShareDeletedEvent": [[36, "ocp-share-events-beforesharedeletedevent"], [41, "ocp-share-events-beforesharedeletedevent"]], "OCP\\Share\\Events\\ShareAcceptedEvent": [[36, "ocp-share-events-shareacceptedevent"], [41, "ocp-share-events-shareacceptedevent"]], "OCP\\Share\\Events\\ShareCreatedEvent": [[36, "ocp-share-events-sharecreatedevent"], [41, "ocp-share-events-sharecreatedevent"]], "OCP\\Share\\Events\\ShareDeletedEvent": [[36, "ocp-share-events-sharedeletedevent"], [41, "ocp-share-events-sharedeletedevent"]], "OCP\\Share\\Events\\ShareDeletedFromSelfEvent": [[36, "ocp-share-events-sharedeletedfromselfevent"], [41, "ocp-share-events-sharedeletedfromselfevent"]], "OCP\\Share\\Events\\VerifyMountPointEvent": [[36, "ocp-share-events-verifymountpointevent"], [41, "ocp-share-events-verifymountpointevent"]], "OCP\\SpeechToText\\Events\\TranscriptionFailedEvent": [[36, "ocp-speechtotext-events-transcriptionfailedevent"], [41, "ocp-speechtotext-events-transcriptionfailedevent"]], "OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent": [[36, "ocp-speechtotext-events-transcriptionsuccessfulevent"], [41, "ocp-speechtotext-events-transcriptionsuccessfulevent"]], "OCP\\SystemTag\\ManagerEvent": [[36, "ocp-systemtag-managerevent"], [41, "ocp-systemtag-managerevent"]], "OCP\\SystemTag\\MapperEvent": [[36, "ocp-systemtag-mapperevent"], [41, "ocp-systemtag-mapperevent"]], "OCP\\SystemTag\\SystemTagsEntityEvent": [[36, "ocp-systemtag-systemtagsentityevent"], [41, "ocp-systemtag-systemtagsentityevent"]], "OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent": [[36, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"], [41, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"]], "OCP\\TaskProcessing\\Events\\TaskFailedEvent": [[36, "ocp-taskprocessing-events-taskfailedevent"], [41, "ocp-taskprocessing-events-taskfailedevent"]], "OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent": [[36, "ocp-taskprocessing-events-tasksuccessfulevent"], [41, "ocp-taskprocessing-events-tasksuccessfulevent"]], "OCP\\TextProcessing\\Events\\TaskFailedEvent": [[36, "ocp-textprocessing-events-taskfailedevent"], [41, "ocp-textprocessing-events-taskfailedevent"]], "OCP\\TextProcessing\\Events\\TaskSuccessfulEvent": [[36, "ocp-textprocessing-events-tasksuccessfulevent"], [41, "ocp-textprocessing-events-tasksuccessfulevent"]], "OCP\\TextToImage\\Events\\TaskFailedEvent": [[36, "ocp-texttoimage-events-taskfailedevent"], [41, "ocp-texttoimage-events-taskfailedevent"]], "OCP\\TextToImage\\Events\\TaskSuccessfulEvent": [[36, "ocp-texttoimage-events-tasksuccessfulevent"], [41, "ocp-texttoimage-events-tasksuccessfulevent"]], "OCP\\User\\Events\\BeforePasswordUpdatedEvent": [[36, "ocp-user-events-beforepasswordupdatedevent"], [41, "ocp-user-events-beforepasswordupdatedevent"]], "OCP\\User\\Events\\BeforeUserCreatedEvent": [[36, "ocp-user-events-beforeusercreatedevent"], [41, "ocp-user-events-beforeusercreatedevent"]], "OCP\\User\\Events\\BeforeUserDeletedEvent": [[36, "ocp-user-events-beforeuserdeletedevent"], [41, "ocp-user-events-beforeuserdeletedevent"]], "OCP\\User\\Events\\BeforeUserIdUnassignedEvent": [[36, "ocp-user-events-beforeuseridunassignedevent"], [41, "ocp-user-events-beforeuseridunassignedevent"]], "OCP\\User\\Events\\BeforeUserLoggedInEvent": [[36, "ocp-user-events-beforeuserloggedinevent"], [41, "ocp-user-events-beforeuserloggedinevent"]], "OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent": [[36, "ocp-user-events-beforeuserloggedinwithcookieevent"], [41, "ocp-user-events-beforeuserloggedinwithcookieevent"]], "OCP\\User\\Events\\BeforeUserLoggedOutEvent": [[36, "ocp-user-events-beforeuserloggedoutevent"], [41, "ocp-user-events-beforeuserloggedoutevent"]], "OCP\\User\\Events\\OutOfOfficeChangedEvent": [[36, "ocp-user-events-outofofficechangedevent"], [41, "ocp-user-events-outofofficechangedevent"]], "OCP\\User\\Events\\OutOfOfficeClearedEvent": [[36, "ocp-user-events-outofofficeclearedevent"], [41, "ocp-user-events-outofofficeclearedevent"]], "OCP\\User\\Events\\OutOfOfficeEndedEvent": [[36, "ocp-user-events-outofofficeendedevent"], [41, "ocp-user-events-outofofficeendedevent"]], "OCP\\User\\Events\\OutOfOfficeScheduledEvent": [[36, "ocp-user-events-outofofficescheduledevent"], [41, "ocp-user-events-outofofficescheduledevent"]], "OCP\\User\\Events\\OutOfOfficeStartedEvent": [[36, "ocp-user-events-outofofficestartedevent"], [41, "ocp-user-events-outofofficestartedevent"]], "OCP\\User\\Events\\PasswordUpdatedEvent": [[36, "ocp-user-events-passwordupdatedevent"], [41, "ocp-user-events-passwordupdatedevent"]], "OCP\\User\\Events\\PostLoginEvent": [[36, "ocp-user-events-postloginevent"], [41, "ocp-user-events-postloginevent"]], "OCP\\User\\Events\\UserChangedEvent": [[36, "ocp-user-events-userchangedevent"], [41, "ocp-user-events-userchangedevent"]], "OCP\\User\\Events\\UserCreatedEvent": [[36, "ocp-user-events-usercreatedevent"], [41, "ocp-user-events-usercreatedevent"]], "OCP\\User\\Events\\UserDeletedEvent": [[36, "ocp-user-events-userdeletedevent"], [41, "ocp-user-events-userdeletedevent"]], "OCP\\User\\Events\\UserFirstTimeLoggedInEvent": [[36, "ocp-user-events-userfirsttimeloggedinevent"], [41, "ocp-user-events-userfirsttimeloggedinevent"]], "OCP\\User\\Events\\UserIdAssignedEvent": [[36, "ocp-user-events-useridassignedevent"], [41, "ocp-user-events-useridassignedevent"]], "OCP\\User\\Events\\UserIdUnassignedEvent": [[36, "ocp-user-events-useridunassignedevent"], [41, "ocp-user-events-useridunassignedevent"]], "OCP\\User\\Events\\UserLiveStatusEvent": [[36, "ocp-user-events-userlivestatusevent"], [41, "ocp-user-events-userlivestatusevent"]], "OCP\\User\\Events\\UserLoggedInEvent": [[36, "ocp-user-events-userloggedinevent"], [41, "ocp-user-events-userloggedinevent"]], "OCP\\User\\Events\\UserLoggedInWithCookieEvent": [[36, "ocp-user-events-userloggedinwithcookieevent"], [41, "ocp-user-events-userloggedinwithcookieevent"]], "OCP\\User\\Events\\UserLoggedOutEvent": [[36, "ocp-user-events-userloggedoutevent"], [41, "ocp-user-events-userloggedoutevent"]], "OCP\\User\\GetQuotaEvent": [[36, "ocp-user-getquotaevent"], [41, "ocp-user-getquotaevent"]], "OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent": [[36, "ocp-workflowengine-events-loadsettingsscriptsevent"], [41, "ocp-workflowengine-events-loadsettingsscriptsevent"]], "OCP\\WorkflowEngine\\Events\\RegisterChecksEvent": [[36, "ocp-workflowengine-events-registerchecksevent"], [41, "ocp-workflowengine-events-registerchecksevent"]], "OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent": [[36, "ocp-workflowengine-events-registerentitiesevent"], [41, "ocp-workflowengine-events-registerentitiesevent"]], "OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent": [[36, "ocp-workflowengine-events-registeroperationsevent"], [41, "ocp-workflowengine-events-registeroperationsevent"]], "OCS": [[39, "ocs"]], "OCS API": [[63, null]], "OCS APIs overview": [[64, null]], "OCS FullTextSearch Collection API": [[65, null]], "OCS OpenAPI tutorial": [[66, null]], "OCS Out-of-office API": [[67, null]], "OCS Recommendations API": [[68, null]], "OCS Share API": [[69, null]], "OCS Sharee API": [[70, null]], "OCS Status API": [[71, null]], "OCS TaskProcessing API": [[72, null]], "OCS Text-To-Image API": [[73, null]], "OCS TextProcessing API": [[74, null]], "OCS Translation API": [[75, null]], "OCS changes": [[10, "ocs-changes"]], "OCS routes": [[52, "ocs-routes"]], "OCS user preferences API": [[76, null]], "OPTIONS request": [[120, "options-request"]], "ObjectStorage": [[213, "objectstorage"]], "Objects": [[190, "objects"]], "Objects, functions, arrays & variables": [[191, "objects-functions-arrays-variables"]], "Obtaining the currently installed ACLs": [[116, "obtaining-the-currently-installed-acls"]], "Obtaining the initial state in JavaScript": [[44, "obtaining-the-initial-state-in-javascript"]], "Obtaining the library": [[89, "obtaining-the-library"]], "Obtaining the login credentials": [[62, "obtaining-the-login-credentials"]], "Obtaining wipe status": [[77, "obtaining-wipe-status"]], "Only quote properties when needed.": [[190, "id14"]], "OnlyOffice": [[195, "onlyoffice"]], "OpenID Connect (Oidc)": [[125, null]], "Opening the webview": [[62, "opening-the-webview"]], "Operations": [[114, "operations"]], "Operators": [[190, "operators"], [191, "operators"]], "Optimized class loader": [[23, "optimized-class-loader"]], "Optional attributes": [[137, "optional-attributes"]], "Optional params": [[175, "optional-params"], [185, "optional-params"]], "Optional services": [[40, "optional-services"]], "Options": [[169, "options"], [169, "id2"]], "Other OCS APIs": [[180, null]], "Other documentation requirements": [[209, "other-documentation-requirements"]], "Other implementations": [[162, "other-implementations"]], "Out-of-office periods": [[126, null]], "Output": [[217, "output"]], "Outputting information": [[135, "outputting-information"]], "Overview": [[35, "overview"], [41, "overview"], [153, "overview"], [155, "overview"], [169, "overview"]], "Ownership": [[116, "ownership"]], "PHP": [[60, "php"], [61, "php"]], "PHP 7.4": [[22, "php-7-4"]], "PHP 8 support": [[17, "php-8-support"]], "PHP 8.1": [[20, "php-8-1"]], "PHP 8.2": [[22, "php-8-2"]], "PHP 8.3": [[24, "php-8-3"]], "PHP Backend": [[61, "php-backend"]], "PHP Performance": [[127, "php-performance"]], "PHP Templates": [[61, "php-templates"]], "PHP coding standards": [[191, null]], "PHP public API": [[101, "php-public-api"]], "PHP static analysis": [[219, "php-static-analysis"]], "PHP unit testing": [[220, "php-unit-testing"]], "PHP unstable API": [[101, "php-unstable-api"]], "POST request": [[120, "post-request"]], "PREFER to expose your APIs using OCS": [[66, "prefer-to-expose-your-apis-using-ocs"]], "PREFER to use null to represent empty data": [[66, "prefer-to-use-null-to-represent-empty-data"]], "PSR": [[132, null]], "PSR container": [[18, "psr-container"]], "PSR events": [[18, "psr-events"]], "PSR-0 deprecation": [[17, "psr-0-deprecation"]], "PSR-0: Autoloading": [[132, "psr-0-autoloading"]], "PSR-11 integration": [[16, "psr-11-integration"]], "PSR-11: Container Interface": [[132, "psr-11-container-interface"]], "PSR-20: Clock": [[132, "psr-20-clock"]], "PSR-3 integration": [[16, "psr-3-integration"]], "PSR-3: Logger Interface": [[132, "psr-3-logger-interface"]], "PSR-4: Autoloading": [[132, "psr-4-autoloading"]], "PUT request": [[120, "put-request"]], "Packages in detail": [[122, "packages-in-detail"]], "Pagination": [[137, "pagination"]], "Params": [[173, "params"], [173, "id2"], [175, "params"], [175, "id1"], [178, "params"], [179, "params"], [179, "id2"], [183, "params"], [183, "id1"], [185, "params"], [185, "id1"], [185, "id2"], [185, "id3"], [185, "id4"], [185, "id5"], [185, "id6"], [185, "id7"]], "Parsing annotations": [[49, "parsing-annotations"]], "Patch updates": [[35, "patch-updates"]], "Performance considerations": [[1, "performance-considerations"], [127, null]], "Permanent Solution": [[160, "permanent-solution"]], "Persistent storage": [[158, "persistent-storage"]], "Personal settings section Groupware moved to Availability": [[22, "personal-settings-section-groupware-moved-to-availability"]], "Phone number util": [[128, null]], "Pickers": [[93, "pickers"]], "Pinned entry": [[202, "pinned-entry"]], "Planned removal of PSR-0 class loading": [[22, "planned-removal-of-psr-0-class-loading"]], "Popover menu": [[203, null]], "Popovermenu in item": [[201, "popovermenu-in-item"]], "Pre-releases": [[35, "pre-releases"]], "Precondition": [[205, "precondition"]], "Predefined core services": [[40, "predefined-core-services"]], "Prefer regular top-level functions.": [[190, "id11"]], "Prefer shorthand properties": [[190, "id15"]], "Prefer template literals for readability.": [[190, "id5"]], "Preferences": [[181, null]], "Prepare follow-up releases": [[35, "prepare-follow-up-releases"]], "Primary color": [[94, "primary-color"]], "Primary color variables": [[197, "primary-color-variables"]], "Primary object store with S3": [[195, "primary-object-store-with-s3"]], "Privacy": [[137, "privacy"]], "Processing tasks in the context of a user": [[146, "processing-tasks-in-the-context-of-a-user"]], "Profile": [[129, null]], "Profiler": [[130, null]], "Progress bar": [[198, "progress-bar"]], "Progress bars and meters": [[93, "progress-bars-and-meters"]], "Projects": [[131, null]], "Prologue": [[211, null]], "Properties of the external calendar \u2013 IProperties": [[116, "properties-of-the-external-calendar-iproperties"]], "Provide a user interface": [[108, "provide-a-user-interface"], [131, "provide-a-user-interface"]], "Provide context hints for translators": [[61, "provide-context-hints-for-translators"]], "Provide generic data for clients": [[134, "provide-generic-data-for-clients"]], "Provide personal settings (optional)": [[149, "provide-personal-settings-optional"]], "Provider and task type registration": [[144, "provider-and-task-type-registration"]], "Provider registration": [[137, "provider-registration"], [141, "provider-registration"], [145, "provider-registration"], [146, "provider-registration"], [148, "provider-registration"]], "Provider with user context": [[141, "provider-with-user-context"], [148, "provider-with-user-context"]], "Providing a Mail Service": [[119, "providing-a-mail-service"]], "Providing additional inputs and outputs": [[144, "providing-additional-inputs-and-outputs"]], "Providing an icon (optional)": [[149, "providing-an-icon-optional"]], "Providing input defaults": [[144, "providing-input-defaults"]], "Providing language detection": [[148, "providing-language-detection"]], "Providing more task types": [[144, "providing-more-task-types"], [146, "providing-more-task-types"]], "Providing privileges individually": [[116, "providing-privileges-individually"]], "Providing the initial state with PHP": [[44, "providing-the-initial-state-with-php"]], "Providing widgets to clients": [[108, "providing-widgets-to-clients"]], "Psalm is setup and configured": [[66, "psalm-is-setup-and-configured"]], "Public Pages": [[133, null]], "Public emitter": [[41, "public-emitter"]], "Public page templates": [[39, "public-page-templates"]], "Public share template": [[50, null]], "Public shares": [[78, "public-shares"]], "Query Status": [[142, "query-status"]], "Querying the calendar \u2013 ICalendarObjectContainer": [[116, "querying-the-calendar-icalendarobjectcontainer"]], "Querying the database provider": [[56, "querying-the-database-provider"]], "Questions?": [[205, "questions"]], "REST APIs": [[136, null]], "RTL guidelines": [[197, "rtl-guidelines"]], "Radio": [[111, "radio"]], "Rate Limiting": [[138, "rate-limiting"]], "Rate limiting": [[39, "rate-limiting"]], "Read file": [[87, "read-file"]], "Read folder": [[87, "read-folder"]], "Read metadata using occ command": [[113, "read-metadata-using-occ-command"]], "Read shared items by link": [[87, "read-shared-items-by-link"]], "Read-only support": [[116, "read-only-support"]], "Reading and writing session variables": [[39, "reading-and-writing-session-variables"]], "Reading data that has just been written": [[127, "reading-data-that-has-just-been-written"]], "Reading from a file": [[57, "reading-from-a-file"]], "Reading headers, files, cookies and environment variables": [[39, "reading-headers-files-cookies-and-environment-variables"]], "Recommendation": [[70, "recommendation"]], "Recommendations - Retrieval": [[68, "recommendations-retrieval"]], "Redirect to ExApp UI page (top menu)": [[175, "redirect-to-exapp-ui-page-top-menu"]], "Redirects": [[39, "redirects"]], "Redis": [[195, "redis"]], "Redis Cluster": [[195, "redis-cluster"]], "Reference providers": [[134, null]], "References": [[109, "references"]], "Register": [[173, "register"], [175, "register"], [179, "register"], [182, "register"]], "Register ExApp Talk bot (OCS)": [[184, "register-exapp-talk-bot-ocs"]], "Register Menu Entry": [[185, "register-menu-entry"]], "Register Settings": [[183, "register-settings"]], "Register a custom picker component": [[134, "register-a-custom-picker-component"]], "Register a dashboard widget": [[108, "register-a-dashboard-widget"]], "Register a migrator": [[150, "register-a-migrator"]], "Register a profile action": [[129, "register-a-profile-action"]], "Register a reference provider": [[134, "register-a-reference-provider"]], "Register a repair-step": [[135, "register-a-repair-step"]], "Register a resource provider": [[131, "register-a-resource-provider"]], "Register a setup check": [[140, "register-a-setup-check"]], "Register get/set listeners": [[111, "register-get-set-listeners"]], "Register the calendar provider": [[116, "register-the-calendar-provider"]], "Register the provider state": [[149, "register-the-provider-state"]], "Registering Settings and Sections": [[139, "registering-settings-and-sections"]], "Registering a DAV plugin": [[1, "registering-a-dav-plugin"]], "Registering a background job": [[37, "registering-a-background-job"]], "Registering a two-factor auth provider": [[149, "registering-a-two-factor-auth-provider"]], "Registering manually": [[37, "registering-manually"]], "Registering methods": [[217, "registering-methods"]], "Registering resources": [[52, "registering-resources"]], "Registering settings schema": [[111, "registering-settings-schema"]], "Registering the calendar with the Nextcloud API interface": [[116, "registering-the-calendar-with-the-nextcloud-api-interface"]], "Release Automation": [[34, null]], "Release process": [[35, null]], "Remote Host Validation": [[138, "remote-host-validation"]], "Remote wipe": [[77, null]], "Removal of PSR-0 class loader": [[23, "removal-of-psr-0-class-loader"]], "Removal of calendars": [[116, "removal-of-calendars"]], "Removal of entries": [[116, "removal-of-entries"]], "Remove Initial state": [[185, "remove-initial-state"]], "Remove script": [[185, "remove-script"]], "Remove style": [[185, "remove-style"]], "Remove unneeded files from packages": [[2, "remove-unneeded-files-from-packages"]], "Removed APIs": [[10, "removed-apis"], [11, "removed-apis"], [11, "id1"], [12, "removed-apis"], [18, "removed-apis"], [21, "removed-apis"], [22, "removed-apis"], [22, "id1"], [23, "removed-apis"], [24, "removed-apis"], [24, "id4"], [25, "removed-apis"], [26, "removed-apis"], [27, "removed-apis"], [27, "id1"], [28, "removed-apis"], [28, "id4"]], "Removed WebDAV properties": [[24, "removed-webdav-properties"]], "Removed deprecated aliases": [[27, "id2"]], "Removed events": [[24, "removed-events"], [25, "removed-events"]], "Removed from public namespace": [[13, "removed-from-public-namespace"], [16, "removed-from-public-namespace"]], "Removed globals": [[15, "removed-globals"], [16, "removed-globals"], [25, "removed-globals"]], "Removed jQuery plugins": [[13, "removed-jquery-plugins"], [16, "removed-jquery-plugins"]], "Removed libraries": [[15, "removed-libraries"]], "Removed support for database.xml": [[18, "removed-support-for-database-xml"]], "Render dashboard widgets using the API": [[108, "render-dashboard-widgets-using-the-api"]], "Render link previews in clients": [[134, "render-link-previews-in-clients"]], "Repair steps": [[135, null]], "Repair-step types": [[135, "repair-step-types"]], "Replaced well-known handler API": [[17, "replaced-well-known-handler-api"]], "Replacing Nextcloud\u2019s autoloader": [[102, "replacing-nextcloud-s-autoloader"]], "Replacing indices": [[59, "replacing-indices"]], "Repository permissions": [[7, "repository-permissions"]], "Reproducing the issue": [[207, "reproducing-the-issue"]], "Request Headers": [[78, "request-headers"]], "Request data": [[172, "request-data"], [172, "id1"], [172, "id3"], [174, "request-data"], [174, "id3"], [177, "request-data"], [181, "request-data"], [181, "id1"], [181, "id3"], [184, "request-data"], [184, "id1"]], "Request examples": [[134, "request-examples"]], "Request flow": [[175, "request-flow"]], "Request lifecycle": [[51, null]], "Request payload": [[178, "request-payload"]], "Requesting properties": [[78, "requesting-properties"]], "Required PHP extensions": [[219, "required-php-extensions"]], "Requirements": [[33, "requirements"]], "Requirements and prerequisites": [[66, "requirements-and-prerequisites"]], "Reset collection": [[65, "reset-collection"]], "Resolving links": [[134, "resolving-links"]], "Resources": [[115, "resources"]], "Respect the users": [[33, "respect-the-users"]], "Responders": [[39, "responders"]], "Response": [[172, "response"], [181, "response"]], "Response Headers": [[78, "response-headers"]], "Response data": [[172, "response-data"], [172, "id2"], [174, "response-data"], [174, "id1"], [174, "id2"], [174, "id4"], [174, "id5"], [177, "response-data"], [181, "response-data"], [181, "id2"], [186, "response-data"]], "Responses": [[39, "responses"]], "Restoring a version": [[85, "restoring-a-version"]], "Restoring from the trashbin": [[84, "restoring-from-the-trashbin"]], "Retrieve metadata using PROPFIND": [[113, "retrieve-metadata-using-propfind"]], "Retrieving a config value": [[103, "retrieving-a-config-value"], [105, "retrieving-a-config-value"]], "Retrieving the list of document to be (re-)indexed": [[65, "retrieving-the-list-of-document-to-be-re-indexed"]], "Retrying deadlocks": [[109, "retrying-deadlocks"]], "Returning data": [[217, "returning-data"]], "Returning the content type": [[116, "returning-the-content-type"]], "Rooms": [[115, "rooms"]], "Root": [[54, "root"]], "Router": [[90, "router"]], "Routes": [[182, null]], "Routing": [[52, null]], "Rules": [[202, "rules"]], "Rules and information": [[196, "rules-and-information"], [201, "rules-and-information"]], "Running HTTP requests against the server": [[140, "running-http-requests-against-the-server"]], "Running all tests": [[220, "running-all-tests"]], "Running unit tests for the Nextcloud server project": [[220, "running-unit-tests-for-the-nextcloud-server-project"]], "S3 external storage": [[195, "s3-external-storage"]], "SAML setup with onelogin": [[195, "saml-setup-with-onelogin"]], "SCSS support removal": [[21, "scss-support-removal"]], "SMB external storage": [[195, "smb-external-storage"]], "SQL injection": [[212, "sql-injection"]], "Scaling": [[164, null]], "Schedule a task": [[73, "schedule-a-task"], [74, "schedule-a-task"]], "Scheduling": [[37, "scheduling"]], "Schema field types": [[111, "schema-field-types"]], "Scopes": [[66, "scopes"]], "Scss variable and compilation deprecation": [[18, "scss-variable-and-compilation-deprecation"]], "Search": [[16, "search"], [70, "search"], [83, null], [137, null]], "Search scope": [[83, "search-scope"]], "Search sharees": [[70, "search-sharees"]], "Section": [[139, "section"]], "Section type admin": [[111, "section-type-admin"]], "Section type personal": [[111, "section-type-personal"]], "Security": [[138, null]], "Security considerations": [[39, "security-considerations"]], "Security guidelines": [[212, null]], "Select and Multi-select": [[111, "select-and-multi-select"]], "Semicolons": [[190, "semicolons"]], "Send email": [[69, "send-email"]], "Send log message (OCS)": [[177, "send-log-message-ocs"]], "Send notification (OCS)": [[178, "send-notification-ocs"]], "Sending the CSRF token": [[44, "sending-the-csrf-token"]], "Sensitive data exposure": [[212, "sensitive-data-exposure"]], "Sensitive field type": [[111, "sensitive-field-type"]], "Server autoloading": [[102, "server-autoloading"]], "Server development": [[218, null]], "Session": [[41, "session"]], "Set ExApp init progress": [[174, "set-exapp-init-progress"]], "Set Initial state": [[185, "set-initial-state"]], "Set a custom message (predefined)": [[71, "set-a-custom-message-predefined"]], "Set a custom message (user-defined)": [[71, "set-a-custom-message-user-defined"]], "Set app config value": [[172, "set-app-config-value"]], "Set credentials": [[87, "set-credentials"]], "Set document as indexed": [[65, "set-document-as-indexed"]], "Set up Web server and database": [[193, "set-up-web-server-and-database"]], "Set user config value": [[181, "set-user-config-value"]], "Set your own status": [[71, "set-your-own-status"]], "Setting a preference": [[76, "setting-a-preference"]], "Setting cookies": [[39, "setting-cookies"]], "Setting multiple preference": [[76, "setting-multiple-preference"]], "Setting the access rules of the calendar": [[116, "setting-the-access-rules-of-the-calendar"]], "Setting the modification time": [[80, "setting-the-modification-time"]], "Setting up Microsoft Visual Studio": [[99, "setting-up-microsoft-visual-studio"]], "Setting up dev environment": [[154, null]], "Settings": [[53, null], [98, "settings"], [139, null], [202, "settings"]], "Settings favorites": [[78, "settings-favorites"]], "Settings form": [[139, "settings-form"]], "Setup checks": [[140, null]], "Setup of the transifex sync": [[7, "setup-of-the-transifex-sync"]], "Shape types": [[144, "shape-types"]], "Share attributes": [[69, "share-attributes"]], "Share link of file or folder": [[87, "share-link-of-file-or-folder"]], "Sharee recommendations": [[70, "sharee-recommendations"]], "Sharing": [[98, "sharing"]], "Shell injection": [[212, "shell-injection"]], "Shipped Apps": [[35, "shipped-apps"]], "Showing an HTML page by the user": [[39, "showing-an-html-page-by-the-user"]], "Sidebar": [[98, "sidebar"]], "Signalling completion": [[77, "signalling-completion"]], "Simple search providers": [[137, "simple-search-providers"]], "SimpleFS": [[213, "simplefs"]], "Sizing": [[98, "sizing"]], "Skeleton screens": [[93, "skeleton-screens"]], "Slugs": [[56, "slugs"]], "Source Code Version Control": [[192, "source-code-version-control"]], "Special Headers": [[78, "special-headers"]], "Special case: list in navigation": [[97, "special-case-list-in-navigation"]], "Special case: no sidebar": [[97, "special-case-no-sidebar"]], "Speech-To-Text": [[141, null]], "Split long conditions into multiple lines.": [[190, "id21"]], "Starting a bulk upload": [[79, "starting-a-bulk-upload"]], "Starting a chunked upload": [[80, "starting-a-chunked-upload"]], "State colors variables": [[197, "state-colors-variables"]], "Static analysis": [[107, "static-analysis"], [219, null]], "Status and indicators": [[94, "status-and-indicators"]], "Status colors are now based on secondary styling": [[28, "status-colors-are-now-based-on-secondary-styling"]], "Statuscodes": [[217, "statuscodes"]], "Step 1: Create a Mail Provider Class": [[119, "step-1-create-a-mail-provider-class"]], "Step 1: String split": [[61, "step-1-string-split"]], "Step 2: Create a Mail Service Class": [[119, "step-2-create-a-mail-service-class"]], "Step 2: HTML Markup": [[61, "step-2-html-markup"]], "Step 3: Placeholders": [[61, "step-3-placeholders"]], "Step 3: Register the Mail Provider": [[119, "step-3-register-the-mail-provider"]], "Storage": [[213, "storage"]], "Storage and database": [[58, null]], "Storage layer": [[213, "storage-layer"]], "Storage/Cache wrappers": [[213, "storage-cache-wrappers"]], "Storing a config value": [[103, "storing-a-config-value"], [105, "storing-a-config-value"]], "Streamed and lazily rendered responses": [[39, "streamed-and-lazily-rendered-responses"]], "Streamlining processing for fast providers": [[146, "streamlining-processing-for-fast-providers"]], "Streams": [[213, "streams"]], "Strings": [[190, "strings"]], "Submitting ContentItem data": [[106, "submitting-contentitem-data"]], "Subscribing to the event in a plugin": [[153, "subscribing-to-the-event-in-a-plugin"]], "Support for PHP 8.0 removed": [[26, "support-for-php-8-0-removed"]], "Support for PHP 8.4 added": [[27, "support-for-php-8-4-added"]], "Supported DAV properties": [[83, "supported-dav-properties"]], "Supported properties": [[78, "supported-properties"]], "Supporting more databases": [[56, "supporting-more-databases"]], "Svg color api": [[199, "svg-color-api"]], "Symfony update": [[15, "symfony-update"]], "Symptoms": [[160, "symptoms"]], "System requirements": [[99, "system-requirements"]], "System values": [[55, "system-values"]], "Table management tips": [[56, "table-management-tips"]], "Table of contents": [[204, "table-of-contents"]], "Tags": [[66, "tags"], [93, "tags"]], "Talk Integration": [[143, null]], "Talk bots": [[184, null]], "Target Branches for Contributions": [[192, "target-branches-for-contributions"]], "Task Processing": [[144, null]], "Task statuses": [[144, "task-statuses"], [145, "task-statuses"], [146, "task-statuses"]], "Tasks": [[144, "tasks"], [145, "tasks"], [146, "tasks"]], "Tasks types": [[144, "tasks-types"], [146, "tasks-types"]], "Technical details": [[29, "technical-details"], [187, null], [203, "technical-details"]], "Templates": [[39, "templates"], [45, null], [212, "templates"]], "Terminology": [[119, "terminology"]], "Testing": [[60, null]], "Testing requests": [[78, "testing-requests"]], "Testing requests with curl": [[64, "testing-requests-with-curl"]], "Testing translations": [[61, "testing-translations"]], "Text Processing": [[146, null]], "Text color": [[94, "text-color"]], "Text input": [[93, "text-input"]], "Text-To-Image": [[145, null]], "The Application class": [[0, "the-application-class"]], "The Cache View": [[130, "the-cache-view"]], "The Database Queries View": [[130, "the-database-queries-view"]], "The Event View": [[130, "the-event-view"]], "The General Request and Response View": [[130, "the-general-request-and-response-view"]], "The IAPIWidget interface": [[108, "the-iapiwidget-interface"]], "The IAPIWidgetV2 interface": [[108, "the-iapiwidgetv2-interface"]], "The IButtonWidget interface": [[108, "the-ibuttonwidget-interface"]], "The IConditionalWidget interface": [[108, "the-iconditionalwidget-interface"]], "The IContentProvider interface": [[106, "the-icontentprovider-interface"]], "The IIconWidget interface": [[108, "the-iiconwidget-interface"]], "The IOptionWidget interface": [[108, "the-ioptionwidget-interface"]], "The IReloadableWidget interface": [[108, "the-ireloadablewidget-interface"]], "The LDAP View": [[130, "the-ldap-view"]], "The Nextcloud app store rules": [[33, null]], "The calendar class": [[116, "the-calendar-class"]], "The calendar object class": [[116, "the-calendar-object-class"]], "The calendar plugin class": [[116, "the-calendar-plugin-class"]], "The process": [[34, "the-process"]], "The release": [[35, "the-release"]], "The simple filesystem": [[54, "the-simple-filesystem"]], "Theming capabilities": [[64, "theming-capabilities"]], "Theming support": [[46, null]], "Tips": [[87, "tips"]], "Tips and tricks": [[66, "tips-and-tricks"]], "Token exchange": [[125, "token-exchange"]], "Top Menu Entry": [[185, null]], "Transactions": [[56, "transactions"]], "Transient attributes": [[56, "transient-attributes"]], "Transifex configuration .tx/config": [[7, "transifex-configuration-tx-config"]], "Transifex sync": [[171, "transifex-sync"]], "Translate a string": [[75, "translate-a-string"]], "Translation setup": [[7, null]], "Translation tool": [[7, "translation-tool"], [171, "translation-tool"]], "Translations": [[61, null], [171, null]], "Trashbin": [[84, null]], "Troubleshooting": [[62, "troubleshooting"], [160, "troubleshooting"], [165, null]], "Trusted domain": [[138, "trusted-domain"]], "Tutorial": [[8, null]], "Two-factor providers": [[149, null]], "Type": [[213, "type"]], "Typed Config Values": [[103, "typed-config-values"], [105, "typed-config-values"]], "Types": [[56, "types"]], "Types of background jobs": [[37, "types-of-background-jobs"]], "Types of caches": [[38, "types-of-caches"]], "Typography": [[94, "typography"]], "Understanding the locking situation": [[109, "understanding-the-locking-situation"]], "Undo entry": [[202, "undo-entry"]], "Unit test paths": [[220, "unit-test-paths"]], "Unit tests": [[191, "unit-tests"]], "Unit-Testing": [[220, null]], "Unregister": [[173, "unregister"], [175, "unregister"], [179, "unregister"], [182, "unregister"]], "Unregister ExApp Talk bot (OCS)": [[184, "unregister-exapp-talk-bot-ocs"]], "Unregister Menu Entry": [[183, "unregister-menu-entry"], [185, "unregister-menu-entry"]], "Unvalidated redirects": [[212, "unvalidated-redirects"]], "Update Share": [[69, "update-share"]], "Update a provider last usage date": [[134, "update-a-provider-last-usage-date"]], "Update metadata using PROPPATCH": [[113, "update-metadata-using-proppatch"]], "Updated core libraries": [[17, "updated-core-libraries"], [19, "updated-core-libraries"], [24, "updated-core-libraries"]], "Updating the calendar ACLs": [[116, "updating-the-calendar-acls"]], "Updating the content of a calendar event": [[116, "updating-the-content-of-a-calendar-event"]], "Updating the name of an event": [[116, "updating-the-name-of-an-event"]], "Updating the properties": [[116, "updating-the-properties"]], "Updating the status programmatically": [[142, "updating-the-status-programmatically"]], "Upgrade to Nextcloud 14": [[10, null]], "Upgrade to Nextcloud 15": [[11, null]], "Upgrade to Nextcloud 16": [[12, null]], "Upgrade to Nextcloud 17": [[13, null]], "Upgrade to Nextcloud 18": [[14, null]], "Upgrade to Nextcloud 19": [[15, null]], "Upgrade to Nextcloud 20": [[16, null]], "Upgrade to Nextcloud 21": [[17, null]], "Upgrade to Nextcloud 22": [[18, null]], "Upgrade to Nextcloud 23": [[19, null]], "Upgrade to Nextcloud 24": [[20, null]], "Upgrade to Nextcloud 25": [[21, null]], "Upgrade to Nextcloud 26": [[22, null]], "Upgrade to Nextcloud 27": [[23, null]], "Upgrade to Nextcloud 28": [[24, null]], "Upgrade to Nextcloud 29": [[25, null]], "Upgrade to Nextcloud 30": [[26, null]], "Upgrade to Nextcloud 31": [[27, null]], "Upgrade to Nextcloud 32": [[28, null]], "Upload a file": [[87, "upload-a-file"]], "Uploading chunks": [[80, "uploading-chunks"]], "Uploading files": [[78, "uploading-files"]], "Usage": [[79, "usage"], [122, "usage"], [217, "usage"]], "Use PascalCase for classes, interfaces, types and Vue components": [[190, "id2"]], "Use automatic dependency assembly (recommended)": [[40, "use-automatic-dependency-assembly-recommended"]], "Use camelCase for functions, methods, properties, and variables": [[190, "id1"]], "Use consistent new lines in function parameters": [[190, "id10"]], "Use dangling commas, this reduces the diff when adding new properties.": [[190, "id7"], [190, "id18"]], "Use explicit comparisons": [[190, "id19"]], "Use parenthesis for multi-line body of arrow functions.": [[190, "id13"]], "Use single quotes.": [[190, "id4"]], "Use the API": [[108, "use-the-api"]], "Use the Smart Picker in clients": [[134, "use-the-smart-picker-in-clients"]], "Use the Smart Picker in your app": [[134, "use-the-smart-picker-in-your-app"]], "Use the Unified Search API": [[134, "use-the-unified-search-api"]], "User Status": [[142, null]], "User Status - Predefined statuses": [[71, "user-status-predefined-statuses"]], "User Status - Retrieve statuses": [[71, "user-status-retrieve-statuses"]], "User Status - Status Manipulation": [[71, "user-status-status-manipulation"]], "User action": [[175, "user-action"]], "User bubbles": [[93, "user-bubbles"]], "User interface": [[189, "user-interface"]], "User management": [[151, null]], "User managers": [[151, "user-managers"]], "User metadata": [[64, "user-metadata"]], "User metadata - List user IDs": [[64, "user-metadata-list-user-ids"]], "User migration": [[150, null]], "User objects": [[151, "user-objects"]], "User session information": [[151, "user-session-information"]], "User status": [[117, "user-status"]], "User status - Restore backup": [[71, "user-status-restore-backup"]], "User values": [[55, "user-values"]], "User-, guest-, and public-template layout": [[27, "user-guest-and-public-template-layout"]], "UserConfig": [[105, null]], "UserManager": [[41, "usermanager"]], "Using GitHub": [[99, "using-github"]], "Using a PHP debugger (XDebug)": [[110, "using-a-php-debugger-xdebug"]], "Using a container": [[40, "using-a-container"]], "Using alternative app directories": [[110, "using-alternative-app-directories"]], "Using custom reference widgets": [[134, "using-custom-reference-widgets"]], "Using the IContentManager service": [[106, "using-the-icontentmanager-service"]], "Using the URLGenerator": [[52, "using-the-urlgenerator"]], "Using the app": [[130, "using-the-app"]], "Using the collection OCS API": [[65, "using-the-collection-ocs-api"]], "Using the default widget": [[134, "using-the-default-widget"]], "Utils: menu, counter & buttons": [[202, "utils-menu-counter-buttons"]], "Validate source strings": [[7, "validate-source-strings"]], "Values Sensitivity": [[103, "values-sensitivity"], [105, "values-sensitivity"]], "Various information": [[202, "various-information"]], "Version control issue": [[134, "version-control-issue"]], "Version control issue or pull request comment": [[134, "version-control-issue-or-pull-request-comment"]], "Version control pull request": [[134, "version-control-pull-request"]], "Versioning": [[35, "versioning"], [35, "id1"]], "Versions": [[85, null]], "View.php": [[213, "view-php"]], "Views": [[98, "views"]], "Vue": [[61, "vue"]], "Web Host Metadata": [[152, null]], "WebAuthn without SSL": [[195, "webauthn-without-ssl"]], "WebDAV SEARCH based on metadata": [[113, "webdav-search-based-on-metadata"]], "WebDAV basics": [[78, "webdav-basics"]], "WebDAV collection preload events": [[153, null]], "Webdav": [[82, null]], "What is a popover menu": [[203, "what-is-a-popover-menu"]], "When the event is emitted": [[153, "when-the-event-is-emitted"]], "Which classes should be added": [[40, "which-classes-should-be-added"]], "Why did Nextcloud add code signing?": [[29, "why-did-nextcloud-add-code-signing"]], "Why do you want to join": [[207, "why-do-you-want-to-join"]], "Windows Development Build": [[99, "windows-development-build"]], "Windows Installer (i.e. Deployment) Build (Cross-Compile)": [[99, "windows-installer-i-e-deployment-build-cross-compile"]], "Wiping the actual device": [[77, "wiping-the-actual-device"]], "With curl": [[78, "with-curl"]], "Wording": [[94, "wording"]], "Working with Enum shape types": [[144, "working-with-enum-shape-types"]], "Working with time": [[147, null]], "Write support": [[116, "write-support"]], "Writing PHP unit tests": [[220, "writing-php-unit-tests"]], "Writing a background job": [[37, "writing-a-background-job"]], "Writing a handler": [[152, "writing-a-handler"]], "Writing a listener": [[41, "writing-a-listener"]], "Writing events": [[41, "writing-events"]], "Writing scalable transactions": [[127, "writing-scalable-transactions"]], "Writing to a file": [[57, "writing-to-a-file"]], "\\OCA\\DAV\\Events\\AddressBookCreatedEvent": [[41, "oca-dav-events-addressbookcreatedevent"]], "\\OCA\\DAV\\Events\\AddressBookDeletedEvent": [[41, "oca-dav-events-addressbookdeletedevent"]], "\\OCA\\DAV\\Events\\AddressBookShareUpdatedEvent": [[41, "oca-dav-events-addressbookshareupdatedevent"]], "\\OCA\\DAV\\Events\\AddressBookUpdatedEvent": [[41, "oca-dav-events-addressbookupdatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectCreatedEvent": [[41, "oca-dav-events-cachedcalendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectDeletedEvent": [[41, "oca-dav-events-cachedcalendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectUpdatedEvent": [[41, "oca-dav-events-cachedcalendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarCreatedEvent": [[41, "oca-dav-events-calendarcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarDeletedEvent": [[41, "oca-dav-events-calendardeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectCreatedEvent": [[41, "oca-dav-events-calendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectDeletedEvent": [[41, "oca-dav-events-calendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectUpdatedEvent": [[41, "oca-dav-events-calendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarPublishedEvent": [[41, "oca-dav-events-calendarpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarShareUpdatedEvent": [[41, "oca-dav-events-calendarshareupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarUnpublishedEvent": [[41, "oca-dav-events-calendarunpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarUpdatedEvent": [[41, "oca-dav-events-calendarupdatedevent"]], "\\OCA\\DAV\\Events\\CardCreatedEvent": [[41, "oca-dav-events-cardcreatedevent"]], "\\OCA\\DAV\\Events\\CardDeletedEvent": [[41, "oca-dav-events-carddeletedevent"]], "\\OCA\\DAV\\Events\\CardUpdatedEvent": [[41, "oca-dav-events-cardupdatedevent"]], "\\OCA\\DAV\\Events\\SabrePluginAuthInitEvent": [[41, "oca-dav-events-sabrepluginauthinitevent"]], "\\OCA\\DAV\\Events\\SubscriptionCreatedEvent": [[41, "oca-dav-events-subscriptioncreatedevent"]], "\\OCA\\DAV\\Events\\SubscriptionDeletedEvent": [[41, "oca-dav-events-subscriptiondeletedevent"]], "\\OCA\\DAV\\Events\\SubscriptionUpdatedEvent": [[41, "oca-dav-events-subscriptionupdatedevent"]], "\\OCA\\FederatedFileSharing\\Events\\FederatedShareAddedEvent": [[41, "oca-federatedfilesharing-events-federatedshareaddedevent"]], "\\OCA\\Files\\Event\\LoadAdditionalScriptsEvent": [[41, "oca-files-event-loadadditionalscriptsevent"]], "\\OCA\\Files_Sharing\\Event\\BeforeTemplateRenderedEvent": [[41, "oca-files-sharing-event-beforetemplaterenderedevent"]], "\\OCA\\Files_Trashbin\\Events\\MoveToTrashEvent": [[41, "oca-files-trashbin-events-movetotrashevent"]], "\\OCA\\Settings\\Events\\BeforeTemplateRenderedEvent": [[41, "oca-settings-events-beforetemplaterenderedevent"]], "\\OCA\\User_LDAP\\Events\\GroupBackendRegistered": [[41, "oca-user-ldap-events-groupbackendregistered"]], "\\OCA\\User_LDAP\\Events\\UserBackendRegistered": [[41, "oca-user-ldap-events-userbackendregistered"]], "\\OCA\\Viewer\\Event\\LoadViewer": [[41, "oca-viewer-event-loadviewer"]], "christophwurst/nextcloud replaced": [[21, "christophwurst-nextcloud-replaced"]], "doctrine/dbal": [[17, "doctrine-dbal"], [19, "doctrine-dbal"], [24, "doctrine-dbal"]], "files": [[26, "files"]], "getLinkWithPicker": [[134, "getlinkwithpicker"]], "guzzlehttp/guzzle": [[17, "guzzlehttp-guzzle"]], "iOS": [[61, "ios"]], "info.xml": [[20, "info-xml"], [21, "info-xml"], [22, "info-xml"], [23, "info-xml"], [24, "info-xml"], [25, "info-xml"], [37, "info-xml"], [107, "info-xml"]], "jQuery deprecation": [[15, "jquery-deprecation"]], "jQuery update": [[16, "jquery-update"]], "macOS Development Build": [[99, "macos-development-build"]], "npm build": [[124, "npm-build"]], "npm packages": [[122, "npm-packages"]], "npm run dev, npm run watch": [[124, "npm-run-dev-npm-run-watch"]], "npm run lint (optional)": [[124, "npm-run-lint-optional"]], "npm test": [[124, "npm-test"]], "php": [[107, "php"]], "php-cs": [[107, "php-cs"]], "psr/log": [[17, "psr-log"]], "sabre/*": [[17, "sabre"]], "symfony/event-dispatcher": [[24, "symfony-event-dispatcher"]]}, "docnames": ["app_development/bootstrap", "app_development/dav_extension", "app_development/dependency_management", "app_development/index", "app_development/info", "app_development/init", "app_development/intro", "app_development/translation_setup", "app_development/tutorial", "app_publishing_maintenance/app_upgrade_guide/index", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_14", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_15", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_16", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_17", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_18", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_19", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_20", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_21", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_22", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_23", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_24", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_25", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_26", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_27", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_28", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_29", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_30", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_31", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_32", "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/LoginFlow/index", "client_apis/OCS/index", "client_apis/OCS/ocs-api-overview", "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/atomiccomponents", "design/foundations", "design/index", "design/introduction", "design/layout", "design/layoutcomponents", "desktop/building", "desktop/index", "digging_deeper/api", "digging_deeper/classloader", "digging_deeper/config/appconfig", "digging_deeper/config/index", "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/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/http_client", "digging_deeper/index", "digging_deeper/javascript-apis", "digging_deeper/notifications", "digging_deeper/npm", "digging_deeper/oidc", "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/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/translation", "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/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/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", "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/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_setup.rst", "app_development/tutorial.rst", "app_publishing_maintenance/app_upgrade_guide/index.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_14.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_15.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_16.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_17.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_18.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_19.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_20.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_21.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_22.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_23.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst", "app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.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/LoginFlow/index.rst", "client_apis/OCS/index.rst", "client_apis/OCS/ocs-api-overview.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/atomiccomponents.rst", "design/foundations.rst", "design/index.rst", "design/introduction.rst", "design/layout.rst", "design/layoutcomponents.rst", "desktop/building.rst", "desktop/index.rst", "digging_deeper/api.rst", "digging_deeper/classloader.rst", "digging_deeper/config/appconfig.rst", "digging_deeper/config/index.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/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/http_client.rst", "digging_deeper/index.rst", "digging_deeper/javascript-apis.rst", "digging_deeper/notifications.rst", "digging_deeper/npm.rst", "digging_deeper/oidc.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/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/translation.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/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/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", "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, 4, 7, 17, 18, 19, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 48, 49, 51, 52, 55, 56, 57, 61, 62, 63, 66, 67, 73, 74, 75, 78, 81, 83, 90, 91, 94, 96, 99, 106, 107, 108, 110, 114, 115, 116, 117, 119, 120, 121, 122, 124, 126, 127, 129, 130, 134, 135, 137, 138, 139, 141, 143, 144, 145, 146, 148, 149, 152, 153, 154, 156, 157, 169, 170, 171, 174, 178, 179, 185, 189, 190, 191, 192, 193, 195, 202, 207, 209, 212], "0": [2, 4, 5, 6, 10, 11, 12, 13, 18, 19, 24, 27, 28, 33, 35, 36, 39, 40, 41, 44, 53, 59, 62, 64, 65, 66, 67, 69, 72, 73, 74, 78, 81, 83, 87, 89, 99, 102, 106, 107, 108, 109, 110, 111, 113, 116, 117, 121, 124, 126, 127, 129, 134, 135, 136, 137, 139, 141, 143, 144, 145, 146, 147, 148, 150, 153, 154, 157, 159, 169, 170, 172, 174, 175, 179, 181, 183, 185, 189, 190, 191, 192, 195, 197, 202, 217], "00": [39, 78, 83, 143], "000": [1, 56], "000000": 64, "00000007oc9l3j5ur4db": 78, "00000259oczn5x60nrdu": 78, "00001": 80, "00002": 80, "0020": 61, "00293f": 197, "005416": 197, "005a8a": 197, "0066ac": 197, "00679e": 197, "006aa3": 94, "0077c7": 197, "0082c9": [64, 94], "00a0": 61, "00z": 83, "01": [39, 78, 81, 83, 108, 191], "01t00": 78, "01t17": 83, "03": 108, "04": 143, "044": 128, "04c36b75222cd9fd47f2607333029106": 78, "04z": 108, "05": [78, 134], "07": 143, "08": 220, "09": 109, "099f05": 197, "0e53dfb6": 78, "1": [0, 1, 2, 4, 6, 10, 12, 17, 18, 19, 26, 27, 28, 33, 34, 35, 36, 39, 40, 41, 44, 49, 52, 56, 58, 62, 64, 65, 69, 74, 78, 79, 80, 81, 83, 87, 89, 91, 93, 102, 107, 108, 110, 111, 113, 115, 117, 124, 127, 128, 129, 130, 131, 132, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 148, 150, 152, 153, 154, 157, 158, 159, 162, 169, 170, 172, 174, 179, 181, 185, 189, 190, 191, 195, 197, 201, 202, 205, 207, 212, 217], "10": [39, 53, 64, 69, 75, 78, 81, 99, 108, 111, 113, 134, 135, 144, 146, 157, 183, 191, 195], "100": [27, 32, 39, 53, 64, 69, 70, 108, 127, 134, 139, 150, 169, 170, 172, 181, 186, 191, 197, 198], "1000": [56, 59, 113], "10000": [80, 127], "10000000": 83, "100644": [158, 195], "100kib": 150, "100m": [96, 197], "1024px": 197, "1025": 195, "1084": 172, "10mb": [80, 83], "10min": 146, "10z": 108, "11": [18, 40, 64, 99, 108, 121, 144], "113": 197, "114": 197, "116": 201, "12": [42, 64, 78, 81, 128, 134, 144], "120": 183, "120m": 183, "121": 205, "123": [113, 172, 175, 178, 179, 181, 190, 197], "1234": [113, 116, 137], "12345": [83, 169, 179], "124": [134, 175], "125": 175, "127": [110, 195], "1270351409912": 127, "127815235": 78, "12px": 197, "13": [143, 144], "130": 94, "130000000": 134, "139": 195, "13t12": 108, "14": [9, 28, 30, 81, 108, 143, 144, 149, 196], "141": 201, "144": 201, "146": 205, "14px": 203, "14sp": 94, "15": [9, 30, 36, 41, 78, 144, 147, 149, 157], "150": [94, 195], "15000000": 80, "151": 201, "152": [195, 201], "1547545326": 80, "1553": 137, "156": 201, "1578283711000": 64, "15px": 197, "16": [9, 30, 36, 41, 61, 65, 69, 78, 81, 129, 189], "163": 197, "1675789581": 78, "168": 195, "16px": [94, 197], "16sp": 94, "17": [9, 22, 24, 30, 36, 41, 64, 195], "172": 195, "1728000": 136, "173": 197, "1742": 113, "18": [9, 13, 30, 36, 41, 81], "1800": 128, "181818": 94, "19": [9, 28, 30, 35, 36, 41, 132, 191], "192": [195, 201], "197": 201, "1970": 78, "19z": 108, "1azi": 103, "1e1": 191, "1e2": 191, "1min": 144, "1px": 197, "1snze11cibf6v6dsz": 29, "1st": 64, "1st_user": 64, "2": [2, 4, 16, 17, 24, 27, 28, 33, 34, 35, 36, 39, 41, 58, 64, 65, 69, 73, 74, 75, 78, 79, 80, 81, 93, 101, 113, 115, 116, 128, 130, 132, 134, 137, 144, 145, 146, 158, 169, 181, 189, 190, 191, 195, 197, 198, 201, 202, 205, 207, 220], "20": [9, 17, 23, 24, 25, 27, 28, 30, 36, 40, 41, 49, 56, 62, 64, 73, 74, 78, 81, 94, 121, 137], "200": [62, 65, 66, 67, 68, 69, 71, 73, 74, 75, 76, 77, 108, 113, 134, 157, 174, 177, 217], "2001": [4, 107, 117, 135], "2008": 220, "200px": 197, "2012": 134, "2014": [17, 134], "2015": 39, "2016": [81, 189], "2018": 109, "2019": 99, "2020": 34, "20200101t170000z": 116, "20200130t170000z": 116, "20200130t180000z": 116, "2021": [83, 108], "2022": [78, 99, 108], "2023": 23, "2024": 189, "2026": 143, "2034": 59, "20632824998": 64, "20cat": 137, "20cute": 137, "20music": 87, "20px": [94, 188], "20st": 137, "20standard": 23, "20thcenturystudio": 134, "21": [9, 20, 28, 30, 36, 41, 132, 137, 152], "21474836480": 64, "2153599501": 127, "2156": 81, "216": 201, "219": 197, "22": [9, 21, 24, 26, 28, 30, 36, 41, 81, 132], "222222": [94, 197], "22t15": 108, "23": [9, 22, 30, 35, 53, 56, 78, 129, 132], "231": 201, "2345": 157, "24": [9, 26, 28, 30, 35, 36, 37, 41, 56, 80, 81, 109, 130, 150, 183], "240": 65, "2401fed2eea6f2c1027c482a633e8e25cd46701f811e2d2c10dc213fd95fa60e350b": 29, "2404date20220903071748": 59, "2432": 170, "24px": [26, 197], "25": [9, 22, 23, 30, 35, 36, 41, 44, 75, 134, 137, 150, 192, 199], "255": 197, "256": [4, 78], "25px": 197, "26": [9, 24, 30, 35, 36, 39, 41, 49, 75, 127, 134, 147, 148], "26e7beeca3c0": 80, "27": [9, 22, 24, 25, 26, 30, 35, 36, 37, 39, 41, 53, 56, 65, 74, 90, 108, 109, 116, 132, 141, 146, 150, 151], "277": 160, "28": [1, 9, 27, 30, 36, 39, 40, 41, 56, 63, 65, 67, 73, 74, 113, 126, 137, 145, 146, 175, 192], "282": 137, "29": [4, 9, 26, 27, 30, 36, 39, 41, 52, 59, 78, 103, 111, 127, 137, 141, 147, 148, 183], "2fa": 149, "2g": 22, "2nd": 64, "2nd_user": 64, "2px": 197, "2xx": 66, "3": [4, 7, 17, 19, 20, 26, 27, 33, 34, 35, 39, 49, 52, 54, 56, 58, 60, 64, 69, 78, 81, 87, 93, 97, 98, 99, 108, 109, 121, 133, 134, 143, 144, 145, 146, 158, 159, 189, 190, 192, 193, 195, 197, 205, 207, 215, 217, 220], "30": [9, 30, 36, 39, 41, 56, 59, 69, 72, 74, 81, 132, 134, 141, 144, 145, 146, 148, 154, 157], "300m": 197, "300px": [197, 202], "3030237": 78, "3097fca9b1ec8942c4305e550ef1b50a": 134, "31": [4, 9, 24, 30, 36, 41, 69, 78, 87, 105, 132, 175, 201], "3166": 128, "32": [1, 4, 9, 23, 30, 36, 41, 65, 106, 108, 111, 137, 143, 172, 181, 197], "32060": 21, "3209": 108, "321": 181, "3285b1": 197, "32866": 23, "32bit": 22, "33": 143, "333": 108, "33333344": 197, "34": [59, 108, 143], "34081": 21, "34302": 109, "34329": 22, "34490": 22, "3456": 78, "34773": 23, "34807": 22, "34893": 22, "34px": [26, 197], "35789": 22, "35872": 23, "35966": 22, "3600": [37, 38], "36033": 22, "36073": 22, "36114": 22, "36198": 22, "36310": 22, "36363": 22, "36393": 22, "36434": 22, "3650": 195, "36591": 23, "36665": 23, "36836": 23, "369": 113, "36c3": 114, "37040": 23, "37316": 23, "37324": 23, "37542": 23, "37674": 23, "37820": 109, "37835": 23, "37929": 23, "37943": 23, "37955": 23, "38003": 23, "38030": [23, 109], "38104": 23, "389": 134, "3927bf23": 195, "3950773": 78, "3986": 62, "39th": 137, "39z": 108, "3rd": [2, 7, 28, 64, 102, 107, 132, 137, 156, 158], "3rd_user": 64, "3rdparti": [17, 22, 24, 156, 195], "4": [4, 15, 17, 20, 23, 25, 28, 34, 35, 56, 61, 65, 69, 78, 98, 102, 121, 124, 143, 144, 145, 146, 158, 159, 189, 190, 191, 192, 195], "40": [157, 183], "400": [66, 67, 69, 71, 74, 75, 76, 195], "401": [67, 76, 77, 165, 182, 217], "403": [18, 62, 69, 77], "403354469": 134, "404": [62, 66, 67, 69, 71, 73, 74, 113, 133, 157, 169, 170, 174, 217], "4052412": 78, "409": 134, "4096": [29, 195], "40email": 64, "40m": 183, "41": [128, 201], "412": [23, 73, 74, 75], "41446681800": 128, "42": [64, 120, 130, 198], "42513563": 158, "429": [39, 73, 74, 75, 138], "44": 128, "4423": 80, "443": 195, "4433": 195, "444444": 197, "445": 195, "44px": [26, 98, 202], "44x44px": 108, "45": 197, "46ba61": 94, "46f0": 78, "483c1e56f95e88835747b1c7c60581215016cbf2": 34, "487903ffcf4": 195, "48px": [98, 197], "49": 128, "49279cc7": 195, "4e43": 115, "4e4672cs58q": 220, "4efe": 80, "4px": [27, 98, 197], "4xx": 66, "5": [4, 12, 26, 28, 39, 56, 66, 73, 74, 81, 83, 96, 107, 109, 124, 130, 137, 138, 144, 159, 169, 191, 197, 203, 220], "50": [65, 137, 139], "500": 182, "500px": 197, "501": [157, 169, 170], "503": [23, 91], "507": 80, "509": 29, "50ef2eba7b74aa84feff013efee2a5ef": 78, "50px": 197, "512": [29, 150], "55": 137, "55548cc16b457cd74241990cc9d3b72b6335f2e5f45eee95171da024087d114fcbc2": 29, "555555": 64, "565656": 116, "567": 137, "59": 201, "595959": 197, "597996": 65, "5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f": 34, "5gb": 80, "5mb": 80, "6": [4, 35, 38, 69, 78, 99, 144, 158, 159, 195, 197, 203], "60": [64, 108, 129, 138, 144, 183], "60m": 183, "61b4": 78, "64": [4, 38, 59, 105, 108], "640": 65, "6436d084d4805": 78, "65": [124, 197], "650px": 98, "664700": 197, "668": 128, "67": [158, 170], "68": 134, "6b6b6b": 197, "6h": 38, "7": [4, 10, 11, 12, 17, 20, 24, 28, 34, 35, 39, 66, 69, 78, 99, 108, 127, 158, 195, 202], "70": 53, "7000": 195, "70981": 134, "72": 201, "728": 22, "767676": 94, "77": 197, "79": [158, 198], "7d7d7d": 197, "8": [4, 28, 35, 36, 39, 41, 64, 65, 69, 73, 78, 79, 81, 83, 109, 113, 116, 145, 147, 158, 197, 201, 220], "80": [139, 189], "8025": 195, "8080": 160, "817c": 115, "8400ba9c": 195, "842011482": 64, "8443": 138, "86": 158, "8601": 78, "87": 108, "878": 134, "88": 158, "8904": 10, "8910": 113, "8a0000": 197, "8aa06618": 158, "8c8c8c": 94, "8px": [27, 197], "9": [4, 12, 26, 36, 41, 44, 66, 78, 108, 124, 143, 215, 217], "90": [116, 169], "9000": [110, 195], "92": 64, "9261": 137, "95": 195, "96": 201, "9648": 134, "97": 201, "98": 53, "983": 181, "9876": 220, "99": [139, 202], "9940": 18, "996": 217, "9980": 195, "999": [202, 217], "9d52": 115, "A": [2, 4, 17, 21, 23, 26, 28, 29, 35, 37, 38, 39, 40, 41, 51, 54, 60, 61, 62, 64, 66, 74, 75, 79, 80, 93, 94, 97, 98, 102, 106, 107, 108, 114, 115, 116, 127, 129, 131, 133, 134, 135, 137, 139, 141, 142, 143, 144, 145, 146, 148, 150, 151, 152, 160, 189, 202, 205, 209, 212, 213, 217, 220], "AND": [127, 134], "And": [34, 37, 54, 78, 79, 80, 111, 130, 134, 158, 189, 207], "As": [10, 15, 16, 17, 19, 22, 34, 37, 41, 48, 56, 64, 78, 87, 116, 127, 131, 133, 134, 139, 140, 149, 154, 164, 189, 198, 201, 205], "At": [0, 33, 35, 83, 114, 116], "BY": 56, "Be": [2, 29, 44, 62, 93, 94, 122, 127, 207, 217], "Being": 33, "But": [17, 27, 41, 59, 61, 62, 134, 162, 207], "By": [29, 36, 39, 40, 41, 56, 65, 66, 69, 78, 99, 109, 110, 111, 113, 135, 136, 143, 144, 162, 202], "For": [1, 2, 5, 6, 7, 16, 17, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 37, 38, 39, 40, 41, 44, 49, 52, 53, 54, 55, 56, 57, 59, 61, 62, 64, 66, 69, 78, 80, 81, 83, 88, 93, 94, 96, 97, 98, 99, 107, 110, 111, 114, 115, 116, 119, 122, 124, 129, 130, 134, 137, 138, 139, 141, 144, 145, 146, 149, 150, 154, 156, 158, 160, 162, 163, 169, 170, 171, 173, 179, 189, 190, 191, 192, 195, 197, 199, 202, 203, 207, 208, 213, 216, 220], "IF": 33, "IN": 56, "If": [1, 2, 4, 7, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 34, 35, 36, 39, 40, 41, 44, 48, 49, 51, 52, 53, 56, 57, 59, 61, 62, 65, 66, 67, 71, 73, 76, 78, 80, 81, 88, 91, 93, 94, 96, 98, 99, 101, 102, 105, 107, 108, 113, 114, 115, 116, 117, 119, 122, 124, 125, 126, 127, 133, 134, 135, 137, 140, 141, 142, 144, 145, 146, 148, 149, 150, 154, 155, 156, 160, 163, 165, 166, 169, 170, 174, 175, 177, 189, 191, 192, 193, 196, 199, 201, 202, 203, 205, 206, 207, 212, 216, 217, 220], "In": [0, 1, 2, 7, 12, 17, 18, 19, 20, 22, 23, 24, 26, 27, 28, 29, 34, 35, 37, 39, 40, 41, 44, 47, 48, 51, 52, 53, 54, 56, 59, 61, 62, 64, 66, 71, 77, 78, 91, 93, 94, 97, 98, 99, 101, 107, 108, 109, 114, 115, 116, 124, 128, 130, 131, 133, 134, 135, 137, 138, 141, 144, 145, 146, 148, 149, 153, 158, 162, 163, 164, 167, 168, 170, 171, 189, 190, 192, 201, 202, 205, 207, 219, 220], "It": [2, 7, 17, 18, 22, 23, 24, 26, 27, 28, 29, 34, 35, 36, 39, 40, 41, 44, 46, 49, 50, 52, 53, 55, 56, 61, 64, 66, 67, 69, 78, 80, 81, 88, 93, 96, 97, 98, 99, 101, 102, 108, 109, 110, 113, 115, 116, 122, 123, 125, 126, 127, 128, 130, 133, 134, 135, 136, 137, 139, 140, 141, 143, 144, 145, 150, 156, 157, 158, 160, 162, 166, 169, 174, 181, 189, 190, 193, 195, 197, 202, 207, 209, 212], "Its": [108, 116, 144, 145, 146], "NOT": [26, 63, 69, 157, 201], "No": [61, 62, 76, 78, 94, 108, 110, 138, 140, 150, 189], "Not": [33, 35, 67, 71, 73, 74, 94, 113, 152, 160, 192, 207], "ON": [99, 110], "Of": [37, 116, 145, 146, 207], "On": [13, 15, 56, 62, 65, 78, 93, 94, 97, 99, 103, 105, 110, 115, 132, 133, 134, 158, 172, 181, 196, 201, 220], "One": [34, 66, 116, 119, 127, 140, 175, 202], "Or": [26, 37, 40, 115, 134, 192, 217], "Such": 39, "That": [0, 2, 7, 39, 40, 51, 64, 127, 133, 189, 207], "The": [2, 3, 4, 6, 7, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 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, 83, 84, 85, 87, 88, 89, 93, 94, 96, 97, 98, 99, 101, 102, 103, 105, 107, 109, 110, 111, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 161, 162, 165, 168, 169, 170, 172, 174, 175, 177, 178, 179, 181, 182, 185, 189, 191, 193, 195, 196, 197, 198, 199, 201, 202, 203, 204, 207, 209, 212, 213, 215, 217, 219, 220], "Then": [6, 7, 29, 34, 39, 40, 41, 97, 99, 106, 115, 116, 134, 139, 151, 154, 193, 195, 216, 220], "There": [2, 17, 20, 22, 24, 29, 33, 35, 37, 39, 40, 44, 46, 54, 59, 61, 62, 64, 66, 80, 87, 89, 93, 94, 108, 109, 111, 116, 122, 125, 127, 130, 134, 137, 139, 144, 148, 154, 156, 157, 158, 162, 169, 171, 174, 177, 186, 190, 192, 193, 195, 197, 198, 207, 209, 217], "These": [9, 28, 32, 33, 35, 39, 56, 60, 61, 93, 97, 98, 99, 110, 116, 117, 127, 129, 133, 137, 158, 183, 205, 209, 220], "To": [0, 1, 2, 7, 8, 15, 17, 24, 27, 28, 31, 32, 33, 34, 36, 39, 40, 41, 44, 45, 49, 52, 53, 56, 59, 61, 62, 63, 64, 66, 69, 78, 80, 84, 85, 90, 92, 93, 94, 99, 101, 103, 105, 106, 108, 110, 111, 113, 115, 116, 119, 121, 122, 124, 128, 130, 133, 134, 135, 136, 137, 140, 144, 146, 148, 149, 151, 154, 158, 160, 163, 169, 170, 171, 173, 175, 179, 180, 184, 185, 193, 198, 202, 204, 205, 207, 212, 213, 216, 217, 220], "Will": [13, 46, 61, 128, 140, 144], "With": [0, 21, 22, 23, 27, 37, 40, 41, 59, 64, 111, 115, 116, 127, 137, 144, 180], "_": [26, 39, 45, 55, 71, 139, 158, 171], "__construct": [0, 37, 38, 39, 40, 41, 44, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 103, 108, 111, 112, 113, 115, 116, 117, 119, 120, 129, 131, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 148, 150, 151, 152], "__dir__": [0, 2, 102], "__webpack_nonce__": [26, 158], "__webpack_public_path__": 158, "_capabl": 13, "_cooki": 39, "_data": 158, "_env": 39, "_file": 39, "_get": 212, "_n": [158, 171], "_pkei": 56, "_post": 40, "_rout": 25, "_sensitive_": [103, 105], "_server": 39, "_user": 64, "a011fe619bcf6e77ddebc96f9908e1af4071b9c1": 34, "a2xityipixkscripb": 29, "a37200": 197, "a9cd": 80, "aa": [96, 168], "aa_vers": 169, "aaaaaa": 64, "abbrevi": [52, 190], "abc": 44, "abc123": [143, 192], "abil": [18, 33, 57, 99, 137, 183, 207], "abl": [10, 15, 28, 34, 35, 39, 59, 66, 99, 107, 113, 116, 134, 136, 140, 156, 160, 164, 192, 207, 212], "abort": [36, 41, 78, 134, 138], "about": [4, 17, 20, 22, 24, 25, 27, 28, 29, 33, 36, 37, 39, 40, 41, 44, 59, 62, 63, 64, 65, 66, 87, 93, 96, 97, 98, 103, 105, 107, 108, 109, 113, 114, 115, 122, 124, 126, 130, 132, 134, 140, 141, 144, 145, 146, 158, 173, 178, 184, 189, 192, 205, 207, 209, 212, 220], "abov": [0, 1, 7, 24, 29, 33, 34, 39, 41, 52, 66, 69, 99, 108, 114, 116, 131, 137, 144, 189, 190, 195, 202, 203, 212], "absenc": [67, 126], "absent": 4, "absolut": [26, 57, 99, 106, 108, 140, 169, 178], "absolutepath": 41, "abstract": [17, 19, 24, 35, 51, 107, 116, 127, 134, 138, 190], "abstractdatacollector": 130, "abstractnodeev": 26, "abstractnodesev": 26, "abstracttaskprocessingev": 144, "abstracttextprocessingev": [26, 145, 146], "abstracttexttoimageev": [26, 145], "abstracttranscriptionev": [26, 141], "ac": 195, "accent": 197, "accept": [7, 10, 24, 39, 51, 63, 78, 81, 101, 107, 108, 120, 134, 136, 140, 168, 169, 170, 182, 195, 202, 217], "accept_languag": 62, "access": [4, 7, 21, 26, 27, 28, 29, 34, 36, 39, 41, 44, 45, 47, 48, 49, 53, 54, 58, 60, 62, 64, 65, 67, 69, 70, 71, 78, 87, 88, 93, 96, 98, 99, 103, 105, 106, 108, 111, 118, 119, 121, 122, 127, 130, 134, 136, 137, 141, 143, 144, 154, 160, 162, 165, 169, 171, 180, 182, 190, 191, 193, 195, 197, 198, 202, 205, 207, 212, 213, 217, 220], "access_level": 182, "accesstoken": 87, "accommod": 155, "accompani": 93, "accomplish": 119, "accord": [2, 4, 10, 33, 144, 195], "accordingli": [17, 18, 35, 180], "account": [7, 23, 24, 26, 28, 32, 33, 34, 61, 62, 63, 64, 77, 87, 93, 99, 108, 112, 116, 119, 129, 140, 189, 195, 205, 207, 212], "accountmanag": [24, 129], "accur": 126, "accuraci": 150, "achiev": [39, 79, 93, 116], "acl": 78, "acm": 99, "acpu": 219, "acquir": [38, 48, 121, 137, 151], "acquiremailprovid": 119, "acquiremailservic": 119, "across": [38, 56, 106, 124, 153, 202], "act": [0, 5, 17, 40, 41, 114, 122, 123], "action": [22, 24, 26, 27, 28, 29, 30, 33, 39, 41, 48, 53, 57, 61, 65, 78, 87, 94, 95, 97, 107, 108, 114, 115, 116, 118, 121, 122, 131, 140, 142, 144, 154, 155, 156, 170, 174, 176, 179, 187, 193, 197, 202, 207, 209, 212], "action1": 191, "action2": 191, "action_handl": 175, "action_handler_rout": [173, 175], "actionfactori": 117, "actionhandl": [44, 173, 175], "actioninclud": 28, "actionlabel": 23, "activ": [4, 11, 12, 21, 22, 26, 27, 33, 34, 37, 39, 40, 44, 56, 68, 87, 92, 97, 108, 110, 137, 149, 152, 158, 180, 201, 202, 204, 207], "activat": 121, "activitymanag": 27, "actorid": 81, "actortyp": 81, "actual": [26, 37, 39, 40, 41, 59, 62, 64, 66, 92, 98, 108, 110, 116, 127, 134, 137, 144, 145, 146, 148, 153, 154, 160, 162, 179, 209], "ad": [3, 4, 7, 15, 17, 18, 21, 32, 33, 35, 36, 37, 39, 41, 44, 47, 49, 52, 56, 58, 65, 66, 67, 71, 72, 73, 74, 75, 78, 80, 88, 90, 99, 102, 103, 105, 106, 108, 111, 113, 114, 116, 119, 124, 126, 127, 132, 136, 137, 139, 141, 144, 145, 146, 148, 149, 151, 164, 170, 189, 202, 207, 209, 215], "adapt": [15, 26, 66, 189, 197], "adb9aa24cbfa8e372c88431d1d99629a": 79, "add": [1, 2, 4, 7, 17, 20, 24, 26, 27, 28, 32, 34, 36, 37, 39, 40, 41, 42, 44, 45, 48, 49, 52, 53, 56, 57, 59, 61, 63, 69, 87, 93, 94, 98, 99, 102, 106, 108, 113, 114, 115, 117, 122, 124, 127, 130, 131, 133, 134, 136, 137, 139, 140, 149, 158, 160, 169, 171, 173, 176, 189, 192, 195, 196, 198, 201, 202, 203, 205, 207, 209, 216], "add_missing_column": [18, 24], "add_missing_columns_ev": 18, "add_missing_index": [18, 24], "add_missing_indexes_ev": 18, "add_missing_primary_kei": [18, 24], "add_missing_primary_keys_ev": 18, "addact": 117, "addallowedchildsrcdomain": 39, "addallowedconnectdomain": 39, "addallowedfontdomain": 39, "addallowedframedomain": [39, 50], "addallowedimagedomain": 39, "addallowedmediadomain": 39, "addallowedobjectdomain": 39, "addallowedscriptdomain": 39, "addallowedstyledomain": 39, "addattende": 115, "addattribut": 137, "addchild": 39, "addcolumn": [56, 59], "addcooki": 39, "adddatatransferprogresslisten": 87, "addev": 41, "addeventlisten": [108, 134], "addfavorit": 24, "addfilecont": 150, "addhead": [39, 49, 50, 63], "addindex": 59, "addinitscript": [24, 44], "addit": [0, 1, 4, 21, 22, 26, 29, 35, 36, 39, 41, 44, 45, 49, 53, 56, 59, 63, 78, 80, 88, 91, 93, 94, 99, 100, 108, 111, 116, 121, 127, 133, 134, 136, 139, 145, 146, 155, 158, 164, 169, 170, 189, 192, 205, 207, 209, 212, 215], "addition": [25, 27, 28, 35, 39, 52, 53, 56, 66, 94, 111, 124, 130, 133, 134, 140, 141, 146, 148, 162, 192, 212], "addjob": 37, "addlink": 152, "addlisten": [41, 131, 142], "addmenuentri": 44, "addmissingcolumnsev": 24, "addmissingindex": 59, "addmissingindicesev": [24, 59], "addmissingindiceslisten": 59, "addmissingprimarykeyev": 24, "addnewfilemenuentri": 24, "addon": 110, "addplugin": [1, 24], "addprovid": [36, 41], "address": [28, 39, 41, 46, 62, 64, 69, 93, 94, 115, 117, 119, 155, 160, 165, 189, 195], "addscript": [24, 28, 44, 45, 108, 131, 134], "addsearchcalendar": 115, "addservicelisten": 41, "addstyl": 45, "addtasktyp": [36, 41], "addtocount": 41, "addtransl": [13, 22, 28], "addtwo": 220, "addtwolisten": 41, "addtyp": 56, "adduniqueindex": 56, "addus": 10, "addvendorscript": 28, "adher": 40, "adiscoverablereferenceprovid": 134, "adjust": [1, 2, 17, 18, 20, 24, 25, 26, 27, 35, 36, 41, 59, 64, 107, 135, 143, 158, 171, 193, 197, 215, 220], "adler32": 78, "admin": [4, 7, 26, 29, 33, 35, 36, 38, 39, 41, 47, 53, 61, 64, 65, 66, 69, 78, 79, 94, 99, 100, 112, 121, 127, 139, 140, 144, 151, 154, 156, 157, 165, 178, 182, 183, 185, 186, 195, 209, 212], "admin_audit": [36, 41], "administr": [4, 7, 14, 18, 26, 29, 48, 59, 61, 66, 139, 140, 155, 160, 165, 171, 197, 209], "adminrequir": 185, "adminsect": 139, "adminset": 139, "adopt": [35, 40, 66], "adult": 134, "advanc": [69, 96, 98, 99, 121, 135, 144, 189, 195], "advantag": [29, 38, 47, 62, 156], "adventur": 134, "advertis": 23, "advis": [39, 66, 98, 113, 137], "afefcaf556d98dc7896cca380e181decb609ca44": 34, "affect": [24, 30, 33, 39, 41, 99, 126, 135, 192, 211], "affero": [34, 189], "aforement": 56, "afraid": 66, "after": [4, 6, 7, 17, 23, 24, 26, 29, 30, 33, 34, 36, 37, 39, 40, 41, 44, 49, 51, 52, 56, 59, 60, 62, 66, 69, 80, 83, 99, 102, 108, 111, 113, 127, 135, 137, 143, 144, 157, 168, 169, 170, 175, 177, 191, 195, 198, 202, 203, 207, 215, 220], "afterappid": [44, 185], "aftercontrol": 49, "afterexcept": 49, "afterward": [7, 23, 39, 51, 64, 66, 80, 102, 106, 107, 154], "ag": [22, 136], "again": [0, 24, 49, 116, 128, 137, 160, 165], "against": [17, 36, 39, 40, 41, 107, 121, 125, 192, 212], "agenda": 98, "agent": [62, 144], "aggreg": 56, "aggress": 94, "agil": 220, "agnost": [141, 144, 145, 146, 148], "ago": 201, "agpl": [4, 33, 189], "agreement": 207, "ai": [26, 37, 144, 145], "ai_integration_team": 183, "aim": [13, 33, 96, 108, 122, 189, 207, 209, 217], "aio": 166, "ajax": 27, "alert": [26, 31, 212], "alessandro": 4, "alex": [96, 189], "algorithm": [78, 137, 157], "alia": [26, 27, 113], "alias": [4, 24, 40, 113, 119, 193], "alic": [78, 127, 143, 186], "align": [28, 101, 190, 197, 200, 202], "alik": 40, "aliv": [24, 33], "all": [0, 2, 4, 7, 10, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 39, 40, 45, 49, 51, 52, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 80, 81, 83, 84, 85, 87, 89, 90, 94, 96, 98, 99, 101, 102, 103, 105, 106, 107, 108, 109, 110, 113, 114, 115, 117, 119, 122, 124, 125, 126, 127, 130, 131, 133, 134, 135, 137, 140, 143, 144, 145, 146, 149, 154, 155, 156, 157, 160, 162, 163, 164, 169, 170, 173, 174, 175, 176, 182, 185, 190, 191, 192, 193, 195, 197, 201, 202, 203, 205, 207, 208, 212, 213], "allconfig": 27, "allfilenam": 61, "allhead": 120, "allow": [4, 7, 10, 11, 15, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 49, 52, 53, 54, 55, 56, 59, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 83, 88, 93, 98, 99, 102, 103, 105, 106, 108, 110, 113, 114, 116, 122, 127, 128, 130, 131, 133, 134, 136, 137, 138, 139, 140, 142, 143, 144, 146, 148, 150, 157, 160, 162, 168, 171, 173, 178, 179, 182, 197, 201, 202, 203, 205, 207, 212, 213, 217], "allowenumer": 15, "allowevalscript": [13, 39], "allowevalwasm": 24, "allowinlinescript": 39, "allowinlinestyl": 39, "almost": [54, 94, 98, 137], "along": [99, 110, 114, 134, 157], "alongsid": [61, 93], "alpha": [4, 35], "alphanumer": 35, "alreadi": [15, 17, 23, 24, 26, 28, 35, 36, 41, 52, 59, 65, 66, 87, 90, 93, 99, 103, 108, 109, 116, 130, 131, 139, 160, 183, 189, 192, 193, 198, 205, 207, 212, 217], "also": [0, 4, 7, 12, 17, 18, 23, 24, 25, 26, 27, 29, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 49, 52, 53, 55, 56, 57, 59, 61, 62, 64, 66, 69, 71, 75, 78, 81, 88, 89, 93, 94, 96, 97, 98, 99, 103, 105, 107, 109, 113, 115, 116, 119, 122, 123, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 144, 145, 146, 148, 149, 150, 154, 156, 158, 163, 168, 169, 173, 189, 190, 192, 195, 197, 198, 202, 207, 209, 212, 213, 215, 216, 220], "alt": 21, "alter": [24, 36, 41, 52], "altern": [2, 6, 39, 40, 89, 99, 117, 121, 154], "although": [26, 41, 93], "altogeth": 33, "alwai": [10, 15, 17, 23, 27, 29, 33, 37, 39, 49, 56, 60, 66, 68, 78, 80, 83, 89, 93, 94, 99, 100, 102, 109, 111, 115, 127, 130, 134, 139, 144, 145, 146, 149, 188, 189, 191, 195, 197, 201, 207, 209, 212, 220], "alwaysen": 193, "am": [45, 53, 94, 134, 207], "amass": 56, "amd": [156, 163], "amend": 152, "among": [23, 88, 192], "amount": [57, 78, 109, 127, 207, 212], "an": [1, 2, 3, 4, 5, 7, 15, 16, 17, 18, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 44, 45, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 61, 63, 64, 65, 66, 67, 71, 73, 74, 75, 78, 79, 80, 81, 87, 88, 89, 91, 92, 93, 94, 96, 97, 98, 99, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 150, 151, 152, 154, 157, 158, 160, 163, 165, 166, 168, 169, 170, 171, 173, 174, 177, 179, 182, 183, 184, 185, 189, 191, 192, 193, 195, 197, 198, 201, 202, 205, 206, 207, 209, 212, 213, 215, 217, 220], "analysi": [17, 24, 121, 190, 204, 218], "analyz": [41, 109, 144], "analyzeimag": [28, 144], "anchestor": 12, "android": [87, 89, 92, 93, 94, 97, 98, 204, 206], "andx": 26, "angular": 44, "angularj": [44, 202], "ani": [0, 12, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 35, 39, 41, 44, 46, 56, 59, 61, 64, 66, 73, 75, 76, 78, 83, 87, 88, 93, 94, 98, 99, 103, 106, 108, 113, 114, 115, 116, 119, 120, 122, 126, 131, 134, 137, 138, 140, 141, 144, 145, 146, 148, 151, 152, 154, 155, 156, 157, 158, 162, 163, 170, 173, 180, 183, 192, 196, 202, 205, 207, 209, 212, 213, 217], "anim": [46, 197, 202], "anit": 99, "annot": [26, 39, 47, 53, 56, 66, 122, 133, 212, 215], "annotating_cod": 66, "announc": [81, 94], "announcementcent": 81, "annoy": 212, "anon": 138, "anonratelimit": 39, "anonratethrottl": 39, "anonym": [39, 62, 78, 190], "anoth": [15, 28, 29, 33, 36, 39, 40, 41, 44, 59, 61, 62, 75, 93, 97, 98, 99, 109, 113, 114, 119, 127, 144, 153, 155, 212], "ansi": [2, 160], "answer": [27, 61, 87, 106, 144, 166, 207], "anti": [40, 127], "anymor": [10, 11, 12, 16, 18, 22, 33, 44, 78, 108, 135, 196, 199], "anyon": [39, 143, 212], "anyrequest": 153, "anyth": [0, 6, 16, 26, 27, 28, 40, 41, 51, 94, 98, 99, 101, 119, 122, 133, 134, 207], "anywai": [18, 59], "anywher": [33, 47, 99, 110, 175], "apach": [4, 193, 207], "apache2": 193, "apart": [27, 52, 61, 127], "apcu": [38, 102], "api": [0, 2, 4, 13, 33, 36, 38, 39, 40, 41, 44, 47, 52, 58, 60, 61, 62, 77, 79, 80, 81, 82, 83, 87, 90, 91, 104, 106, 107, 109, 115, 118, 120, 121, 126, 128, 130, 137, 143, 155, 156, 157, 158, 162, 165, 167, 168, 169, 172, 173, 174, 175, 177, 178, 179, 181, 183, 184, 185, 187, 189, 190, 191, 192, 200, 204, 214, 215, 218], "apicontrol": [40, 52, 66, 136], "apiexcept": 191, "apirequest": [39, 62, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 134], "apirout": [25, 39, 52], "app": [1, 2, 7, 8, 10, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 34, 38, 39, 40, 42, 45, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 61, 63, 64, 67, 68, 69, 70, 71, 72, 74, 76, 78, 81, 86, 87, 88, 89, 90, 92, 93, 94, 96, 97, 98, 99, 101, 103, 105, 106, 107, 108, 111, 113, 115, 116, 117, 119, 120, 121, 123, 124, 125, 127, 129, 131, 133, 135, 136, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 152, 154, 155, 156, 157, 158, 160, 166, 167, 168, 169, 171, 173, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 189, 190, 191, 192, 195, 196, 197, 199, 200, 201, 204, 206, 207, 210, 211, 212, 213, 215, 216, 217, 220], "app_api": [154, 157, 158, 160, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 181, 182, 183, 184, 185, 186], "app_api_ex_app": 178, "app_api_id": 178, "app_api_proxy_url_prefix": 158, "app_api_router_bas": 158, "app_config": 155, "app_display_nam": 169, "app_host": 169, "app_id": [44, 50, 108, 119, 129, 131, 134, 137, 141, 144, 145, 146, 150, 158, 169, 170, 172, 181], "app_nam": 34, "app_path": 6, "app_persistent_storag": [158, 169], "app_port": 169, "app_prefer": 155, "app_private_kei": 34, "app_public_cert": 34, "app_public_crt": 34, "app_python_skeleton": 169, "app_secret": 169, "app_vers": 169, "appapi": [36, 41, 155, 156, 158, 159, 163, 164, 165, 166, 167, 169, 170, 171, 175, 178, 180, 182, 183, 184, 185, 187], "appapiauth": [155, 156, 157, 174, 176, 187], "appconfig": [11, 13, 25, 27, 104, 111, 121, 176, 183, 187], "appconfig_ex": 175, "appcont": 98, "appdata": [47, 58, 214], "appdomain": 153, "appear": [32, 66, 99, 134, 139, 220], "append": [39, 61, 112, 134, 185, 217], "appendchild": 131, "appfetch": 27, "appframework": [0, 5, 10, 13, 16, 22, 23, 24, 25, 26, 27, 28, 37, 39, 40, 44, 49, 50, 52, 53, 54, 55, 56, 66, 101, 104, 108, 109, 111, 113, 119, 121, 129, 130, 131, 132, 133, 136, 137, 139, 141, 144, 145, 146, 147, 148, 150, 152, 212, 217], "appid": [7, 59, 61, 73, 74, 76, 102, 105, 106, 137, 141, 144, 145, 146, 165, 169, 171, 172, 174, 179, 181, 190], "appinfo": [0, 4, 5, 6, 12, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 29, 35, 39, 40, 41, 44, 49, 50, 51, 52, 53, 55, 56, 60, 102, 108, 111, 113, 117, 119, 129, 131, 134, 136, 137, 140, 141, 144, 145, 146, 148, 150, 152, 156, 158, 160, 169, 171, 193, 217], "appl": [94, 97, 99, 116], "appli": [2, 27, 28, 35, 36, 39, 41, 56, 101, 102, 110, 116, 137, 157, 158, 160, 168, 189, 192, 193, 201, 202, 213], "applic": [2, 3, 4, 24, 27, 28, 29, 31, 33, 34, 36, 37, 38, 39, 40, 41, 44, 49, 50, 51, 53, 55, 60, 61, 62, 78, 88, 89, 96, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 119, 120, 127, 129, 130, 131, 134, 136, 137, 140, 141, 142, 143, 144, 145, 146, 148, 150, 152, 155, 158, 160, 170, 183, 187, 189, 192, 196, 197, 207, 212, 217, 220], "apply2fil": 99, "appmanag": 27, "appnam": [22, 34, 37, 39, 40, 48, 52, 54, 55, 131, 136], "appnavigationentryutil": 202, "appnew": 98, "appoint": [116, 129], "apppassword": 62, "approach": [18, 29, 38, 40, 41, 56, 94, 108, 116, 127, 131, 134, 170, 195], "approot": 190, "appropri": [0, 17, 26, 32, 39, 40, 44, 57, 69, 94, 116, 119, 124, 160, 192], "approv": [33, 34, 189], "approxim": 213, "apps_path": 6, "appset": 24, "appstor": [6, 27, 32, 34, 159], "appstore_sign_dir": 34, "appstore_token": 34, "appswebroot": 13, "apptoken": [62, 77], "apt": [7, 195], "ar": [0, 1, 2, 4, 5, 7, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 29, 31, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 46, 51, 52, 53, 54, 55, 56, 57, 59, 61, 62, 64, 66, 68, 69, 73, 78, 80, 81, 83, 87, 88, 89, 91, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 119, 120, 122, 123, 125, 126, 127, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 144, 145, 146, 148, 149, 154, 155, 156, 157, 158, 160, 162, 164, 165, 169, 170, 171, 172, 173, 174, 175, 177, 179, 181, 182, 183, 186, 189, 190, 192, 193, 195, 196, 197, 198, 199, 201, 202, 203, 205, 207, 209, 212, 215, 216, 217, 219, 220], "arbitrari": [116, 144, 146, 212], "arbitrarili": 144, "architect": 155, "architectur": [3, 127, 137, 157, 158, 164, 204, 218], "archiv": [4, 27, 34, 36, 41, 78, 171], "area": [4, 98, 196, 197, 202, 207], "areavatarsen": 11, "arg": [22, 61, 144], "argc": 34, "argument": [0, 15, 16, 17, 24, 26, 28, 36, 37, 39, 40, 41, 48, 49, 59, 61, 66, 69, 70, 90, 99, 101, 115, 116, 134, 135, 137, 144, 145, 146, 179, 190, 195, 212, 220], "argument_hash": 127, "argument_nam": 179, "argv": 34, "aris": 166, "around": [17, 23, 31, 61, 98, 122, 127, 128, 137, 209], "arr": 190, "arrai": [6, 22, 23, 27, 28, 29, 37, 38, 39, 40, 41, 42, 44, 45, 49, 52, 53, 55, 59, 64, 66, 69, 73, 74, 75, 76, 77, 78, 87, 103, 105, 106, 108, 110, 111, 113, 114, 116, 117, 119, 129, 131, 134, 136, 137, 139, 142, 144, 145, 148, 150, 173, 174, 179, 182, 185, 193, 195, 212, 217], "arrang": [53, 61, 97, 139], "array_filt": 151, "array_map": [113, 116, 151], "array_reduc": 153, "array_walk_recurs": 39, "arraylist": 87, "arrow": [97, 202, 203], "articl": [39, 99, 195], "articles_api": 52, "articlesapicontrol": 52, "artifact": [34, 35], "asarrai": 113, "ascend": [53, 83, 129, 137, 139], "ascii": [4, 61], "ask": [2, 4, 28, 31, 33, 39, 49, 61, 62, 69, 87, 96, 122, 125, 127, 134, 163, 165, 167, 189, 192, 204, 205, 207, 208, 212], "aspect": [41, 61], "assembl": 40, "assembli": 47, "assert": 195, "assertequ": [191, 220], "assess": 192, "asset": [2, 26, 122, 154], "asset_nam": 34, "assign": [13, 35, 36, 39, 40, 41, 56, 73, 74, 93, 114, 122, 126, 189, 207], "assigneduserid": 27, "assist": [89, 106, 144, 160], "associ": [36, 41, 93, 94, 98, 134, 144, 145, 173, 198], "assum": [0, 29, 41, 52, 56, 62, 80, 99, 116, 179, 197, 212], "assur": [56, 62], "asxml": 39, "async": [131, 134], "asynccommandbu": 27, "asynchron": [144, 145, 146, 173], "atom": [4, 23, 56, 95, 98, 204], "atomicretri": [23, 109], "attach": [34, 44, 59, 93, 119, 121, 158, 163, 164, 175], "attach_to_releas": 34, "attachinlin": 112, "attack": [33, 39, 212], "attempt": [39, 141, 160], "attent": [16, 94, 207], "attitud": 192, "attract": 202, "attribut": [4, 18, 23, 25, 26, 28, 29, 39, 52, 53, 59, 63, 66, 78, 81, 101, 111, 116, 121, 122, 133, 134, 136, 138, 168, 174, 188, 189, 202, 212, 215], "audienc": 195, "audio": [39, 141, 143, 144], "audio2text": 144, "audiotoimag": 144, "audiototext": 144, "audit": [33, 47, 212], "augment": 207, "auth": [4, 15, 26, 39, 64, 78, 121, 158, 169, 182, 195, 211], "authent": [5, 10, 15, 22, 24, 26, 28, 29, 49, 51, 62, 63, 71, 78, 87, 88, 99, 121, 122, 125, 134, 149, 155, 159, 160, 162, 164, 165, 166, 167, 169, 170, 174, 177, 180, 181, 187, 195], "authenticatorassertionresponsevalid": 195, "authenticatorattestationresponsevalid": 195, "authenticod": 99, "authf": 4, "authfail": 133, "authinit": 16, "author": [4, 18, 29, 33, 34, 39, 44, 52, 53, 56, 61, 62, 64, 78, 134, 136, 151, 168, 189, 205, 209, 217], "author_api": [39, 52, 136], "authorapi": 39, "authorapicontrol": [39, 52, 136], "authorcontrol": [39, 40, 52], "authordao": 56, "authorit": [23, 102], "authorizationjwt": 195, "authorizedadminset": [26, 53], "authormapp": [40, 56], "authornamecount": 56, "authorservic": [40, 48, 55, 61], "authorstorag": 60, "authorstoragetest": 60, "authorurl": 44, "authpublicsharecontrol": 133, "authsucceed": 133, "auto": [22, 56, 63, 102, 126, 127, 148], "autocomplet": 64, "autocompleteev": 64, "autoincr": 56, "autolink": 134, "autoload": [0, 2, 12, 23, 28, 59, 60, 121, 127, 215], "autoloadercheck": 215, "autom": [30, 61, 71, 107, 156, 171, 189, 204], "automat": [7, 10, 17, 22, 23, 26, 27, 34, 35, 39, 42, 44, 46, 47, 48, 56, 61, 66, 71, 78, 84, 88, 93, 94, 96, 98, 99, 102, 103, 105, 106, 108, 109, 116, 122, 125, 127, 132, 134, 135, 139, 143, 148, 154, 158, 162, 169, 171, 182, 185, 189, 190, 191, 196, 197, 199, 201, 212, 220], "automkcol": 78, "autos": 25, "autosubmit": 22, "autotest": 220, "autowir": 40, "auxiliari": 99, "avail": [4, 5, 7, 10, 12, 24, 26, 28, 35, 36, 37, 39, 40, 44, 45, 46, 53, 59, 61, 63, 64, 65, 66, 71, 78, 79, 80, 84, 85, 89, 91, 98, 99, 100, 102, 103, 106, 107, 108, 110, 111, 113, 114, 115, 119, 122, 125, 127, 130, 131, 134, 135, 137, 140, 142, 144, 145, 146, 148, 154, 156, 157, 158, 161, 163, 164, 165, 170, 178, 193, 195, 200, 201, 207, 213, 217, 220], "avatar": [54, 95, 98, 108, 117, 134, 137], "avatarmanag": 27, "averag": 144, "avoid": [2, 27, 31, 37, 38, 40, 57, 59, 94, 99, 101, 108, 121, 127, 130, 150, 153, 155, 188, 189, 193, 197, 202, 209, 212, 217], "awai": [21, 24, 37, 51, 71, 127, 142], "await": [78, 134, 189], "awar": [29, 116, 127, 140, 197, 212], "awesom": [141, 144, 145, 146, 148], "awk": [79, 130], "axio": [121, 134, 158], "b": [2, 34, 112, 158, 192, 195], "b38e": 78, "b5e6f6": 197, "babel": 122, "babelrc": 35, "back": [33, 36, 38, 41, 56, 77, 97, 107, 109, 111, 115, 116, 117, 122, 127, 134, 160, 187, 204, 218], "backbon": 14, "backend": [23, 24, 26, 27, 28, 36, 41, 47, 51, 54, 57, 64, 72, 73, 74, 113, 116, 125, 134, 143, 156, 159, 213, 217, 220], "backend_caldav": 26, "backendcap": 64, "backendwis": 81, "background": [4, 22, 26, 28, 36, 41, 47, 61, 64, 73, 93, 115, 121, 127, 135, 141, 144, 145, 146, 170, 183, 188, 201, 204], "backgroundcolor": 46, "backgroundjob": [10, 22, 23, 25, 27, 37, 40, 139], "backport": [28, 31, 35, 189, 215], "backslash": 212, "backtrac": 130, "backup": [31, 63, 78, 150], "backward": [16, 17, 23, 24, 26, 27, 40, 41, 56, 80, 122, 136, 149], "bad": [33, 39, 49, 61, 66, 67, 71, 74, 75, 76, 127, 172, 177, 181, 197], "badrequestexcept": 66, "bakerycontrol": 39, "balanc": 127, "bamarni": 2, "ban": 33, "bandwidth": 79, "bantu": 27, "bar": [39, 40, 61, 79, 95, 111, 183, 190, 191, 192, 197, 200, 217], "barcontrol": 217, "barservic": 40, "base": [7, 16, 18, 22, 24, 26, 27, 29, 37, 40, 41, 44, 47, 51, 56, 61, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 87, 93, 97, 98, 99, 103, 105, 106, 108, 114, 116, 120, 121, 127, 137, 139, 156, 158, 170, 174, 175, 189, 203, 213, 217], "base64": [66, 168], "base64_decod": 65, "base_url": 174, "baselin": [107, 197], "basenam": 14, "baseurl": 44, "bash": [7, 79, 99, 158, 195], "basi": [28, 29, 39, 62, 192], "basic": [34, 45, 51, 52, 56, 59, 64, 81, 82, 87, 89, 92, 96, 98, 99, 107, 109, 115, 121, 122, 133, 139, 144, 150, 152, 156, 158, 162, 164, 169, 193, 200, 204], "basicsearch": [83, 113], "bat": 99, "battl": 134, "baz": [111, 183], "bazinga": 39, "bdebc0": 197, "bearer": [64, 87], "becam": 16, "becaus": [1, 17, 19, 22, 23, 35, 37, 38, 39, 40, 56, 57, 59, 61, 65, 66, 79, 99, 102, 109, 113, 119, 127, 134, 135, 144, 160], "becom": [1, 16, 25, 33, 40, 52, 56, 99, 127, 137, 170, 207], "bee": [26, 69], "been": [2, 6, 15, 18, 20, 22, 23, 24, 25, 26, 27, 29, 35, 36, 39, 41, 45, 49, 59, 61, 65, 66, 78, 80, 87, 90, 93, 99, 102, 108, 116, 122, 124, 131, 132, 134, 141, 144, 145, 146, 148, 149, 189, 192, 197, 202, 205, 207], "befor": [0, 4, 16, 17, 18, 23, 24, 26, 27, 29, 30, 36, 39, 40, 41, 49, 51, 61, 62, 65, 66, 67, 87, 103, 105, 106, 107, 113, 122, 126, 127, 134, 135, 138, 140, 144, 145, 146, 153, 169, 171, 193, 202, 205, 206, 207, 212, 215, 216, 217], "beforecontrol": 49, "beforegettemplatesev": 28, "beforegroupdeletedev": 24, "beforemessages": 15, "beforeoutput": 49, "beforepasswordupdatedev": 24, "beforepreviewfetchedev": [24, 27], "beforesabrepubliclyloadedev": 22, "beforesharecreatedev": 24, "beforesharedeletedev": 24, "beforetemplaterenderedev": [16, 24], "beforeuseraddedev": 24, "beforeuserdeletedev": [0, 24], "beforeuseridunassignedev": 27, "beforeuserloggedinev": 15, "beforeuserremovedev": 24, "begin": [0, 29, 39, 51, 56, 116, 150], "begintransact": 56, "behalf": 39, "behavior": [1, 39, 40, 56, 78, 103, 105, 202, 213], "behind": [17, 29, 112], "being": [7, 28, 33, 36, 39, 40, 41, 44, 49, 51, 52, 56, 57, 59, 94, 98, 101, 109, 110, 119, 122, 157, 158, 179, 212, 213], "belong": [36, 41, 54, 67, 96, 102, 116, 127, 207], "below": [2, 4, 7, 20, 24, 26, 27, 39, 40, 56, 64, 74, 75, 81, 99, 103, 111, 115, 116, 119, 139, 144, 145, 146, 149, 158, 189, 193], "bem": 188, "benefici": 108, "benefit": [2, 40, 133, 207], "benjamin": 34, "berlin": 115, "bernhard": 4, "beschreibung": 4, "besid": 213, "best": [18, 28, 35, 61, 63, 93, 94, 121, 127, 135, 156, 189, 192, 207, 209], "beta": 35, "better": [0, 22, 33, 35, 36, 41, 61, 66, 90, 93, 94, 96, 98, 103, 105, 122, 130, 188, 189, 190, 212], "between": [0, 2, 16, 17, 28, 36, 37, 39, 41, 51, 53, 57, 59, 61, 66, 80, 94, 98, 99, 110, 119, 139, 144, 145, 146, 156, 157, 158, 164, 168, 169, 202, 203], "bewar": [24, 37], "bf7900": 197, "bf_prev": 220, "bg": 7, "bg_bg": 7, "big": [40, 119, 127, 130, 137, 189], "bigger": [96, 127, 189], "biggest": 17, "bighostingapp": 119, "bigint": [56, 59], "bin": [2, 24, 34, 79, 99, 195], "binari": [56, 79, 80, 81, 99], "bind": [14, 17, 169, 188, 190, 213], "bindparam": 17, "bindvalu": 17, "biographi": 129, "birth": 26, "bit": [23, 41, 54, 61, 80, 116, 127, 213], "bitflag": [65, 103, 105], "bla": [81, 201], "blabla": 201, "blacklist_files_regex": [13, 26], "blank": 39, "blazingli": 108, "blazinglyfast": 108, "blizzz": 114, "blob": [22, 56, 66, 81, 220], "block": [33, 36, 39, 41, 44, 59, 103, 105, 127, 141, 144, 145, 146, 165, 188, 189, 190, 191, 197], "blog": [109, 124], "blogspot": 220, "blue": [93, 94, 191], "blueprint": 99, "blur": 197, "board": 61, "boardid": 137, "bob": [127, 143, 186], "bodi": [24, 26, 64, 66, 78, 82, 112, 120, 131, 134, 174, 196, 197, 201], "boil": 195, "boilerpl": 40, "bold": [94, 197], "book": 41, "bookmark": [93, 94, 98, 106, 131, 212], "bool": [23, 24, 39, 44, 50, 66, 70, 73, 75, 78, 103, 105, 108, 113, 116, 119, 126, 130, 131, 133, 134, 144], "boolean": [23, 26, 28, 39, 44, 56, 68, 69, 73, 83, 87, 90, 103, 105, 108, 116, 134, 137, 141, 144, 145, 146, 148, 149, 190], "boot": [40, 44, 49, 108, 113, 115, 129, 130, 131, 137, 141, 144, 145, 146, 148, 150, 152], "bootstrap": [2, 3, 5, 22, 25, 26, 28, 40, 41, 44, 49, 51, 60, 108, 111, 113, 119, 129, 131, 137, 140, 141, 144, 145, 146, 148, 150, 152, 158, 195, 204], "borchardt": 4, "border": [28, 64, 197, 203], "bot": [7, 33, 176, 187, 192], "both": [2, 27, 37, 39, 40, 44, 52, 53, 59, 61, 69, 78, 106, 113, 115, 116, 125, 128, 134, 137, 139, 140, 141, 144, 170, 197], "bottleneck": 38, "bottom": [4, 34, 53, 93, 98, 108, 122, 130, 139, 202], "bound": 73, "boundari": 79, "boundary_": 79, "box": [39, 98, 197, 202], "br": 198, "brace": [39, 52, 189], "bracket": 61, "brahmer": 34, "branch": [28, 29, 59, 89, 96, 99, 107, 130, 154, 189, 193, 194, 205, 207, 215], "brand": 96, "break": [2, 15, 17, 18, 22, 24, 26, 28, 33, 35, 40, 61, 66, 101, 102, 109, 115, 128, 136, 140, 190, 191, 192, 209, 217], "breakpoint": 197, "brew": 99, "brief": 166, "briefli": 156, "bright": [26, 46, 64, 197], "brighter": 197, "brightest": 197, "brilliant": 33, "bring": [16, 18, 22, 155, 207], "broad": [41, 56, 103, 105], "broadcast": 202, "broaden": 28, "broken": [66, 140, 189, 191], "broker": 143, "brown": 65, "brows": [63, 209], "browselink": 61, "browser": [15, 18, 24, 32, 39, 44, 62, 96, 97, 108, 110, 137, 140, 193, 195, 212], "browser_download_url": 34, "bruteforc": [27, 157, 182], "bruteforce_protect": 182, "bruteforceprotect": 39, "bruteforceset": 7, "btn": 188, "btoa": 26, "bu": [22, 27, 31, 90, 121], "bubbl": [95, 98, 134], "bucket": [10, 195], "budget": 134, "bug": [4, 26, 31, 33, 35, 66, 122, 134, 189, 192, 197, 205, 206], "bug_triag": 207, "bugtrack": [204, 211], "build": [2, 4, 27, 28, 33, 34, 35, 36, 39, 40, 41, 61, 66, 78, 89, 100, 113, 115, 121, 122, 130, 134, 137, 154, 156, 158, 202, 204, 213, 215, 218], "build_and_publish": 34, "build_owncloud_osx_bundl": 99, "builder": [17, 19, 22, 24, 26, 113, 115], "built": [18, 27, 33, 38, 39, 40, 44, 66, 80, 96, 98, 110, 114, 115, 116, 119, 120, 121, 130, 131, 137, 138, 139, 144, 169, 179, 189, 212], "bulk": [82, 92, 106, 117, 153], "bulk_upload_request_": 79, "bulkloaddataforcollect": 153, "bullet": 200, "bump": [35, 122, 207], "bundl": [12, 15, 28, 29, 35, 87, 99, 114, 122], "bundler": [124, 190], "burden": 98, "button": [4, 21, 26, 28, 32, 44, 61, 64, 94, 95, 99, 108, 134, 139, 188, 196, 197, 200, 201, 203, 204, 220], "button__icon": 188, "bye": 191, "bypass": [7, 168, 211], "byte": [78, 116], "bzr": 4, "c": [2, 7, 16, 40, 55, 60, 78, 79, 81, 99, 121, 193, 201, 202, 220], "c90000": 197, "ca": [29, 99], "cach": [23, 28, 39, 42, 47, 57, 60, 77, 99, 103, 105, 110, 121, 126, 153, 156, 193, 204, 214, 220], "cachedcalendarobjectcreatedev": 16, "cachedcalendarobjectdeletedev": 16, "cachedcalendarobjectupdatedev": 16, "cachedpictur": 38, "cacheentryremovedev": 23, "cachefactori": 38, "cachejail": 213, "cachepermissionsmask": 213, "cal": 81, "calc": 197, "calcul": [108, 116], "calculate_hi": 39, "caldav": [16, 26, 81, 115], "caldavbackend": 16, "calendar": [19, 26, 27, 48, 61, 93, 94, 97, 98, 118, 121, 133, 180], "calendarcreatedev": 16, "calendardata": [22, 116], "calendardeletedev": 16, "calendarmanag": [27, 115], "calendarobject": 116, "calendarobjectcreatedev": 16, "calendarobjectdeletedev": 16, "calendarobjectupdatedev": 16, "calendarplugin": 116, "calendarprovid": 116, "calendarpublishedev": 16, "calendarqueri": 116, "calendarreadwrit": 116, "calendarresourcebackendmanag": 27, "calendarroombackendmanag": 27, "calendarserv": 81, "calendarshareupdatedev": 16, "calendarunpublishedev": 16, "calendarupdatedev": 16, "calendaruri": [115, 116], "call": [0, 1, 7, 16, 17, 19, 21, 22, 24, 26, 27, 28, 31, 38, 39, 40, 41, 44, 45, 49, 52, 56, 57, 60, 61, 62, 63, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 87, 93, 97, 98, 99, 102, 103, 105, 106, 108, 113, 114, 116, 117, 121, 128, 129, 130, 131, 134, 135, 137, 142, 144, 147, 149, 152, 153, 157, 170, 174, 190, 192, 202, 207, 212, 220], "callabl": [0, 40, 41, 144, 212, 217], "callback": [39, 44, 66, 108, 134, 144, 190], "callcheck": [13, 212], "calledanonym": 138, "calledbyus": 138, "caller": [27, 116], "callhttpapi": 190, "camel": [22, 190], "camelcas": 52, "can": [0, 1, 2, 4, 5, 6, 7, 10, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 68, 69, 71, 73, 74, 75, 78, 79, 80, 83, 84, 88, 89, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 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, 160, 162, 164, 165, 166, 168, 169, 170, 171, 174, 175, 177, 178, 182, 183, 189, 190, 191, 192, 193, 195, 197, 199, 201, 202, 203, 205, 207, 209, 212, 213, 215, 216, 217, 220], "canaccessresourc": 131, "cancel": [87, 116, 131, 134, 144], "canceltask": 144, "canchangeemail": 28, "candetectlanguag": 148, "candid": 35, "canexecut": 28, "canimport": 150, "cannot": [14, 28, 29, 36, 41, 61, 80, 94, 103, 105, 106, 109, 116, 134, 141, 144, 145, 146, 148, 195, 196, 209], "cant": 57, "cap": [94, 195], "capabilitiesmanag": 27, "capabl": [0, 36, 41, 63, 71, 78, 119, 134, 143, 155, 164, 177, 195], "capac": 164, "capit": [94, 190], "cappedmemorycach": 38, "caption": 56, "card": [28, 41, 81, 93, 131], "cardcreatedev": 16, "carddav": [4, 16, 81], "carddavbackend": 16, "carddeletedev": 16, "cardid": 137, "cardupdatedev": 16, "care": [2, 34, 39, 44, 62, 96, 122, 134, 139, 191, 207, 212, 217], "carefulli": [0, 35, 39, 202], "carri": [56, 64, 138, 170], "case": [10, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 35, 37, 39, 40, 41, 44, 48, 52, 53, 55, 56, 61, 62, 64, 66, 71, 73, 74, 75, 77, 78, 93, 94, 98, 101, 102, 108, 109, 110, 113, 114, 115, 116, 122, 125, 128, 133, 134, 137, 138, 139, 140, 141, 144, 145, 146, 148, 150, 153, 154, 158, 162, 164, 165, 169, 170, 189, 191, 192, 193, 201, 202, 203, 205, 207, 209], "caseinsensit": 105, "cast": [55, 56], "cat": [79, 137], "catch": [39, 55, 56, 57, 60, 62, 66, 109, 120, 134, 138, 144, 145, 146, 150], "catchabl": [28, 121], "categor": 98, "categori": [4, 97, 98, 101, 139, 140, 190, 207], "categoryfetch": 27, "caught": [23, 66, 109, 113], "caus": [7, 17, 26, 33, 62, 109, 127, 135, 166, 192, 202, 220], "causal": 127, "caution": 192, "cautiou": 93, "caveat": 190, "ccbbebdccc73a042b1a2799f673fbabadc783284cc288e4f1a1eacb74e3d": 29, "cccccc": 197, "cd": [6, 7, 34, 99, 130, 154, 193, 195], "cdata": 4, "censormiddlewar": 49, "center": [81, 197, 203], "central": [40, 116, 127, 141, 144, 145, 146, 148], "cert": [34, 195], "cert_dir": 34, "certain": [0, 37, 39, 56, 62, 63, 87, 93, 98, 99, 109, 114, 116, 135, 210], "certainli": 154, "certif": [29, 34, 62, 99, 165, 169, 195], "cf26dff4be60": 115, "ch": 128, "chain": 39, "challeng": [39, 149], "chanc": [17, 33, 61, 80, 122], "chang": [0, 2, 4, 6, 9, 29, 33, 36, 39, 40, 41, 48, 56, 58, 66, 68, 90, 98, 99, 101, 103, 105, 107, 108, 110, 111, 113, 116, 121, 124, 126, 127, 132, 134, 136, 137, 142, 144, 149, 156, 157, 158, 160, 171, 172, 183, 189, 192, 193, 195, 199, 202, 205, 211, 212, 215, 218], "changelog": [3, 17, 25, 35, 122], "changeschema": 59, "changeton": 144, "changeus": [24, 41], "channel": [35, 143], "chapter": [0, 61], "char": 56, "charact": [4, 26, 39, 56, 61, 87, 102, 105, 128, 134, 189], "charg": 87, "charset": 116, "chat": [28, 64, 93, 97, 98, 108, 121, 129, 143, 144, 202, 204], "chatwithtool": 144, "cheaper": 117, "check": [2, 4, 5, 7, 17, 18, 23, 24, 26, 27, 28, 29, 31, 34, 36, 37, 39, 41, 44, 45, 49, 54, 56, 57, 60, 61, 63, 66, 77, 78, 80, 90, 98, 101, 106, 107, 108, 111, 114, 115, 119, 121, 122, 126, 127, 128, 132, 137, 138, 139, 144, 145, 146, 150, 153, 157, 165, 169, 174, 183, 190, 195, 198, 201, 202, 204, 212, 215, 216], "check1": 203, "check_missing_column": [18, 24], "check_missing_columns_ev": 24, "check_missing_index": [18, 24], "check_missing_indexes_ev": [18, 24], "check_missing_primary_kei": [18, 24], "check_missing_primary_keys_ev": [18, 24], "checkadminus": 212, "checkappen": 13, "checkbox": [21, 44, 139, 162, 183, 200, 201, 203], "checker": 39, "checkloggedin": 212, "checkmark": [28, 202, 203], "checkout": [34, 107, 178, 192], "checkserverresponsetrait": [27, 140], "checksharetoken": 134, "checksubadminus": 212, "checksum": [78, 79, 83], "chees": 120, "cherri": 192, "child": [10, 116, 212], "childexist": 116, "childnam": 116, "children": [1, 116, 144, 153], "childrencount": 81, "chip": [26, 197], "chmod": [99, 193, 195, 220], "choic": [2, 7, 33, 37, 116, 134, 135, 145, 146], "choos": [26, 41, 57, 65, 94, 96, 99, 116, 127, 131, 134, 183, 212], "chose": [35, 54, 133], "chosen": [39, 94, 97, 207], "chown": [99, 193], "christoph": 4, "chrome": [12, 110, 195, 220], "chroot": 213, "chunk": [78, 82, 92, 137, 207], "chunk1": 80, "chunk2": 80, "ci": [2, 7, 17, 35, 130, 154, 169, 171, 189], "circl": [4, 25, 65, 69, 78, 93, 98], "circleid": 69, "circumst": 99, "citi": 61, "claim": 189, "clang": 99, "clarif": [26, 28, 119], "clarifi": 27, "class": [1, 2, 3, 4, 6, 10, 12, 15, 16, 17, 18, 24, 26, 27, 28, 36, 37, 38, 39, 44, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 66, 78, 87, 89, 101, 102, 103, 106, 107, 108, 109, 112, 113, 114, 115, 117, 118, 120, 121, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 188, 189, 191, 195, 196, 198, 200, 201, 202, 203, 212, 215, 220], "class1": 39, "class2": [39, 40], "classic": [39, 109], "classif": 4, "classifi": 189, "classload": [39, 121, 132, 204], "classnam": 23, "classpath": 12, "clean": [33, 40, 60, 134, 191, 192, 220], "cleanup": [10, 41, 77], "clear": [19, 27, 36, 37, 41, 63, 93, 94, 96, 103, 105, 155, 189, 197, 202, 207, 216], "clearat": 71, "clearbackend": 28, "clearcach": [103, 105, 126], "clearcacheal": 105, "clearli": [33, 40, 207, 215], "cli": [2, 15, 24, 124, 135, 140, 141, 166, 167, 179], "click": [32, 44, 71, 93, 99, 117, 127, 130, 134, 139, 202, 203, 212, 220], "clickabl": [98, 197, 202], "clickjack": 211, "client": [10, 17, 26, 39, 62, 64, 66, 77, 78, 80, 83, 87, 90, 110, 113, 116, 121, 122, 126, 137, 138, 144, 145, 146, 148, 164, 195, 204, 206], "clientdatarpid": 195, "clientservic": 120, "clipboard": [12, 14], "clipboardj": [12, 14], "clock": [23, 121, 147], "clockinterfac": [23, 132, 147], "clog": 37, "clone": [6, 7, 35, 99, 130, 154, 189, 193, 195], "close": [31, 35, 39, 56, 81, 97, 131, 134, 160, 188, 191, 202, 203, 207, 209], "closecursor": 56, "closer": [18, 66, 207], "closur": [0, 16, 44, 56, 59, 66, 131], "cloud": [22, 28, 36, 41, 61, 62, 63, 64, 65, 77, 78, 83, 84, 85, 87, 99, 113, 137, 195, 197], "cloudlink": 61, "clue": 134, "cluster": [38, 56, 158, 218], "clutter": 93, "cmake": 99, "cmake_install_prefix": 99, "cmake_prefix_path": 99, "cmd": [2, 99], "cmocka": 99, "cn": 29, "cnf": 127, "co": [119, 124], "co2": 144, "co2_emiss": 144, "code": [0, 1, 2, 4, 5, 6, 7, 10, 15, 16, 18, 20, 23, 24, 26, 27, 28, 30, 33, 35, 36, 39, 40, 41, 49, 51, 52, 56, 59, 61, 62, 64, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 88, 89, 91, 94, 99, 101, 102, 103, 105, 107, 108, 110, 111, 116, 119, 121, 122, 124, 127, 134, 135, 138, 139, 148, 149, 154, 155, 156, 157, 158, 169, 174, 177, 182, 194, 195, 201, 204, 207, 211, 214, 217, 218, 219, 220], "codebas": 26, "codesign": 99, "collabor": [4, 14, 24, 26, 27, 40, 64, 78, 99, 131, 134, 189, 217], "collabora": [32, 218], "collaborationview": 131, "collaboratorsearch": 27, "collaboratorsearchplugin": 4, "collaps": [97, 200], "collect": [1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 28, 36, 41, 61, 63, 78, 83, 92, 98, 121, 130, 131, 134, 195, 204], "collection_nam": 65, "collectionlist": 131, "collector": 139, "collis": 80, "colon": [61, 106], "color": [24, 46, 64, 95, 114, 116, 134, 188, 198, 200, 201, 202], "colour": 21, "column": [17, 36, 41, 59, 98, 109], "column_a": 59, "column_b": 59, "columncount": 17, "columntoproperti": 56, "columntyp": 59, "com": [2, 4, 6, 7, 14, 15, 16, 22, 29, 32, 33, 34, 39, 56, 62, 64, 66, 69, 77, 78, 81, 83, 84, 85, 87, 89, 90, 99, 108, 109, 110, 115, 116, 117, 119, 120, 122, 129, 130, 134, 135, 144, 154, 160, 174, 179, 193, 195, 201, 205, 207, 212, 217, 220], "combin": [61, 93, 94, 99, 107, 116, 137, 189, 201, 202], "come": [0, 33, 39, 40, 56, 61, 62, 80, 87, 94, 101, 102, 103, 105, 116, 120, 127, 137, 168, 173, 207], "comfort": 40, "comma": [144, 146, 175, 182], "command": [0, 2, 4, 10, 15, 16, 17, 26, 27, 29, 58, 64, 89, 99, 110, 121, 124, 130, 135, 140, 141, 149, 154, 157, 158, 160, 169, 176, 187, 192, 193, 195, 212, 215, 216], "comment": [15, 24, 27, 28, 64, 65, 78, 82, 92, 93, 98, 101, 116, 153, 189, 190, 192, 195, 205, 207], "comment_count": 134, "commentid": 81, "commentnod": 81, "commentpropertiesplugin": 153, "commentsentityev": 24, "commentsmanag": 27, "commiss": 32, "commit": [7, 35, 56, 102, 127, 189, 192, 205, 215, 218], "common": [2, 7, 24, 35, 39, 44, 57, 66, 83, 87, 93, 94, 121, 127, 128, 131, 134, 140, 159, 165, 166, 169, 188, 212], "commonli": [93, 97, 98, 147, 217], "commun": [7, 33, 41, 61, 87, 88, 94, 99, 109, 110, 122, 134, 143, 156, 157, 158, 204, 207, 208, 209, 211, 213], "compact": [26, 35], "compani": [69, 189], "compar": [61, 80, 99, 108, 127, 138], "compat": [10, 16, 17, 20, 22, 23, 24, 26, 27, 31, 33, 35, 39, 40, 41, 42, 56, 66, 80, 94, 121, 149, 193, 196, 204, 211, 218], "compens": 32, "compil": [7, 8, 21, 24, 35, 42, 61, 89, 158, 171, 190, 212, 216], "compile_po_to_mo": [158, 171], "complet": [0, 36, 41, 63, 73, 92, 93, 96, 116, 134, 137, 144, 154, 158, 175, 183, 185, 189, 197, 205], "completionexpectedat": 73, "complex": [83, 96, 107, 108, 111, 114, 116, 139, 155, 156, 192, 197], "compli": [28, 33, 207], "complianc": [48, 189], "compliant": 188, "complic": [40, 137], "compon": [0, 18, 24, 26, 35, 36, 39, 40, 41, 42, 44, 61, 95, 97, 107, 108, 112, 116, 121, 122, 131, 150, 192, 197, 199, 204, 218], "componentvm": 131, "compos": [0, 3, 20, 21, 22, 23, 24, 26, 27, 35, 40, 59, 66, 93, 98, 102, 107, 190, 202], "composer_dev_mod": 2, "comprehens": [4, 8], "compress": [29, 110], "comput": [22, 100, 144, 156, 163], "compute_devic": 169, "computedevic": 170, "computerfiles": 28, "concaten": [61, 212], "concept": [40, 63, 104, 121, 152, 156, 158, 189, 204], "conceptu": 17, "concern": [33, 192], "concis": [93, 94], "conclus": 167, "concurr": [39, 109, 137], "condescend": 94, "condit": [17, 23, 24, 108, 116, 191, 207], "condition": [49, 137], "condition2": [190, 191], "condition3": [190, 191], "conduct": [33, 204, 211], "conf": 195, "conferenc": 143, "confid": 192, "config": [2, 6, 10, 13, 14, 17, 23, 25, 26, 27, 28, 35, 40, 44, 53, 55, 56, 57, 66, 76, 107, 110, 111, 121, 124, 125, 130, 139, 140, 157, 162, 169, 176, 183, 193, 195, 204, 220], "config_is_read_onli": 28, "configkei": [76, 111, 172, 181], "configur": [2, 3, 6, 18, 26, 28, 32, 33, 34, 35, 38, 39, 40, 47, 51, 52, 58, 60, 61, 62, 63, 69, 93, 96, 98, 99, 103, 105, 108, 110, 113, 119, 120, 121, 127, 129, 140, 143, 149, 154, 155, 156, 158, 160, 162, 163, 164, 165, 169, 172, 175, 189, 190, 191, 193, 195, 197, 204, 207, 212, 220], "configvalu": [76, 172, 181], "confirm": [26, 65, 93, 96, 121, 143, 144, 153, 189, 203, 207], "confirmdestruct": 26, "confirmhtml": 26, "conflict": [12, 24, 56, 99, 122, 137, 190, 192], "confus": [93, 151], "congratul": 34, "connect": [17, 19, 24, 40, 41, 47, 56, 62, 80, 108, 109, 110, 116, 121, 122, 127, 154, 158, 160, 165, 169, 170, 174, 204], "connecthook": 0, "connector": [16, 24, 153, 195], "consecut": [137, 152], "consensu": 189, "consent": 137, "consequ": [17, 19, 33], "consid": [12, 28, 33, 35, 37, 39, 40, 61, 62, 63, 80, 97, 98, 101, 115, 116, 127, 156, 157, 160, 169, 170, 189, 192, 205, 209], "consider": [3, 47, 116, 121, 122, 130, 204], "consist": [23, 25, 40, 44, 51, 55, 56, 94, 97, 98, 99, 124, 127, 137, 156, 169, 189, 197, 209, 213], "consol": [2, 24, 26, 27, 44, 58, 90, 113, 122, 134, 135, 150, 179, 220], "consoleev": 24, "consolid": 149, "const": [44, 78, 108, 119, 129, 131, 134, 144, 150, 158, 190], "constant": [4, 5, 10, 15, 17, 18, 22, 26, 27, 28, 66, 101, 106, 116, 129, 158, 215], "constraint": [28, 66], "construct": [40, 58, 119], "constructor": [15, 24, 26, 27, 28, 36, 37, 40, 41, 52, 56, 59, 61, 108, 116, 136, 139, 144, 145, 146, 149], "consult": 189, "consum": [28, 33, 41, 66, 104, 118, 121, 130, 193, 195], "contact": [10, 15, 22, 27, 29, 31, 33, 40, 93, 94, 97, 98, 116, 118, 121, 138, 166, 180, 201, 207, 210], "contactinteractedwithev": 15, "contactremoteserv": 138, "contactsmanag": 27, "contactsmenu": [117, 196], "contain": [0, 1, 4, 5, 6, 10, 16, 20, 22, 24, 26, 27, 29, 35, 36, 39, 41, 44, 47, 48, 52, 54, 55, 60, 61, 64, 66, 69, 78, 87, 89, 93, 94, 97, 98, 101, 106, 108, 113, 114, 116, 121, 127, 128, 131, 134, 137, 140, 141, 144, 145, 146, 148, 154, 156, 157, 158, 159, 162, 163, 164, 165, 166, 167, 168, 169, 170, 173, 175, 190, 195, 197, 202, 204, 207, 212, 213, 215], "containerinterfac": [16, 40, 132], "containernam": 195, "content": [7, 21, 24, 26, 27, 29, 34, 36, 41, 50, 54, 57, 59, 61, 65, 78, 79, 81, 82, 83, 87, 94, 95, 102, 108, 112, 115, 120, 121, 127, 134, 136, 140, 144, 188, 197, 200, 202, 207, 212], "contentitem": 121, "contentmanag": 106, "contentprovid": 106, "contentproviderregisterev": 121, "contentsecuritypolici": [39, 50], "contentsecuritypolicymanag": 27, "contenttyp": [39, 120], "context": [0, 1, 16, 27, 28, 36, 40, 41, 44, 48, 49, 50, 56, 64, 87, 94, 108, 111, 113, 115, 116, 119, 121, 122, 129, 130, 131, 134, 137, 140, 144, 145, 150, 152, 155, 175, 179, 190, 204], "contextag": 144, "contextagentinteract": 144, "contextchat": [28, 106], "continu": [17, 20, 24, 26, 27, 31, 51, 66, 110, 121, 192, 204, 205], "contrari": 207, "contrast": [28, 39, 46, 116, 197], "contribut": [6, 33, 88, 96, 99, 121, 134, 189, 194, 207], "contributor": [33, 189, 207, 208], "control": [2, 22, 23, 25, 26, 28, 36, 37, 38, 41, 44, 45, 47, 49, 52, 53, 54, 55, 63, 78, 110, 122, 130, 131, 133, 136, 138, 145, 146, 168, 194, 204, 212], "controllermethodreflector": [27, 49], "conveni": [36, 41, 99, 110, 144], "convent": [40, 41, 56, 124, 135], "convers": [27, 64, 69, 78, 93, 94, 98, 121, 144, 158], "conversation_token": 144, "conversionprovid": 27, "convert": [4, 7, 17, 24, 28, 34, 44, 56, 66, 92, 103, 113, 114, 121, 156, 158, 171, 175, 195], "convert_translations_nc": 158, "converttopdf": 114, "converttostandardformat": [24, 128], "converttypetoint": 103, "converttypetostr": 103, "cookbook": 6, "cooki": [23, 36, 41, 62, 64, 78, 79, 87, 110], "cool_event_finish": 142, "cool_event_start": 142, "coolendev": 142, "coolstartev": 142, "coordin": 31, "copi": [29, 34, 59, 61, 66, 82, 93, 101, 158], "copy_transl": 158, "copynameloc": 61, "copyright": [33, 34, 189], "cor": [26, 52, 121, 168], "core": [10, 15, 18, 22, 26, 28, 29, 39, 43, 53, 62, 64, 77, 98, 108, 111, 116, 134, 137, 144, 149, 199, 205, 207, 220], "coreapp": 13, "corner": [39, 108, 117, 134], "corpor": [166, 167], "correct": [2, 39, 48, 55, 66, 87, 103, 114, 116, 144, 155, 160, 197, 202, 206], "correctli": [15, 18, 26, 33, 56, 60, 66, 107, 134, 140, 156, 160, 197], "correspond": [17, 18, 29, 32, 35, 39, 52, 57, 67, 78, 99, 103, 105, 116, 134, 139, 141, 144, 145, 146, 193, 205], "corrupt": 99, "cosentino": 4, "could": [0, 7, 17, 24, 29, 32, 34, 37, 39, 59, 62, 66, 73, 74, 79, 89, 99, 107, 108, 109, 116, 130, 131, 133, 140, 144, 145, 146, 150, 152, 171, 175, 184, 190, 192, 205, 207], "couldn": 69, "couldnottranslateexcept": 26, "count": [27, 33, 56, 61, 78, 153, 171, 202], "counter": [39, 95, 98, 200], "counterformatt": 202, "counterpart": 122, "countri": [24, 121], "coupl": [40, 96, 97, 155], "cours": [37, 52, 116, 127, 133, 145, 146, 207], "cover": [8, 9, 61, 63, 116, 122, 127, 165], "coverag": [34, 107], "cow": 144, "cpu": [130, 156, 158, 169, 170], "craft": 99, "craftenv": 99, "craftroot": 99, "craftsmanship": 220, "crash": 107, "creat": [3, 4, 5, 7, 9, 13, 14, 18, 20, 22, 24, 25, 26, 29, 34, 35, 36, 37, 38, 40, 41, 52, 53, 54, 56, 57, 59, 62, 63, 65, 66, 79, 80, 81, 82, 90, 96, 98, 99, 106, 107, 108, 111, 113, 114, 117, 118, 121, 126, 130, 131, 133, 134, 136, 139, 140, 144, 145, 146, 154, 158, 162, 163, 166, 169, 170, 171, 189, 190, 192, 193, 195, 198, 201, 202, 215, 220], "creatabl": [78, 113], "createbackup": 142, "createcachedcalendarobject": 16, "createcalendar": 16, "createcalendarobject": 16, "createcard": 16, "createcli": 78, "createconvers": 143, "created_at": [134, 137], "createdistribut": 38, "createel": [131, 134], "createev": 115, "createeventbuild": 115, "createeventsourc": [16, 24], "createfakefileforlocal": 158, "createfakefileforvuefil": 158, "createfil": 116, "createfromstr": [115, 116], "createfunct": 56, "createincalendar": 115, "createinmemori": 38, "createloc": 38, "createmessag": 112, "createnamedparamet": [56, 113], "createoper": 87, "createowncloudcli": 87, "createparamet": 24, "createpotfil": [158, 171], "createremotefolderoper": 87, "createremoteshareoper": 87, "createsubscript": 16, "createt": 59, "createtodo": 66, "createus": 151, "creation": [36, 40, 41, 52, 59, 69, 78, 83, 103, 105, 134, 189], "creation_tim": 78, "creationd": [78, 83], "creationdatetim": 81, "creator": [99, 134], "credenti": [64, 92, 99, 160, 195], "credentialsmanag": 27, "credit": 207, "criteria": [26, 39, 40, 115, 127], "critic": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 48, 109, 122, 127, 170, 192, 212], "criticalactionperformedev": 48, "cron": [34, 47, 115, 135, 204], "cronjob": 113, "crontab": 113, "crop": [24, 36, 41], "cross": [39, 66, 211], "crt": [29, 34, 195], "crucial": 127, "crypt": 16, "crypto": 27, "cs_cz": 7, "csp": [12, 24, 39, 50, 212], "csp_nonc": 26, "csr": [29, 195], "csrf": [26, 27, 39, 43, 122, 212], "csrftokenmanag": 27, "css": [5, 6, 18, 21, 24, 26, 28, 33, 39, 43, 47, 108, 131, 137, 139, 158, 185, 189, 190, 193, 202, 203, 204, 216], "csync": 99, "ctime": 78, "ctrl": 21, "cuda": [156, 158, 169, 170], "curl": [4, 62, 63, 65, 77, 79, 80, 81, 83, 99, 108, 113, 134, 217, 219], "curli": [39, 52], "current": [4, 7, 21, 26, 27, 28, 29, 32, 35, 36, 39, 40, 41, 44, 57, 61, 64, 65, 67, 69, 73, 74, 78, 80, 90, 97, 98, 99, 101, 106, 107, 108, 114, 122, 126, 130, 132, 137, 138, 139, 140, 141, 142, 144, 145, 146, 148, 151, 153, 156, 158, 161, 163, 164, 171, 173, 179, 181, 190, 193, 220], "currentus": 15, "cursor": [56, 134, 137], "custom": [1, 4, 10, 18, 23, 24, 25, 27, 29, 36, 37, 41, 46, 49, 50, 63, 78, 93, 94, 110, 111, 115, 118, 119, 121, 137, 140, 149, 156, 157, 170, 203, 207, 213], "custom2": 66, "custom_app": 160, "custom_bool": 137, "custom_int": 137, "custom_us": 137, "customev": 134, "customfield": 39, "customid": 144, "customiz": 198, "cut": [26, 39, 79, 94], "cute": 137, "cycl": 192, "d": [22, 62, 77, 78, 79, 81, 83, 99, 102, 108, 113, 193, 195, 207], "d1680193199": 90, "d5f1fa": 197, "d8d8d8": 94, "d8f3da": 197, "d9a428292998": 78, "daemon": [155, 156, 158, 162, 164, 165, 166, 169], "daemon_config_nam": 169, "daemonconfig": [154, 155, 170, 187], "dai": [37, 67, 98, 116, 183, 195], "daili": [35, 134], "damag": 212, "danger": [66, 93, 109, 212], "dark": [16, 26, 53, 61, 64, 94, 108, 134, 149, 197], "darker": 197, "darkest": 134, "dash": 128, "dashboard": [22, 25, 26, 121, 131, 204], "dashboardmodel": 108, "data": [1, 4, 24, 26, 27, 28, 29, 33, 36, 37, 38, 40, 41, 44, 47, 52, 53, 54, 56, 57, 62, 63, 64, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 90, 93, 96, 108, 110, 113, 115, 117, 121, 122, 130, 137, 139, 144, 150, 153, 157, 160, 169, 170, 175, 179, 189, 191, 192, 193, 195, 202, 211, 220], "databas": [1, 4, 8, 19, 23, 24, 34, 35, 36, 40, 41, 47, 55, 59, 62, 64, 67, 103, 105, 107, 109, 110, 111, 116, 121, 135, 137, 140, 153, 172, 181, 183, 194, 204, 212, 220], "databaseconnect": 27, "datacollector": 130, "dataprovid": 191, "datarespons": [39, 66, 217], "dataset": 13, "date": [2, 9, 26, 27, 35, 37, 56, 61, 65, 67, 69, 73, 78, 80, 83, 87, 93, 99, 101, 107, 115, 116, 121, 122, 126, 144, 145, 146, 209], "date_immut": [27, 56], "dateinterv": 115, "datetim": [27, 39, 56, 81, 83, 106, 137, 143, 144, 147], "datetime_immut": [27, 56], "datetime_tz": [27, 56], "datetime_tz_immut": [27, 56], "datetimeformatt": [27, 139], "datetimeimmut": [27, 56, 115, 132, 137], "datetimezon": [27, 115, 147], "dav": [3, 4, 16, 17, 24, 27, 28, 64, 67, 78, 79, 80, 81, 82, 84, 85, 87, 102, 113, 116, 138, 153, 189, 204], "davacl": 116, "davcalendardemo": 116, "davgetcli": 90, "dayo": 134, "dayo_android": 134, "db": [10, 17, 19, 22, 23, 24, 26, 27, 40, 56, 59, 78, 109, 145, 146, 212], "dbal": 107, "dbalexcept": [17, 109], "dbdbdb": 197, "dbe4ea": 197, "dbgp": 110, "dc5047": 114, "dcmake_build_typ": 99, "dcmake_install_prefix": 99, "dcmake_prefix_path": 99, "dcvalue1": 127, "dcvalue2": 127, "dd": [67, 69], "ddo": 212, "de": [4, 27, 34, 64, 110, 128, 220], "de_d": 64, "deactiv": 149, "deactivat": 121, "dead": 33, "deadlock": [23, 121, 127, 204], "deal": [52, 59, 61, 114, 134], "dealing_with_code_issu": 66, "dealt": 207, "debt": [189, 207], "debug": [13, 18, 26, 59, 99, 121, 124, 127, 130, 134, 140, 141, 144, 145, 146, 204], "debugg": 121, "debugmodesetupcheck": 140, "decid": [22, 33, 34, 35, 39, 61, 93, 97, 149, 171, 192, 207, 220], "decis": [68, 189, 207], "deck": [61, 78, 93, 97, 98, 131], "deckcard": 137, "declar": [0, 25, 31, 49, 78, 102, 106, 108, 113, 116, 121, 129, 130, 131, 138, 139, 140, 141, 144, 145, 146, 148, 150, 152, 158, 176, 182, 187, 217], "declarative_set": 183, "declarativeset": [111, 171], "declarativesettingsgetvalueev": 111, "declarativesettingsregisterformev": 111, "declarativesettingssetvalueev": 111, "declarativesettingstyp": 111, "declin": 63, "decod": [56, 62, 65], "decoupl": 40, "decrypt": 10, "decryptal": 16, "dedic": [2, 16, 24, 35, 41, 77, 116, 122, 124, 127, 202], "deduc": 40, "deep": [36, 41, 113], "deeper": 204, "defacto": 28, "default": [4, 7, 11, 12, 13, 23, 24, 26, 27, 28, 32, 36, 37, 41, 44, 47, 48, 49, 50, 56, 62, 64, 65, 66, 69, 73, 78, 93, 94, 97, 98, 99, 103, 105, 109, 110, 111, 113, 115, 116, 121, 128, 130, 131, 133, 136, 137, 143, 145, 146, 150, 154, 156, 157, 158, 162, 163, 164, 169, 172, 175, 178, 179, 181, 183, 185, 190, 191, 192, 195, 197, 198, 199, 201, 202, 203, 217], "default_en": 4, "default_languag": 61, "default_valu": 179, "defaultact": 191, "defaultvalu": 52, "defens": 212, "defer": [145, 146], "defin": [2, 17, 25, 27, 29, 35, 39, 40, 49, 51, 52, 56, 59, 61, 63, 69, 70, 73, 74, 76, 78, 93, 103, 105, 106, 107, 108, 111, 112, 114, 116, 119, 121, 129, 134, 135, 138, 139, 144, 145, 146, 151, 152, 157, 190, 202, 217], "definit": [63, 75, 107, 116, 189, 209], "delai": [37, 127, 202], "deleg": [0, 116, 164], "delegategetsupportedapp": 28, "delet": [23, 24, 26, 27, 34, 41, 52, 54, 56, 63, 65, 66, 67, 71, 80, 81, 82, 88, 90, 92, 93, 94, 102, 103, 105, 109, 116, 121, 126, 127, 134, 136, 137, 144, 150, 151, 173, 174, 175, 176, 179, 182, 183, 184, 185, 201, 202, 212], "deletealluserconfig": 105, "deleteapp": [11, 103, 105], "deletecachedcalendarobject": 16, "deletecalendar": 16, "deletecalendarobject": 16, "deletecard": 16, "deletecont": 106, "deleteconvers": 143, "deletekei": [103, 105], "deletemetadata": [24, 113], "deleteprovid": 106, "deletesubscript": 16, "deletetask": 144, "deletetodo": 66, "deleteus": 0, "deleteuserconfig": 105, "deliber": 33, "delight": 33, "deliv": [33, 125], "deliver": 30, "demand": [39, 106, 116, 139], "demonstr": [135, 137], "deni": [36, 41, 78, 99], "denot": 4, "dep": [99, 101], "depend": [0, 3, 4, 7, 12, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 31, 35, 37, 39, 44, 47, 48, 52, 56, 59, 66, 88, 93, 94, 97, 98, 119, 122, 124, 132, 133, 134, 136, 137, 139, 141, 144, 145, 146, 148, 149, 154, 158, 163, 173, 193, 196, 201, 204, 212, 216, 220], "dependabot": 122, "deploi": [17, 155, 156, 158, 160, 162, 164, 165, 166, 170], "deploy": [31, 155, 157, 166, 167, 187], "deployconfig": [155, 169], "deprec": [4, 39, 40, 41, 45, 49, 53, 56, 74, 78, 101, 122, 132, 135, 141, 145, 146, 148, 170, 190, 197, 199, 215, 217], "depth": [51, 78, 83, 90, 113, 153, 193], "descend": [83, 113], "describ": [29, 35, 39, 66, 83, 88, 89, 99, 111, 115, 116, 132, 134, 139, 144, 149, 165, 169, 177, 183, 189, 193, 209], "descript": [4, 50, 59, 61, 63, 67, 71, 73, 74, 75, 76, 78, 83, 97, 98, 111, 115, 116, 119, 129, 134, 144, 149, 150, 179, 183, 184, 191, 197, 202], "descriptor": 61, "deserv": 207, "design": [23, 26, 28, 29, 33, 40, 52, 66, 94, 96, 97, 111, 122, 156, 164, 189, 200, 202, 204], "desir": [32, 39, 62, 87, 139, 170, 189], "desktop": [62, 94, 99, 134, 189, 202, 204, 206], "despit": [28, 101, 156, 212], "dest": 80, "destin": [78, 79, 80], "destroi": [52, 62, 131, 134], "destruct": 94, "detail": [4, 5, 10, 16, 17, 21, 24, 26, 28, 30, 35, 36, 39, 40, 41, 52, 57, 59, 61, 65, 66, 78, 83, 97, 101, 103, 105, 109, 110, 116, 119, 121, 130, 132, 134, 137, 156, 157, 160, 162, 167, 179, 191, 196, 200, 201, 204, 213], "detect": [17, 22, 23, 75, 99, 108, 109, 121, 122, 127, 130, 144, 158, 190, 213], "detectlanguag": 148, "determin": [21, 26, 28, 51, 78, 109, 119, 130, 134, 137, 157, 170], "dev": [2, 35, 66, 79, 99, 107, 108, 109, 121, 156, 158, 167, 195, 204, 216], "devdepend": 124, "develop": [4, 6, 7, 8, 15, 17, 23, 26, 27, 29, 32, 33, 34, 35, 39, 40, 41, 46, 59, 61, 64, 92, 94, 96, 100, 108, 109, 115, 121, 124, 127, 129, 130, 131, 133, 134, 139, 140, 150, 154, 155, 157, 158, 166, 170, 171, 189, 194, 195, 197, 205, 206, 207, 211, 212, 216, 217], "devic": [62, 64, 87, 92, 96, 97, 156, 163, 164, 169, 195], "dhparam": 195, "di": [0, 10, 27, 40, 41], "diagnost": [27, 40], "dialog": [4, 13, 15, 25, 26, 93, 121], "dialogbuild": 26, "dictat": 116, "dictionari": 90, "did": [16, 26, 39, 67, 130, 207, 209, 212], "didn": 26, "diff": [158, 195], "differ": [0, 1, 4, 17, 24, 26, 27, 29, 36, 39, 40, 41, 46, 51, 56, 59, 61, 62, 64, 66, 78, 87, 89, 90, 93, 94, 96, 97, 98, 99, 102, 103, 105, 110, 116, 131, 133, 134, 136, 137, 139, 140, 156, 163, 171, 191, 192, 203, 220], "differenti": [28, 78, 93, 207], "difficult": [29, 98, 137], "diffus": 145, "dig": 204, "digit": [4, 59], "dir": [90, 99, 137, 175, 212], "direct": [17, 24, 27, 36, 41, 63, 134, 153, 189, 197, 202, 203, 205], "directli": [13, 17, 18, 26, 27, 28, 32, 34, 36, 39, 40, 41, 51, 52, 57, 60, 62, 78, 80, 90, 116, 134, 135, 144, 145, 146, 154, 179, 189, 192, 196, 197, 198, 202, 212], "directori": [2, 6, 24, 26, 27, 34, 35, 39, 57, 60, 69, 78, 80, 83, 89, 99, 100, 107, 119, 121, 124, 135, 139, 151, 154, 158, 171, 175, 193, 195, 211, 220], "directorori": 2, "dirnam": 14, "dirti": 127, "disabl": [10, 14, 23, 24, 28, 32, 33, 36, 41, 46, 63, 69, 78, 93, 98, 110, 121, 134, 135, 137, 140, 144, 149, 151, 156, 157, 158, 170, 174, 177, 193, 195, 198], "disablekeyboardshortcut": [21, 44, 98], "disableoriginalconstructor": 60, "disableproviderfor": 149, "disadvantag": 38, "disagr": 189, "disallowxyz": [36, 41], "disappear": 10, "discard": 116, "disclos": [29, 31], "disclosur": 212, "discourag": [28, 107, 122], "discov": [1, 98, 115, 134], "discover": 134, "discoveri": [17, 28, 40, 195], "discuss": [4, 32, 39, 122, 150, 155, 189, 207, 217], "disk": 165, "dismiss": [96, 189, 207], "dispatch": [5, 22, 23, 27, 28, 36, 39, 47, 48, 121, 131, 134, 137, 142], "dispatchev": 134, "dispatchtyp": [48, 131, 134], "displai": [4, 29, 32, 44, 52, 64, 73, 74, 75, 78, 83, 93, 98, 108, 111, 121, 123, 126, 127, 129, 130, 131, 133, 137, 139, 149, 150, 169, 175, 183, 184, 185, 188, 201, 202], "displaynam": [44, 64, 67, 78, 83, 116, 126, 139, 175, 185], "disrupt": 61, "dist": [2, 12, 134], "distanc": 203, "distinct": 168, "distribtut": 195, "distribut": [29, 33, 47, 99, 100, 110, 193, 195], "div": [27, 45, 61, 131, 134, 139, 196, 201, 202, 203], "dive": [36, 41], "divid": [139, 207], "divis": 210, "django": 49, "dll": 99, "dn": 165, "dnd": 71, "do": [5, 7, 15, 22, 23, 26, 27, 28, 33, 34, 35, 36, 37, 39, 40, 41, 44, 52, 53, 54, 56, 59, 62, 63, 64, 65, 71, 73, 77, 78, 79, 80, 87, 88, 94, 96, 98, 99, 103, 105, 109, 113, 114, 115, 116, 122, 127, 130, 133, 137, 139, 143, 146, 148, 188, 189, 190, 191, 192, 193, 195, 196, 202, 203, 205, 209, 212, 216, 220], "do_someth": [52, 190], "doc": [2, 7, 15, 53, 66, 72, 99, 109, 110, 122, 124, 125, 132, 144, 156, 163, 179], "doc_url": 111, "dock": 154, "dock2port": 154, "docker": [7, 99, 108, 155, 156, 157, 158, 163, 165, 166, 167, 169, 187, 193, 195, 220], "docker_instal": 154, "docker_local_sock": 169, "docker_socket_proxi": 160, "dockerfil": [99, 157, 158], "docron": 37, "doctrin": 107, "doctyp": 112, "document": [4, 5, 7, 16, 17, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 39, 57, 62, 63, 64, 66, 77, 78, 79, 81, 83, 86, 88, 90, 98, 99, 100, 101, 106, 107, 108, 110, 111, 113, 114, 116, 122, 123, 124, 126, 127, 131, 134, 140, 144, 149, 155, 159, 165, 166, 195, 199, 202, 205, 207, 211, 218], "document_id": 65, "documentclick": 202, "documentid": [65, 145], "documentserv": 195, "documenttitl": 145, "documenttyp": 106, "doe": [16, 17, 23, 26, 27, 29, 32, 33, 34, 39, 44, 56, 57, 60, 62, 64, 66, 67, 71, 78, 93, 97, 98, 108, 115, 116, 127, 134, 137, 139, 140, 141, 144, 145, 146, 151, 157, 160, 169, 170, 191, 192, 196, 202, 207], "doesn": [6, 18, 22, 69, 99, 127, 165, 207], "doesnotexistexcept": [23, 56], "dog": 65, "dom": [108, 134, 212], "domain": [39, 115, 117, 120, 121, 129, 137, 140, 195, 212], "domcontentload": [16, 108], "domor": 39, "dompurifi": [14, 18], "don": [10, 13, 15, 17, 23, 34, 35, 39, 40, 44, 51, 56, 66, 94, 108, 111, 117, 125, 127, 134, 135, 138, 141, 144, 145, 146, 161, 180, 188, 190, 193, 201, 202, 207, 212, 216], "donat": 30, "done": [0, 26, 29, 32, 34, 39, 40, 44, 45, 49, 56, 59, 62, 65, 69, 71, 76, 78, 79, 84, 85, 89, 97, 98, 102, 111, 116, 130, 134, 139, 140, 145, 146, 151, 156, 158, 169, 170, 189, 192, 207, 209, 220], "door": 33, "dosometh": [39, 190], "dosomework": 56, "dosomeworkwithresult": 56, "dot": [4, 61, 93, 98, 195, 202, 203], "doubl": [39, 45, 106, 115, 116, 127, 212], "down": [33, 36, 39, 41, 66, 91, 99, 130, 158, 173, 195, 202, 207], "downgrad": [33, 35], "download": [2, 6, 27, 35, 36, 41, 63, 80, 82, 88, 93, 99, 157, 195], "download_url": 34, "downloadnextcloudwebsit": 120, "downloadoper": 87, "downloadremotefileoper": 87, "downloadrespons": 39, "downloadurl": 78, "downloadxmlfil": 39, "downsid": 137, "downstream": 146, "dozen": [145, 146], "dperson": 195, "dqtkeychain_include_dir": 99, "draft": [119, 134], "drag": 200, "draw": 94, "drawback": 40, "drive": 99, "driver": 107, "drop": [18, 20, 22, 35, 59, 200, 205], "drop_latest": 52, "dropcolumn": 59, "dropdown": [131, 134], "dropindex": 59, "droplatest": 52, "droppabl": 202, "droptabl": 59, "dsp": [154, 166], "dtend": 116, "dtstamp": 116, "dtstart": 116, "du": 79, "due": [17, 24, 25, 52, 56, 66, 78, 99, 109, 170, 191, 199, 207], "dummi": [78, 137, 191], "dummydata": 191, "dump": [34, 59, 102], "duplic": [31, 153], "durat": [39, 115], "dure": [23, 28, 35, 36, 38, 39, 41, 56, 67, 78, 97, 101, 103, 105, 108, 110, 115, 116, 125, 129, 131, 135, 150, 153, 157, 158, 165, 170, 171, 172, 174, 182, 193], "dylib": 99, "dynam": [24, 26, 39, 94, 99, 102, 144, 183, 197], "e": [0, 2, 4, 7, 16, 17, 18, 24, 31, 35, 36, 37, 39, 40, 41, 44, 45, 48, 51, 52, 53, 55, 56, 57, 59, 60, 61, 64, 66, 69, 70, 71, 78, 89, 93, 97, 102, 106, 107, 108, 109, 110, 114, 116, 119, 120, 122, 127, 129, 130, 135, 137, 138, 139, 140, 142, 144, 145, 146, 149, 150, 155, 156, 157, 158, 160, 165, 169, 171, 175, 185, 189, 190, 192, 193, 195, 197, 202, 212, 220], "e164": [24, 128], "e1663913": 80, "e2eepublicsharetemplateprovid": 50, "e5eff5": 197, "e6e6e6": 197, "e9322d": 94, "each": [0, 29, 31, 35, 36, 38, 39, 40, 41, 46, 49, 51, 52, 53, 54, 56, 57, 62, 78, 79, 83, 93, 96, 103, 105, 108, 110, 111, 113, 114, 115, 116, 119, 134, 137, 140, 144, 145, 149, 156, 158, 163, 164, 168, 183, 193, 202, 207, 212, 213], "eadndfjplgieldjbigjakmdgkmoaaaoc": 110, "earli": [0, 35, 44, 140], "earlier": [37, 66, 98, 99, 116], "earth": 134, "eas": [0, 27, 56, 66, 122, 140, 154, 197], "easi": [33, 34, 40, 54, 66, 93, 96, 98, 99, 110, 127, 132, 144, 189, 202], "easier": [27, 34, 40, 41, 55, 61, 66, 99, 101, 124, 147, 169, 193, 207], "easiest": [66, 110, 192, 220], "easili": [7, 22, 33, 37, 39, 41, 48, 61, 64, 78, 93, 94, 98, 110, 127, 136, 154, 170, 207, 212], "eca700": 94, "echo": [34, 45, 65, 79, 99, 212], "ecm_enable_sanit": 99, "eco": 41, "ecosystem": [155, 204, 211], "edb29d1d": 115, "eded": 197, "edg": [17, 24, 39, 122], "edit": [3, 27, 29, 64, 98, 113, 134, 189, 195, 200, 203, 216], "edit_req_ownership": 113, "editor": [36, 41, 78, 108, 160], "effc3d5818a6d5d55f2ae960ab39fd0414d0c542b72a3b9e08eb21206dd9": 29, "effect": [0, 17, 24, 26, 39, 60, 116, 126, 192, 197, 220], "effici": [23, 57, 98, 127, 153], "effort": [21, 116, 189], "eg": 90, "either": [4, 15, 16, 22, 23, 26, 29, 44, 49, 57, 64, 66, 78, 83, 94, 115, 134, 137, 140, 152, 160, 190, 193, 205, 207, 209, 220], "el": [108, 131, 134], "eleg": 40, "elem": [24, 39], "elemenet": 64, "element": [4, 26, 27, 28, 46, 54, 64, 78, 93, 94, 96, 108, 116, 134, 137, 188, 189, 196, 200, 202, 203, 204, 217], "elm": 202, "els": [24, 29, 39, 40, 41, 56, 57, 60, 64, 66, 93, 115, 119, 122, 133, 134, 137, 139, 140, 143, 144, 146, 151, 158, 175, 191, 202, 207], "elseif": 158, "elsewher": [7, 99, 137, 141, 144, 145, 146, 148], "em": [61, 139], "email": [4, 10, 14, 22, 24, 26, 28, 36, 37, 41, 61, 63, 64, 78, 93, 97, 111, 117, 119, 121, 129, 183, 189, 203, 204, 218], "emailact": 117, "emailid": [144, 146], "emailtempl": 10, "emailtext": [144, 146], "embed": [116, 139, 158, 175], "embrac": 155, "emerg": 155, "emiss": 144, "emit": [1, 5, 25, 28, 36, 41, 44, 48, 121, 125, 126, 134], "emitt": [36, 47], "emoji": [66, 71, 93], "emphas": 197, "emphasi": [0, 94], "emphat": 207, "employe": 189, "empti": [7, 10, 23, 34, 37, 38, 53, 56, 63, 65, 69, 78, 82, 94, 95, 97, 98, 108, 111, 116, 117, 139, 166, 170, 177, 195, 220], "emptycontentmessag": 108, "emptycontentsecuritypolici": [13, 24], "en": [4, 7, 25, 26, 64, 78, 79, 109, 110, 116, 134, 220], "enabl": [0, 3, 4, 7, 10, 23, 24, 26, 27, 29, 32, 36, 39, 41, 46, 53, 61, 62, 64, 65, 66, 68, 69, 71, 78, 99, 100, 106, 108, 109, 110, 111, 116, 121, 124, 125, 126, 134, 135, 139, 140, 143, 144, 149, 151, 154, 156, 162, 165, 166, 169, 175, 176, 183, 185, 187, 190, 195, 197, 203, 219], "enableproviderfor": 149, "encapsul": [39, 137, 213], "encod": [4, 26, 39, 62, 66, 69, 78, 81, 83, 87, 113, 168, 182], "encodepath": 14, "encount": [29, 110, 160, 163, 165, 166], "encourag": [15, 27, 66, 107, 202, 209], "encrypt": [27, 50, 78, 103, 105, 111, 139, 151, 172, 181, 207], "encryptedfil": 10, "encryptionfilehelp": 27, "encryptionkeystorag": 27, "encryptionmanag": 27, "end": [29, 35, 36, 38, 41, 47, 56, 66, 67, 78, 99, 107, 111, 113, 115, 116, 122, 126, 129, 131, 137, 139, 144, 187, 189, 191, 192, 197, 204, 218], "enddat": [67, 115, 126], "endif": 139, "endpoint": [10, 22, 23, 27, 28, 36, 39, 41, 44, 52, 62, 63, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 82, 84, 85, 103, 105, 133, 134, 144, 145, 146, 148, 157, 169, 170, 172, 173, 174, 175, 177, 178, 179, 181, 183, 184, 185, 186, 217], "enforc": [4, 29, 39, 93, 103, 105, 113, 149, 197], "engag": [94, 207], "engin": [36, 39, 41, 65, 99, 109, 114, 154, 162, 163, 169, 212, 220], "english": [61, 106, 141, 144, 145, 146], "enhanc": [94, 122, 133, 149, 189, 192, 207], "enorm": 212, "enough": [28, 59, 78, 96, 101, 113, 154, 162, 165, 166, 189, 192, 197, 205], "ensur": [0, 2, 29, 31, 35, 39, 42, 46, 55, 56, 60, 62, 66, 94, 103, 105, 106, 122, 127, 133, 134, 140, 155, 156, 160, 170, 207, 212], "enter": [7, 21, 44, 69, 87, 99, 111, 133, 183, 195], "enterpris": 30, "entir": [80, 97, 99, 202, 203], "entiti": [22, 26, 27, 58, 61, 67, 116, 121, 131], "entri": [0, 3, 4, 18, 24, 27, 36, 39, 40, 41, 44, 45, 52, 53, 56, 60, 93, 97, 103, 105, 113, 117, 127, 131, 134, 137, 155, 158, 175, 176, 187, 190, 200, 201, 203, 212, 220], "enum": [28, 101, 121, 190, 215], "enumer": 144, "env": [34, 39, 124], "env_var": 34, "environ": [2, 6, 8, 26, 34, 35, 55, 60, 99, 110, 127, 140, 158, 159, 162, 167, 192, 194, 195, 202, 204, 208, 218, 220], "eof": 116, "eol": [22, 35], "epoch": 35, "eq": [2, 56, 83, 195], "equal": [35, 170], "equalto": 60, "equival": [40, 52, 154, 213], "error": [16, 17, 26, 28, 30, 48, 56, 60, 61, 65, 66, 73, 74, 75, 79, 80, 92, 94, 99, 107, 109, 121, 131, 134, 138, 140, 141, 144, 145, 146, 148, 156, 157, 160, 165, 170, 172, 174, 177, 181, 197, 217], "errorbaselin": 107, "errorcod": 17, "errorcount": 65, "errorinfo": 17, "errorlevel": [66, 107], "escal": 211, "escap": [10, 16, 212], "escapehtml": [12, 212], "escapeshellarg": 212, "escapeshellcmd": 212, "eshapetyp": 144, "eslint": [124, 158], "esm": 140, "especi": [2, 26, 33, 39, 59, 61, 62, 66, 93, 99, 127, 158, 188, 193], "essenc": 40, "essenti": [64, 90, 202], "establish": 40, "estat": 139, "estim": [146, 150], "etag": [54, 66, 78, 79, 83, 116, 175], "etc": [12, 39, 40, 59, 60, 64, 88, 93, 94, 127, 134, 135, 155, 156, 157, 158, 160, 165, 180, 190, 193, 195, 220], "europ": 115, "eval": [11, 13, 24, 212], "evalu": 192, "even": [10, 29, 35, 36, 39, 41, 61, 66, 87, 98, 103, 110, 114, 125, 127, 144, 157, 174, 190, 192, 193, 205, 207, 212], "event": [0, 3, 4, 14, 15, 16, 19, 22, 23, 26, 27, 34, 37, 44, 47, 48, 59, 64, 92, 98, 101, 114, 118, 121, 125, 127, 134, 135, 139, 142, 176, 187, 202, 204], "event_data": 173, "event_ent": 24, "event_fail": 24, "event_load_additional_script": [5, 16, 24], "event_load_additional_scripts_loggedin": [5, 16, 24], "event_run": 24, "event_subtyp": 173, "event_success": 24, "event_typ": 173, "eventdispatch": [1, 15, 18, 24, 26, 44, 48, 111, 113, 131, 134, 141, 144, 145, 146], "eventdispatcherinterfac": 24, "eventlogg": 27, "events_listen": 173, "eventsdispatch": [28, 101], "eventslisten": 173, "eventsourc": 24, "eventsubtyp": 173, "eventtyp": 173, "eventu": 16, "ever": [33, 212], "everi": [0, 1, 5, 7, 16, 25, 35, 37, 39, 40, 56, 57, 61, 66, 80, 98, 99, 106, 107, 108, 117, 124, 127, 134, 135, 152, 192, 202, 203, 205, 212, 213, 216, 220], "everybodi": [33, 96, 124], "everyon": [4, 27, 34, 39, 40, 98, 208], "everyth": [8, 24, 34, 40, 64, 66, 78, 96, 116, 122, 127, 189, 202], "everywher": 66, "evolv": [40, 155], "ex": [39, 99, 157, 168, 170, 172, 174, 181], "ex_app": 158, "ex_app_id": 158, "ex_app_menu_entry_nam": 158, "exact": [89, 116, 122], "exactli": [40, 52, 66, 116, 126, 203, 207], "examin": 113, "exampl": [1, 4, 6, 7, 12, 22, 24, 25, 27, 28, 29, 32, 33, 34, 35, 36, 37, 39, 40, 41, 44, 49, 52, 54, 55, 56, 59, 61, 62, 64, 65, 66, 77, 78, 79, 82, 84, 85, 93, 94, 96, 97, 98, 99, 108, 109, 110, 111, 113, 114, 115, 116, 121, 127, 130, 131, 133, 135, 137, 138, 139, 140, 141, 142, 144, 145, 146, 149, 156, 158, 160, 164, 170, 171, 174, 176, 178, 183, 189, 191, 192, 197, 201, 203, 207, 212, 213, 217, 220], "exapp": [26, 47, 154, 155, 159, 161, 162, 164, 166, 168, 170, 171, 172, 173, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 204], "exappconfig": [155, 172], "exappprefer": [155, 181], "exapprequir": 26, "exappservic": 160, "exce": 134, "exceed": [73, 74, 75], "except": [0, 16, 17, 18, 23, 24, 26, 28, 29, 39, 40, 49, 52, 55, 57, 63, 80, 94, 101, 109, 110, 111, 113, 116, 120, 122, 130, 138, 144, 145, 146, 147, 164, 176], "exceptionalimplement": 28, "excess": 33, "exchang": [39, 121], "exchangedtokenrequestedev": 125, "exclud": [182, 212], "exclus": [2, 78, 134], "exec": [66, 193, 195, 212], "execut": [4, 7, 17, 22, 24, 27, 29, 37, 39, 41, 49, 51, 56, 59, 73, 87, 99, 108, 113, 114, 115, 122, 127, 130, 135, 138, 140, 141, 142, 144, 145, 146, 148, 154, 158, 193, 207, 211, 217], "execute_handl": 179, "executequeri": 56, "executestat": [59, 109], "exist": [2, 3, 9, 10, 16, 18, 22, 24, 26, 27, 28, 29, 36, 39, 40, 41, 52, 54, 56, 57, 59, 60, 61, 66, 69, 71, 78, 83, 87, 99, 101, 106, 107, 111, 119, 121, 122, 127, 132, 134, 136, 139, 140, 150, 151, 165, 189, 202], "existingmanag": 151, "exit": [34, 130, 160], "expand": 97, "expans": 155, "expect": [33, 34, 35, 39, 41, 60, 66, 69, 73, 93, 101, 105, 113, 137, 144, 145, 146, 156, 157, 175, 189, 191, 209, 212], "expectedexcept": 60, "expens": [38, 39, 127], "experi": [41, 44, 61, 62, 66, 94, 96, 98, 122, 137, 140, 160, 189], "experiment": [68, 101, 215], "expir": [37, 38, 39, 69, 80, 93, 143], "expired": 69, "expiri": 26, "explain": [0, 33, 66, 94, 98, 99, 114, 130, 134, 192, 193, 195, 207], "explan": [66, 93, 94, 99, 154, 170], "explanatori": [94, 141, 144, 145, 146, 148], "explicit": [28, 40, 63], "explicitli": [15, 16, 23, 26, 28, 33, 39, 40, 106, 116, 144, 209, 212], "explor": [18, 134], "export": [12, 17, 34, 99, 131, 134, 150, 158, 190], "exportdestin": 150, "expos": [63, 64, 71, 90, 111, 114, 122, 133, 152, 162, 169], "exposur": 211, "expr": [56, 113], "express": 56, "ext": [44, 124], "extend": [0, 3, 16, 18, 20, 23, 24, 27, 28, 36, 37, 39, 40, 41, 43, 49, 50, 52, 53, 54, 55, 56, 59, 60, 66, 87, 101, 103, 105, 108, 111, 113, 115, 116, 117, 119, 121, 126, 129, 130, 131, 133, 136, 137, 140, 141, 144, 145, 146, 147, 148, 150, 152, 153, 170, 191, 204, 212, 217, 220], "extendedsupport": 64, "extens": [4, 23, 26, 28, 34, 39, 41, 42, 66, 78, 80, 102, 110, 158, 185, 195, 207], "extern": [18, 26, 28, 36, 39, 41, 64, 65, 78, 89, 90, 121, 125, 130, 139, 155, 158, 164, 168, 169, 182, 204, 207, 209, 212, 218], "externalcalendar": 116, "externallinkact": 19, "externalshareact": 19, "externaltokenrequestedev": 125, "extra": [2, 6, 40, 48, 84, 103, 105, 108, 134, 189], "extra_context": 48, "extra_fil": 29, "extra_info": 134, "extra_param": 195, "extract": [7, 18, 28, 39, 47, 65, 113, 116, 158, 171], "extractmetadata": [24, 113], "extractor": [28, 66], "extrafil": [2, 107], "extrainform": 134, "extran": 27, "extrem": 209, "eyebal": 205, "f": [34, 65, 78, 127, 130, 183], "f1": 79, "f12": 220, "f3e5a15d": 195, "f5f5f5": 197, "faaborg": [96, 189], "face": [24, 108, 197], "facetid": 195, "facilit": [54, 62, 98, 209], "fact": [103, 105, 116, 156, 212], "facto": 110, "factor": [4, 31, 39, 62, 93, 97, 121, 130, 163, 168, 204], "factori": [24, 38, 40, 120, 137, 147], "fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd": 34, "fail": [4, 17, 18, 24, 28, 36, 39, 41, 56, 66, 73, 74, 75, 80, 109, 128, 140, 141, 144, 145, 146, 148, 157, 160, 166, 197, 207], "failover_error": 195, "failover_mod": 195, "failur": [39, 109, 141, 144, 145, 146], "fair": 33, "fairli": 83, "faith": 33, "fake": 195, "fall": [117, 127], "fallback": [4, 39, 44, 57, 116, 134], "fallbacknam": 134, "fals": [6, 7, 17, 23, 27, 28, 34, 36, 37, 39, 41, 44, 56, 59, 68, 69, 78, 79, 87, 90, 103, 106, 108, 111, 113, 116, 130, 131, 134, 137, 140, 141, 144, 145, 146, 148, 149, 151, 153, 174, 183, 190, 191, 195], "falsi": 26, "famili": 96, "familiar": [40, 99, 102, 110, 127, 207, 208], "famou": 61, "fanci": [108, 116, 148], "faq": 30, "fashion": [56, 134, 215], "fast": [4, 54, 108, 121, 127, 150, 155], "faster": [24, 28, 78, 116, 124, 127, 144, 153], "fastest": 102, "fatal": 140, "faulti": 18, "favicon": 46, "favor": [7, 19, 22, 23, 26, 27, 57, 150], "favorit": [4, 82, 83, 93, 153, 175, 197, 203], "favoriteact": 4, "favoriteprovid": 4, "favourit": [78, 201], "fea": 134, "feasibl": [29, 109, 139], "featur": [7, 9, 26, 29, 32, 33, 34, 35, 36, 39, 40, 41, 53, 65, 69, 88, 96, 110, 125, 126, 127, 130, 134, 142, 144, 145, 146, 148, 189, 190, 192, 195, 202, 207, 212, 219, 220], "feder": [63, 66, 78], "feed": 4, "feedback": [93, 96, 189, 202, 207], "feel": [18, 40, 51, 163, 165, 166, 171, 205, 207], "fetch": [0, 17, 18, 24, 27, 28, 36, 38, 41, 44, 53, 56, 62, 63, 69, 77, 78, 113, 115, 117, 121, 144, 145, 146, 153], "fetchal": [24, 113], "fetchallassoci": 24, "fetchallforcalendarhom": 116, "fetchallnumer": 24, "fetchassoci": [24, 56], "fetchcolumn": 17, "fetcher": 27, "fetchnumer": 24, "fetchon": [17, 24], "few": [18, 34, 35, 37, 80, 91, 93, 116, 127, 134, 158, 171, 202, 207], "fewer": 35, "ffc3c3": 197, "ffe4a1": 197, "ffe7e7": 197, "ffeec5": 197, "fffff": 197, "ffffff": [64, 94, 197], "fi": [7, 34], "fi_fi": 7, "fichier": 137, "fiction": [0, 134], "field": [4, 18, 26, 27, 28, 40, 56, 67, 69, 71, 73, 74, 75, 76, 95, 98, 99, 102, 105, 113, 121, 139, 144, 156, 158, 169, 182, 183, 192, 193, 197, 205], "field1": 183, "fight": 134, "figur": 148, "file": [0, 1, 4, 5, 6, 10, 14, 16, 17, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 34, 35, 40, 42, 48, 51, 52, 55, 59, 60, 61, 63, 64, 65, 66, 68, 70, 77, 81, 82, 83, 84, 88, 92, 93, 94, 97, 98, 99, 100, 101, 102, 106, 107, 108, 110, 114, 116, 119, 121, 124, 127, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 148, 153, 155, 156, 158, 169, 171, 173, 176, 178, 179, 180, 182, 187, 189, 190, 191, 195, 204, 211, 213, 215, 216, 220], "file1": 192, "file2": 192, "file_etag": 175, "file_filt": 7, "file_from_env": 34, "file_full_mim": 175, "file_get_cont": 160, "file_hash": 79, "file_id": [113, 190], "file_local_path": 79, "file_mtim": 79, "file_nam": 79, "file_permissions_for_own": 175, "file_put_cont": 34, "file_remote_path": 79, "file_s": 79, "fileact": 171, "fileactionsmenu": [155, 173, 175], "filechang": 4, "filecopyrighttext": 189, "filecr": 4, "filedelet": 4, "filedownloadpath": 11, "fileexist": [25, 26, 54], "filefavorit": 4, "fileformat": 7, "fileid": [28, 50, 64, 78, 83, 85, 113, 137, 175, 178, 190], "fileidfield": 113, "fileinfo": [23, 26], "fileisblacklist": 13, "filelistentri": 190, "filelistentryicon": 190, "filelistentrynam": 190, "filenam": [7, 12, 26, 28, 29, 61, 84, 87, 115, 175], "filepath": [15, 34, 87], "fileprogressstr": 61, "filereadingexampl": 57, "filerequest": 69, "filerestor": 4, "files_extern": 195, "files_external_allow_create_new_loc": 55, "files_fulltextsearch": 65, "files_loc": 65, "files_lock": 78, "files_shar": [5, 16, 24, 50, 69, 70, 71], "files_trashbin": [24, 26], "filesactionmenu": 157, "fileslist": 90, "filesmetadata": [24, 113], "filessharingdrop": 27, "filesystem": [0, 36, 47, 51, 58, 60, 61, 127, 214, 218], "filesystem_cache_readonli": 55, "filesystemaccessexampl": 57, "filetablealia": 113, "filetoupload": 87, "filetyp": [44, 175], "fileutil": 87, "filewritingexampl": 57, "fill": [39, 53, 116, 137, 144, 153], "filter": [4, 22, 26, 28, 36, 41, 63, 78, 83, 103, 105, 116, 137, 145, 197, 202], "filterdefinit": 137, "filternotfoundexcept": 26, "filternotificationtyp": 12, "final": [2, 6, 35, 40, 62, 66, 77, 80, 99, 116, 139, 169, 189, 191, 193, 202, 209], "financi": 32, "find": [26, 33, 34, 41, 56, 64, 66, 69, 78, 86, 88, 93, 96, 99, 100, 102, 107, 109, 114, 115, 116, 119, 124, 130, 132, 157, 158, 160, 165, 189, 193, 202], "findal": 56, "findent": 56, "findonequeri": 56, "findproviderbyid": 119, "findservicebyaddress": 119, "findservicebyid": 119, "findtranslatablefil": 158, "fine": [37, 39, 56, 116, 127, 134, 189], "finer": 38, "fingerprint": [78, 83], "finish": [0, 5, 7, 44, 80, 114, 116, 135, 141, 189, 207], "finishprogress": 135, "fire": [16, 36, 41, 153], "firefox": [110, 220], "firewal": [160, 165], "first": [0, 1, 2, 4, 6, 7, 9, 16, 17, 20, 24, 27, 34, 36, 39, 41, 44, 48, 49, 57, 59, 61, 63, 66, 67, 80, 81, 88, 94, 96, 98, 101, 102, 103, 105, 106, 108, 111, 113, 116, 131, 134, 137, 139, 140, 152, 156, 169, 170, 183, 189, 190, 193, 195, 201, 202, 206, 207, 216, 220], "first_menu": [158, 175], "firstdai": 67, "firstli": [66, 135], "firstlogin": 24, "firstnam": [190, 195], "firstresult": 113, "fist": [145, 146], "fit": [39, 94, 99, 137, 139, 145, 146], "five": [39, 138], "fix": [26, 33, 35, 66, 89, 96, 99, 109, 122, 124, 135, 189, 192, 196, 207], "fixer": [2, 191], "flag": [26, 28, 36, 37, 41, 66, 69, 103, 105, 125, 174], "flag_index": 105, "flag_sensit": 105, "fledg": 8, "flexibl": [40, 59, 102, 134], "flip": 197, "float": [22, 23, 39, 56, 103, 105, 144, 150, 197], "flow": [77, 88, 92, 121, 157, 158, 167, 176, 187, 204, 207], "fluent": 17, "fly": [39, 110], "fn": [1, 153], "focu": [93, 97, 134, 201, 202], "focus": [39, 134, 197], "focusoncr": 134, "focuss": 197, "folder": [4, 6, 7, 23, 24, 25, 26, 27, 28, 29, 36, 39, 41, 42, 44, 46, 57, 59, 60, 63, 66, 68, 79, 80, 82, 83, 84, 85, 88, 90, 93, 97, 98, 99, 102, 114, 116, 122, 134, 139, 153, 158, 171, 193, 195, 199, 202, 203, 212, 213, 216], "folderpath": 87, "follow": [0, 4, 6, 7, 12, 20, 22, 23, 24, 26, 27, 28, 29, 33, 34, 38, 39, 40, 41, 44, 45, 46, 48, 49, 51, 52, 56, 60, 61, 62, 65, 66, 69, 71, 79, 81, 83, 89, 90, 96, 97, 98, 99, 101, 102, 106, 107, 108, 109, 110, 111, 113, 115, 116, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 137, 141, 144, 145, 146, 147, 148, 152, 154, 155, 156, 157, 158, 160, 165, 168, 169, 170, 174, 175, 190, 192, 193, 195, 201, 202, 207, 212, 215, 216, 217, 219, 220], "font": [14, 94, 197], "foo": [0, 2, 39, 40, 64, 111, 151, 183, 190, 191, 192], "foobar": [39, 217], "fooservic": 40, "fopen": [23, 212], "forbid": [13, 39], "forbidden": [39, 45, 66, 87, 116, 150], "forbidden_filenam": 26, "forbidden_filename_charact": 26, "forbidden_filename_extens": 26, "forbiddenexcept": 66, "forc": [27, 33, 61, 63, 66, 154, 207], "force_languag": 61, "forcelanguag": [27, 61, 64], "foreach": [45, 115, 139, 140], "foreground": 28, "foreign": 56, "forgeri": 211, "forget": 212, "fork": 99, "form": [4, 26, 32, 39, 42, 53, 61, 93, 94, 98, 111, 121, 133, 202, 203, 212], "formal": 144, "format": [16, 24, 27, 39, 62, 65, 67, 69, 78, 93, 116, 121, 124, 134, 140, 144, 156, 158, 173, 190, 191, 195, 209, 217], "formatd": [10, 12, 15, 139], "formatfiles": 16, "formattodo": 66, "former": 87, "formid": 183, "formschem": 183, "forum": [4, 33, 127, 189, 205, 211, 212], "forward": [2, 35, 37, 154, 175], "found": [4, 17, 20, 24, 27, 29, 33, 35, 36, 39, 40, 41, 44, 56, 59, 64, 66, 67, 71, 73, 74, 78, 83, 93, 98, 102, 103, 105, 107, 109, 113, 115, 116, 124, 134, 156, 157, 170, 171, 177, 178, 195, 217, 220], "foundat": [95, 197, 204], "four": 99, "fox": 65, "fragment": 52, "frame": [12, 138, 212], "framework": [27, 40, 90, 108, 131, 138, 158, 212], "free": [18, 51, 64, 78, 93, 137, 141, 144, 145, 146, 148, 163, 165, 166, 171, 205], "freedom": 134, "freeforal": 39, "freeprompttasktyp": [26, 146], "freespac": 28, "frequent": [93, 98, 109, 135, 154, 155, 165, 167, 204], "fresh": [38, 119], "freshli": 65, "friendli": [33, 93, 94, 96, 207], "friendsofphp": 2, "from": [0, 4, 6, 7, 8, 10, 12, 14, 15, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 41, 44, 45, 47, 49, 55, 56, 59, 60, 61, 62, 63, 66, 70, 71, 74, 75, 76, 78, 80, 82, 83, 87, 89, 90, 93, 94, 96, 97, 98, 99, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 121, 122, 125, 127, 130, 131, 132, 134, 135, 136, 137, 138, 140, 142, 143, 144, 145, 146, 148, 150, 151, 153, 154, 155, 158, 159, 166, 168, 169, 170, 171, 173, 174, 175, 177, 179, 182, 183, 189, 192, 193, 195, 197, 201, 205, 207, 212, 213, 217, 220], "fromcal": [0, 131], "fromlabel": 75, "fromlanguag": [75, 148], "frommailaddress": 10, "fromparam": 22, "fromrow": 22, "front": [35, 47, 107, 108, 111, 115, 122, 131, 153, 187, 202, 204, 218], "frontend": [21, 27, 36, 39, 41, 61, 81, 99, 108, 110, 130, 134, 140, 154, 156, 159, 175], "frontpagerout": [25, 52], "fruit": 207, "fssl": 99, "ftp": 219, "fulfil": [116, 197], "full": [8, 14, 16, 17, 18, 37, 38, 44, 57, 61, 78, 83, 93, 94, 108, 110, 117, 129, 137, 138, 140, 191, 196, 201], "fulli": [15, 25, 115, 132, 189], "fulltextsearch": [63, 92], "fun": 208, "function": [0, 1, 2, 10, 13, 16, 17, 22, 24, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 44, 45, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 66, 77, 88, 90, 96, 98, 103, 106, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 120, 122, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 158, 160, 171, 184, 189, 202, 212, 217, 220], "funni": 144, "further": [4, 36, 39, 41, 61, 64, 68, 78, 94, 96, 101, 109, 110, 115, 150, 160, 170, 189, 192], "futur": [10, 13, 15, 18, 22, 24, 26, 29, 40, 56, 68, 101, 122, 128, 130, 134, 149, 170, 190, 212], "fwrite": 145, "g": [0, 2, 4, 16, 17, 18, 24, 31, 35, 37, 39, 40, 41, 44, 45, 48, 51, 52, 53, 55, 56, 59, 61, 64, 66, 69, 70, 71, 78, 89, 93, 97, 99, 102, 106, 107, 108, 110, 114, 119, 122, 127, 129, 130, 135, 137, 138, 139, 140, 142, 144, 145, 146, 155, 156, 157, 158, 165, 169, 171, 175, 185, 189, 190, 192, 193, 195, 197, 202, 212, 216], "galera": [56, 127], "game": 4, "gap": 59, "gave": 114, "gd": [34, 219], "gen": 155, "gender": 94, "gener": [4, 7, 13, 17, 29, 32, 34, 35, 36, 39, 40, 41, 43, 45, 46, 49, 52, 56, 57, 59, 61, 62, 63, 73, 92, 93, 94, 101, 102, 108, 110, 113, 115, 116, 121, 122, 127, 135, 137, 139, 140, 144, 146, 165, 169, 175, 192, 194, 204, 205, 213, 215], "general_log": 110, "generatebirthdai": 4, "generatefilepath": 15, "generateocsurl": [15, 134], "generaterandombyt": 10, "generateremoteurl": [15, 78], "generatesecurepasswordev": 27, "generateurl": [15, 44, 158], "genericev": 24, "genericfileexcept": 23, "generichandl": 152, "genericrespons": 152, "genr": 134, "genrsa": 195, "genuin": 207, "germani": 128, "get": [0, 7, 8, 15, 16, 18, 24, 25, 26, 27, 28, 30, 33, 34, 35, 36, 37, 38, 40, 41, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 59, 60, 61, 62, 63, 64, 66, 67, 68, 70, 71, 73, 77, 83, 88, 89, 96, 98, 99, 103, 105, 108, 109, 110, 113, 115, 117, 121, 126, 132, 133, 136, 137, 138, 139, 142, 144, 145, 149, 151, 152, 154, 157, 158, 169, 170, 175, 176, 182, 189, 195, 202, 204, 207, 211, 217], "get_icon": 131, "getabsolutepath": 87, "getabsoluteurl": [108, 129], "getacl": 116, "getactionlabel": 23, "getactivitymanag": 16, "getaddressbook": 22, "getal": [22, 24], "getallsharesinfold": 28, "getallvalu": [103, 105], "getalternateid": 137, "getapp": [103, 105, 111], "getappconfig": [16, 28], "getappcontain": 0, "getappdatadir": 16, "getappdatadirectorynam": 26, "getappfetch": 16, "getappfold": [16, 41], "getappid": [106, 116, 129, 141, 144, 145, 146], "getappinfo": 24, "getappinstalledvers": 28, "getappmanag": 16, "getapppassword": 62, "getappvalu": [55, 111, 139], "getappvaluestr": 103, "getappvers": [24, 28], "getauthor": 61, "getauthorizedappconfig": 53, "getauthornam": 61, "getautocompletemanag": 16, "getavailablelanguag": 148, "getavailabletasktyp": [28, 144, 146], "getavailabletasktypeid": [28, 144], "getavatar": 117, "getavatarmanag": [16, 28], "getbodi": [28, 120], "getbruteforcethrottl": 16, "getbyid": [57, 60], "getbytoken": 39, "getcach": 57, "getcalendar": [19, 116], "getcalendarincalendarhom": 116, "getcalendarmanag": [16, 28], "getcalendarresourcebackendmanag": [16, 28], "getcalendarroombackendmanag": [16, 28], "getcalendarsforprincip": 115, "getcanonicallocal": 16, "getcap": [13, 66], "getcapabilitiesmanag": 16, "getcategori": [139, 140], "getcertificatemanag": 16, "getchild": 116, "getchildren": 116, "getcloudfederationfactori": [16, 28], "getcloudfederationprovidermanag": [16, 28], "getcloudidmanag": 16, "getcollaboratorsearch": 16, "getcommandbu": [16, 28], "getcommentsmanag": [16, 28], "getcompletionexpectedat": 144, "getconfig": 16, "getcont": [23, 54, 57, 60], "getcontactsmanag": 16, "getcontain": [40, 41, 49, 55, 60], "getcontentlanguag": 78, "getcontentlength": [78, 83], "getcontentsecuritypolicymanag": [16, 28], "getcontentsecuritypolicynoncemanag": 16, "getcontenttyp": [78, 83, 116], "getcontext": [27, 36, 41], "getcooki": 39, "getcountrycodeforregion": [24, 128], "getcreatedat": 137, "getcredentialsmanag": [16, 28], "getcrop": 24, "getcrypto": 16, "getcspnonc": [26, 158], "getcsrftokenmanag": 16, "getcurrentoutofofficedata": 126, "getcurrentus": [13, 15, 78], "getcurrentuserfold": 57, "getcursor": 137, "getcustomfilt": 137, "getcustomid": 144, "getcustomlogg": [18, 25], "getcustompsrlogg": [18, 25], "getdata": [39, 87, 126], "getdatabaseconnect": 16, "getdatabaseplatform": 26, "getdatabaseprovid": [26, 28, 56], "getdatetim": [23, 143, 147], "getdatetimeformatt": [16, 28], "getdatetimezon": [16, 28], "getdeclarativesettingsvaluelisten": 111, "getdefaulttimezon": 28, "getdefaulttyp": 12, "getdeletedbi": 26, "getdescript": [144, 146, 149, 150], "getdetail": [103, 105], "getdirectorycont": 78, "getdirectorylist": 54, "getdisabledus": 26, "getdisableduserlist": 26, "getdisplayid": 129, "getdisplaynam": [10, 127, 129, 149, 150], "getelementbyid": 131, "getemailaddress": 117, "getencryptionfileshelp": 16, "getencryptionkeystorag": [16, 28], "getencryptionmanag": 16, "getendd": 126, "getendedat": 144, "getenv": [34, 39], "geteremotesharesforfileoper": 87, "geterrormessag": [141, 144, 145, 146], "getestimatedexports": [23, 150], "getetag": [54, 78, 83, 116], "getev": 114, "geteventdispatch": 16, "geteventlogg": [16, 28], "getexistinglock": 15, "getexpectedruntim": [144, 146], "getextrainform": 134, "getfieldid": 111, "getfil": [54, 141], "getfilecont": [57, 150], "getfileid": 141, "getfilt": 137, "getfilterbyid": 26, "getfirstlogin": 27, "getfirstresult": 19, "getfold": 54, "getfoo": 217, "getforbiddenfilenamechar": 26, "getform": [27, 53, 139], "getfullnam": 117, "getgeneratorhelp": 16, "getgetredisfactori": 16, "getglobalscaleconfig": [16, 28], "getglobalstoragesservic": 16, "getgroup": [10, 116], "getgroupmanag": 16, "getgroupparamet": 12, "getgroupus": 10, "gethash": 16, "gethead": [10, 39, 120, 140], "getheight": 24, "gethom": 151, "gethost": 13, "gethostnam": 13, "gethttpclientservic": [16, 28], "gethttprequest": 152, "geticon": [53, 114, 129, 139], "geticonclass": [26, 108], "geticonurl": [26, 108, 134], "getid": [26, 50, 53, 57, 106, 108, 126, 129, 131, 134, 137, 139, 144, 145, 146, 149, 150], "getidentifi": [145, 146], "getidremoteshar": 87, "getimageurl": 134, "getiniwrapp": [16, 28], "getinput": [144, 145, 146], "getinputshap": 144, "getinputshapedefault": 144, "getinputshapeenumvalu": 144, "getintegritycodecheck": 16, "getitem": [108, 131], "getitemsv2": 108, "getitemurl": 106, "getjob": 22, "getjoblist": 16, "getjobsiter": 22, "getkei": [103, 105], "getknownmetadata": [24, 113], "getl10n": 16, "getl10nfactori": 16, "getlabel": 119, "getlanguag": 148, "getlanguagecod": 61, "getlastlogin": 56, "getlastmodifi": [78, 83, 116], "getlastupd": 144, "getldapprovid": 16, "getlimit": 137, "getlinkdescript": 134, "getlinktitl": 134, "getlinkwithpick": 121, "getlockingprovid": 16, "getlogfactori": [16, 28], "getlogg": [16, 27], "getlogoclaim": 24, "getlowstrengthgener": 12, "getmail": 16, "getmanageruid": 151, "getmediumstrengthgener": 12, "getmemcachefactori": 16, "getmessag": [66, 126], "getmetadata": [24, 113], "getmetadatakeyfield": [24, 113], "getmetadataqueri": [24, 113], "getmetadatavaluefield": [24, 113], "getmigratorvers": 150, "getmimetyp": [27, 54], "getmimetypedetector": 16, "getmimetypeload": 16, "getmock": 60, "getmockbuild": 60, "getmod": 24, "getmountmanag": [16, 28], "getmountpoint": 57, "getmountprovidercollect": [16, 28], "getmtim": 54, "getnam": [36, 41, 50, 53, 54, 114, 116, 130, 135, 137, 139, 140, 141, 144, 145, 146, 148, 190], "getnavig": [12, 24], "getnavigationmanag": [16, 28], "getnod": [24, 50, 113], "getnoexpirationd": 26, "getnotificationmanag": 16, "getnotificationtyp": 12, "getnumberofimag": 145, "getocscli": 16, "getoptionalinputshap": 144, "getoptionalinputshapedefault": 144, "getoptionalinputshapeenumvalu": 144, "getoptionaloutputshap": 144, "getoptionaloutputshapeenumvalu": 144, "getord": [108, 134, 137], "getoutput": [144, 146], "getoutputimag": 145, "getoutputshap": 144, "getoutputshapeenumvalu": 144, "getown": [23, 27, 116], "getparam": [25, 152], "getpassword": 19, "getpasswordhash": [26, 133], "getpasswordprotectedshar": 39, "getphonenumb": 56, "getpictur": 38, "getport": 13, "getpreviewbyfileid": 137, "getpreviewmanag": [16, 28], "getprimaryaddress": 119, "getprior": [53, 129, 139], "getprogress": 144, "getproperti": [116, 117], "getprotocol": 13, "getpsalm": [2, 107], "getquerybuild": [56, 59], "getqueryforfilt": 12, "getquerylogg": [16, 28], "getquerypart": 26, "getreferenceid": 15, "getreloadinterv": 108, "getremoteapifactori": [16, 28], "getremoteinstancefactori": [16, 28], "getremotesharesforfileoper": 87, "getremotesharesoper": 87, "getreplacementuserdisplaynam": 126, "getreplacementuserid": 126, "getrequest": 16, "getrequesttoken": 26, "getrequesturi": 10, "getreshar": 87, "getresourcerichobject": 131, "getrootfold": [16, 41], "getrootpath": [13, 15], "getrooturl": 15, "getrout": [16, 28], "getscheduledat": 144, "getschema": 111, "getscriptnam": 10, "getscrollbarwidth": 11, "getsearch": 16, "getsecondaryaddress": 119, "getsect": [53, 139], "getsecurerandom": 16, "getserv": [1, 40], "getservercontain": [113, 130], "getserverhost": 10, "getserverprotocol": 10, "getservicex": 40, "getsess": 16, "getsessioncryptowrapp": 16, "getsettingbyid": 26, "getsettingsmanag": 16, "getsettingsnavig": 24, "getshapetyp": 144, "getshar": 39, "getsharemanag": [16, 28], "getshareown": 50, "getsharesop": 87, "getsharingtoken": 27, "getshortmessag": 126, "getsiz": [22, 54, 116], "getslogan": 50, "getsomeconfig": 103, "getspecialparameterlist": 12, "getstartd": 126, "getstartedat": 144, "getstat": 26, "getstatu": [39, 144, 145, 146, 153], "getstatuscod": 120, "getstorag": [28, 57], "getstoragefactori": [16, 28], "getstoragesbackendservic": 16, "getstr": 87, "getsupportedapp": 28, "getsupportedfilt": 137, "getsupportedprivileg": 116, "getsupportedprivilegeset": 116, "getsupportedsearchproviderid": 134, "getsystemconfig": 16, "getsystemtagmanag": [16, 28], "getsystemtagobjectmapp": [16, 28], "getsystemvalu": [53, 55], "getsystemvaluebool": [55, 140], "getsystemvalueint": 55, "getsystemvaluestr": 55, "gettabl": 59, "gettagmanag": [16, 28], "gettagsbyid": 24, "gettarget": 129, "gettask": [144, 145, 146], "gettasktyp": 146, "gettasktypeid": 144, "gettempl": 149, "gettempmanag": 16, "getter": [22, 23, 28, 41, 56, 117], "gettext": 7, "getthemingdefault": 16, "gettim": [23, 147], "gettimezon": [28, 147], "gettitl": [108, 129, 131, 134], "gettodo": 66, "gettoken": [24, 133], "gettranscript": 141, "gettrusteddomainhelp": 16, "gettwofactorauthmanag": 16, "gettyp": [131, 146], "gettypeicon": 12, "getuid": [57, 111, 129, 131, 151], "getuploadedfil": 39, "geturl": 108, "geturlgener": 16, "geturlparamet": [12, 15], "getus": [41, 57, 111, 126, 212, 220], "getuserdata": 150, "getuserfold": [41, 57], "getuserglobalstoragesservic": 16, "getuserid": [105, 131, 141, 142, 144, 145, 146], "getuserlanguag": 61, "getusermanag": 16, "getusermountcach": 16, "getusernam": 15, "getusersess": 16, "getuserstatus": 142, "getuserstoragesservic": 16, "getusertask": 145, "getusertasksbyapp": 145, "getuservalu": [55, 111], "getvalu": [105, 111], "getvaluearrai": [103, 105], "getvaluebool": [103, 105], "getvalueflag": 105, "getvaluefloat": [103, 105], "getvalueint": [103, 105], "getvaluesbyapp": 105, "getvaluesbyus": 105, "getvaluestr": [103, 105], "getvaluetyp": [103, 105], "getvers": 150, "getwebhookmethod": 144, "getwebhookuri": 144, "getwebroot": 16, "getwidgetbutton": 108, "getwidgetitem": 108, "getwidgetitemsv2": 108, "getwidgetopt": 108, "getwidth": 24, "ghcr": [158, 169, 170], "giant": 40, "gif": [134, 175], "giphi": 134, "git": [2, 4, 6, 34, 99, 102, 130, 134, 154, 158, 189, 192, 193, 195], "github": [2, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 33, 35, 56, 66, 81, 88, 89, 90, 98, 107, 108, 109, 122, 130, 134, 154, 156, 165, 169, 189, 191, 193, 206, 207, 217, 220], "github_notif": 108, "github_token": 34, "github_usernam": 99, "githubusercont": [99, 160], "githubusernam": 205, "gitignor": 2, "gitkeep": 7, "give": [0, 6, 15, 17, 27, 29, 34, 35, 39, 41, 54, 64, 66, 88, 94, 99, 109, 110, 127, 130, 134, 137, 189, 192, 195, 202, 205], "given": [4, 23, 24, 26, 27, 28, 37, 39, 52, 61, 63, 69, 75, 76, 83, 106, 115, 116, 128, 138, 149, 153, 155, 195, 202, 205, 207], "glad": 155, "glib": 99, "global": [4, 21, 22, 39, 40, 44, 47, 55, 56, 61, 70, 78, 98, 103, 105, 107, 110, 113, 121, 137, 189, 190, 195, 201, 202], "glossari": 167, "gmbh": 189, "gmt": 78, "gnome": 96, "gnu": 189, "go": [26, 32, 39, 42, 60, 61, 63, 66, 78, 89, 98, 99, 114, 127, 131, 134, 153, 156, 170, 189, 192, 195, 207], "goal": [33, 99, 153, 202, 207], "goe": [0, 40, 42, 110, 115, 137, 169, 193, 202], "golang": 156, "gone": 93, "good": [55, 61, 62, 66, 88, 93, 94, 97, 116, 164, 189, 197, 199, 205, 207], "googl": [39, 40, 96, 110], "googletest": 220, "got": [10, 16, 17, 24, 122, 134], "goto": 90, "gotorout": 90, "gp": 24, "gpl": 4, "gpl3": 4, "gpt": 144, "gpu": [156, 166, 167, 169], "gracefulli": 122, "grain": [37, 189], "grammar": 144, "grammat": 61, "grant": [7, 29, 53, 62, 69, 180, 212], "graph": 134, "great": [33, 34, 66, 88, 98, 119], "greatli": [203, 207], "grep": [4, 35], "grid": [98, 197], "group": [0, 7, 10, 13, 16, 23, 24, 26, 53, 55, 56, 63, 64, 65, 69, 78, 87, 90, 93, 98, 108, 127, 137, 139, 140, 142, 159, 180, 188, 189, 193, 212], "group1": 65, "groupbackendregist": 16, "groupdeletedev": 24, "groupfold": [26, 213], "groupid": [41, 87], "groupinterfac": 23, "groupmanag": 27, "groupwar": [115, 121, 204], "grow": 189, "grunt": 124, "gt": [83, 113], "guarante": [26, 37, 126, 127, 140], "guard": 138, "guess": [39, 75], "guest": [39, 64, 73, 74, 75, 78, 133], "gui": 99, "guid": [7, 30, 57, 80, 90, 94, 96, 98, 165, 204, 207, 209, 215], "guidelin": [30, 47, 94, 96, 97, 156, 194, 204, 205, 206, 207, 211], "guidelines_and_howto": 207, "guyjgtckptkci4epiriupiexgj8wninmfsfhabacrpzukmeawzsm54bfkfuzwksbps7jmtfqjesklpyjxyhphlgk8szbn9hxlxjohix5ixgjkdokkztyczuwhlsg3yfg": 62, "gz": [34, 35], "h": [62, 64, 65, 79, 81, 83, 99, 108, 131, 134], "h2": 139, "h3": 139, "ha": [0, 2, 10, 13, 16, 17, 18, 20, 23, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 44, 49, 52, 54, 56, 61, 62, 65, 66, 69, 77, 78, 79, 80, 81, 83, 84, 85, 87, 90, 93, 94, 97, 98, 99, 106, 107, 108, 111, 112, 116, 119, 122, 124, 128, 131, 132, 134, 137, 139, 141, 143, 144, 145, 146, 149, 151, 154, 158, 169, 170, 173, 175, 179, 189, 192, 193, 195, 202, 207, 209, 212, 213, 215, 217], "had": [2, 15, 22, 23, 205], "hadn": 17, "hairi": [189, 192], "halfemptycontentmessag": 108, "ham": 191, "hamper": 33, "hand": [33, 40, 64, 93, 114, 209], "handbook": 220, "handl": [3, 17, 21, 26, 27, 29, 33, 34, 40, 41, 44, 46, 49, 55, 56, 59, 63, 80, 106, 109, 110, 113, 121, 122, 127, 133, 134, 139, 141, 143, 144, 145, 146, 149, 150, 152, 153, 155, 170, 171, 175, 190, 192, 202, 203, 205, 207, 212, 213], "handlebar": [14, 216], "handleerror": 66, "handlegetproperti": [1, 153], "handleimipmessag": [22, 116], "handler": [1, 62, 66, 87, 111, 121, 153, 157, 170, 175], "handler_rout": 179, "happen": [27, 29, 36, 37, 41, 44, 56, 64, 75, 109, 114, 122, 124, 127, 157, 212], "happi": [33, 94], "haproxi": [162, 169], "haproxy_password": 169, "hard": [33, 40, 41, 66, 98, 116, 122, 209], "hardcod": 26, "harder": [39, 40, 56, 189], "hardwar": 163, "harm": 34, "hasannot": 49, "hasbackend": 143, "hascalendarincalendarhom": 116, "hash": [26, 29, 78, 133], "hasher": 27, "haskei": [11, 103, 105], "hasmobilesupport": 195, "hasn": 35, "hasprovid": [141, 144, 145, 146, 148], "hasreservedjob": 23, "hasservic": 119, "hassvgsupport": 11, "hastemplatesavea": 195, "have": [0, 4, 6, 8, 16, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 52, 53, 54, 56, 57, 59, 61, 62, 65, 66, 67, 69, 71, 78, 80, 81, 87, 89, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 107, 108, 110, 111, 116, 119, 122, 124, 126, 127, 128, 133, 134, 135, 137, 138, 139, 141, 144, 145, 146, 148, 149, 155, 156, 160, 162, 163, 164, 166, 170, 171, 174, 179, 180, 189, 190, 192, 193, 195, 197, 198, 201, 202, 203, 205, 207, 209, 212, 213, 215, 216, 217, 218, 220], "haven": 17, "head": [8, 26, 32, 35, 52, 78, 79, 93, 94, 99, 121, 140, 149], "header": [22, 27, 28, 36, 41, 44, 49, 51, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 79, 80, 81, 82, 91, 93, 94, 117, 120, 121, 122, 130, 170, 174, 182, 187, 194, 195, 196, 197, 202, 212, 217], "headermiddlewar": 49, "headers_to_exclud": 182, "headlin": [61, 129, 144, 146], "headlinetasktyp": [26, 146], "health": 157, "healthcheck": 170, "healthi": 170, "hear": 33, "heartbeat": [156, 169, 187], "heavi": [113, 127, 164], "heavili": [2, 21, 205], "height": [24, 36, 41, 94, 134, 197, 202], "hell": 122, "hello": [61, 112, 135, 152, 190, 201], "help": [0, 4, 7, 8, 26, 33, 40, 41, 56, 59, 61, 65, 66, 93, 94, 98, 99, 110, 111, 113, 116, 117, 121, 130, 134, 138, 154, 158, 163, 188, 189, 190, 192, 193, 202, 204, 205, 206, 207, 211], "helper": [0, 26, 39, 40, 63, 109, 110, 116, 121, 122, 134, 138], "henc": [2, 4, 16, 17, 124, 137, 149], "her": 127, "here": [0, 8, 17, 24, 39, 40, 41, 44, 52, 55, 63, 64, 66, 78, 87, 88, 90, 98, 99, 100, 102, 108, 110, 111, 114, 115, 116, 133, 134, 141, 144, 146, 148, 153, 157, 158, 165, 166, 171, 175, 177, 178, 184, 190, 191, 192, 193, 199, 201, 202, 207, 217, 220], "heveri": 220, "hex": [64, 79], "hexadecim": 134, "hi": [39, 190, 191], "hidden": [26, 27, 78, 103, 105, 112, 179, 196, 197, 201, 202], "hide": [27, 61, 66, 78, 103, 105, 124, 143, 195, 196, 197, 202, 203], "hierarchi": [97, 98], "hig": 94, "high": [38, 57, 94, 189, 197, 214], "highcontrast": 16, "higher": [4, 12, 22, 35, 57, 202], "highest": 39, "highli": [0, 16, 24, 29, 31, 35, 107, 122, 154, 163], "highlight": [28, 38, 212], "hint": [10, 15, 16, 17, 39, 40, 41, 55, 111, 132, 202], "hintexcept": 55, "histori": [90, 144, 158, 202], "hit": 130, "ho": 191, "hoist": 190, "hold": [7, 27, 36, 41, 62, 109, 217], "hole": [39, 212], "home": [10, 34, 46, 57, 64, 93, 99, 151, 195], "homebrew": 99, "homepag": [4, 134], "homogen": 202, "hook": [0, 1, 16, 17, 27, 47, 49], "horizont": 164, "host": [7, 13, 17, 65, 119, 121, 122, 140, 154, 155, 162, 163, 164, 165, 169, 195, 202, 204, 220], "hostnam": [13, 25, 138, 160, 195], "hostvalid": 138, "hour": [37, 64, 80, 138, 145, 201], "housekeep": [62, 81], "hover": [28, 96, 130, 189, 197, 198, 201, 202], "hoverclass": 202, "how": [0, 9, 18, 28, 30, 37, 39, 44, 47, 51, 61, 63, 64, 78, 83, 88, 89, 96, 97, 98, 102, 107, 108, 109, 110, 114, 115, 124, 130, 131, 132, 134, 137, 138, 144, 145, 146, 149, 152, 155, 166, 171, 183, 189, 192, 193, 204, 209, 212, 218, 220], "howev": [7, 16, 17, 24, 27, 28, 33, 39, 54, 57, 64, 66, 99, 101, 103, 105, 108, 109, 110, 115, 116, 122, 131, 145, 146, 207, 215], "href": [61, 78, 83, 113, 117, 152, 201, 202, 203, 212], "html": [6, 16, 22, 24, 33, 42, 45, 47, 66, 78, 90, 109, 112, 119, 121, 158, 160, 179, 189, 190, 193, 195, 204, 212, 220], "html5": [188, 198], "http": [0, 2, 4, 5, 6, 7, 10, 13, 14, 15, 16, 17, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 39, 44, 49, 50, 51, 52, 53, 56, 62, 64, 65, 66, 77, 78, 79, 80, 81, 83, 84, 85, 87, 89, 90, 91, 99, 107, 108, 109, 110, 113, 116, 117, 121, 122, 124, 130, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 146, 148, 152, 153, 154, 156, 157, 160, 165, 169, 170, 174, 178, 179, 182, 193, 195, 199, 204, 205, 207, 212, 217, 220], "http_content_typ": 39, "http_proxi": 160, "httpclient": 87, "httpd": 193, "httphelper": 10, "httpprovid": 44, "https_proxi": 160, "hu": 7, "hu_hu": 7, "hub": 94, "huge": 103, "huggingfac": 170, "human": [61, 96, 97, 103, 134, 144], "humanfiles": [12, 15, 16, 28], "hundr": 209, "hungri": 113, "hurdl": [61, 62], "hw39yxkp": 108, "i": [0, 1, 2, 4, 5, 7, 10, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 87, 88, 90, 91, 93, 94, 96, 97, 98, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 122, 124, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 146, 148, 149, 150, 151, 152, 154, 155, 156, 157, 158, 160, 162, 163, 164, 166, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 184, 185, 189, 190, 191, 192, 193, 195, 196, 197, 199, 200, 201, 202, 205, 206, 209, 212, 213, 215, 217, 219, 220], "i_request": 190, "iaccountmanag": [23, 26, 28, 129], "iaction": 26, "iactionfactori": 117, "iactivatablebyadmin": 149, "iaddress": 119, "iapiwidget": 121, "iapiwidgetv2": 121, "iapp": 26, "iappconfig": [25, 27, 28, 40, 103], "iappcontain": [10, 16], "iappdata": [28, 54, 57], "iappmanag": [23, 24, 26, 27, 28, 40], "iattribut": 26, "iauthmechanismprovid": 44, "iauthormapp": 40, "iavailabilitycoordin": 126, "iavatarmanag": [27, 40], "ibackend": 115, "ibackendprovid": 44, "ibinaryfind": 28, "iboostrap": 28, "ibootcontext": [0, 40, 44, 49, 108, 113, 115, 129, 130, 131, 137, 141, 144, 145, 146, 148, 150, 152], "ibootstrap": [0, 1, 40, 44, 49, 50, 108, 113, 115, 129, 130, 131, 137, 140, 141, 144, 145, 146, 148, 150, 152], "ibrok": 143, "ibu": 27, "ibulkprovid": 117, "ibuttonwidget": 121, "ic": [71, 115, 116], "icach": [27, 40, 57], "icachefactori": [27, 38, 40], "ical": 116, "icalendar": [115, 116], "icalendareventbuild": 115, "icalendarobject": 116, "icalendarprovid": 116, "icalendarqueri": 115, "icallbackrespons": 39, "icap": 66, "icapabilityawareocmprovid": 28, "icewind1991": 27, "iclientservic": [120, 138], "icloud": 99, "icollect": 153, "icom": 15, "icommentsmanag": [24, 27], "icomplexoper": 114, "icon": [4, 6, 10, 18, 22, 26, 39, 43, 44, 64, 71, 93, 95, 97, 98, 108, 114, 117, 121, 129, 131, 134, 137, 139, 175, 185, 188, 196, 197, 200, 201, 202, 203, 204], "icon_class": 108, "icon_url": [108, 134], "iconclass": 44, "iconditionalwidget": 121, "iconfig": [27, 40, 53, 55, 111, 139, 140], "iconstructablestorag": 27, "icontain": 16, "icontentmanag": 121, "icontentprovid": 121, "icontentsecuritypolicymanag": 27, "icontrollermethodreflector": [13, 27, 40, 49], "iconurl": [108, 131], "iconv": [4, 219], "icountusersbackend": 27, "icreatefromstr": [22, 115, 116], "icreategroupbackend": 26, "icreatenamedgroupbackend": 26, "icredentialsmanag": 27, "icrypto": [10, 27, 40], "id": [4, 7, 13, 22, 24, 25, 28, 34, 36, 37, 39, 40, 41, 44, 48, 52, 56, 57, 60, 61, 63, 65, 66, 67, 69, 71, 78, 81, 83, 88, 99, 103, 105, 106, 108, 111, 113, 114, 117, 119, 121, 126, 127, 129, 131, 132, 134, 135, 139, 143, 144, 145, 146, 150, 153, 154, 168, 169, 170, 172, 174, 175, 178, 181, 183, 186, 188, 190, 196, 198, 201, 202, 203, 212], "id497799835": 99, "id_token": 64, "idatetimeformatt": [27, 139], "idatetimezon": [27, 28, 40], "idbconnect": [18, 24, 26, 27, 28, 40, 56, 59], "idea": [35, 93, 94, 116, 122, 127, 130, 134, 137, 141, 144, 145, 146, 148, 189, 199], "ideactivatablebyadmin": 149, "ideal": [93, 96, 98, 127, 134, 189, 192], "ideclarativesettingsform": 111, "idelegatedset": 53, "ident": [16, 35, 96, 101, 125], "identif": 93, "identifi": [1, 4, 26, 29, 36, 41, 52, 56, 61, 62, 73, 74, 96, 108, 116, 121, 127, 130, 133, 134, 137, 141, 144, 145, 146, 148, 149, 165, 189, 193, 207], "idetectlanguageprovid": [26, 148], "ie": 26, "iemailvalid": 28, "ientiti": 114, "ientitycompat": 23, "ientri": 117, "ietf": 81, "ievent": 26, "ieventdispatch": [15, 24, 41, 48, 131, 142], "ieventlisten": [1, 41, 44, 59, 111, 113, 134, 141, 144, 145, 146], "ieventlogg": [27, 40], "ieventsourc": 24, "ieventsourcefactori": [24, 26], "iexportdestin": 150, "iexpressionbuild": 26, "iexternalprovid": [28, 137], "ifactori": [27, 61], "iff": 10, "ifil": 27, "ifilenamevalid": [26, 28], "ifilesmetadata": 113, "ifilesmetadatamanag": [24, 113], "ifilteringprovid": 137, "ifoomanag": 0, "ifram": 212, "ifs": [190, 191], "ignor": [7, 27, 35, 42, 63, 121, 128, 201, 207], "ignorefil": [2, 107], "ignoreopenapi": 66, "igroup": 24, "igroupmanag": [26, 27, 40, 127], "ihandl": 152, "ihandleimipmessag": [22, 116], "ihash": [26, 27, 40], "ihelp": 10, "ii": 207, "iiconsect": [53, 139], "iiconwidget": [26, 121], "iimag": [27, 145], "iimportsourc": 150, "iinappsearch": 137, "iinitialst": [44, 50], "iinitialstateservic": [108, 122], "ijob": 37, "ijoblist": [22, 23, 27, 37, 40, 139], "il10n": [10, 40, 50, 53, 61, 108, 129, 137, 139, 140, 141, 144, 145, 146, 148, 150], "ildapprovid": 27, "ildapproviderfactori": 18, "ilimit": 138, "ilimitawarecountusersbackend": 27, "ilinkact": 129, "illeg": 33, "illustr": 2, "ilockingprovid": 27, "ilockmanag": 26, "ilogfactori": [18, 25], "ilogg": [10, 16, 27], "iloginsetupprovid": 28, "imag": [4, 6, 27, 28, 39, 43, 52, 63, 64, 66, 78, 83, 92, 99, 121, 131, 144, 156, 158, 161, 162, 169, 175, 178, 187, 197, 204], "image_nam": [156, 170], "image_path": 45, "image_src": 170, "image_tag": 170, "image_typ": 134, "image_url": 134, "imagegenerationprovid": 145, "imagegenerationresultlisten": 145, "imageparam": 170, "imagepath": [15, 53, 108, 129, 139], "imageurl": 134, "imagick": 219, "imagin": [2, 66], "imail": [27, 28, 112], "imailmanag": 119, "imanag": [0, 11, 12, 14, 15, 19, 22, 26, 27, 40, 115, 119, 142, 144, 145, 146], "imap": 130, "imapperexcept": 23, "imdb_id": 134, "imenuact": 39, "imessag": [22, 24, 112, 119], "imessagesend": 119, "imetadatabackgroundev": 24, "imetadataliveev": 24, "imetadataqueri": [24, 113], "imetadatavaluewrapp": 113, "img": [4, 6, 22, 45, 46, 52, 108, 117, 134, 137, 158, 175, 185, 199], "imigr": 150, "imigrationstep": 10, "imimetypedetector": 27, "imimetypeload": [25, 27], "immedi": [1, 15, 39, 94, 189], "immut": 56, "imountmanag": 27, "imountpoint": [27, 57], "imountprovid": 57, "imountprovidercollect": [27, 40, 57], "impact": [25, 28, 37, 127, 192], "implement": [0, 1, 4, 15, 22, 23, 25, 26, 27, 28, 34, 36, 37, 39, 40, 41, 44, 49, 50, 53, 56, 59, 66, 72, 73, 74, 77, 78, 81, 83, 87, 108, 111, 113, 114, 115, 116, 117, 119, 121, 122, 129, 130, 131, 132, 134, 135, 136, 137, 139, 140, 150, 152, 153, 155, 156, 157, 158, 166, 169, 170, 180, 202, 212, 213], "impli": [59, 65, 66, 134], "implicit": 190, "implicitli": [15, 39, 56, 116], "import": [9, 15, 24, 26, 27, 35, 39, 42, 44, 49, 56, 60, 61, 66, 78, 89, 90, 93, 94, 96, 98, 99, 106, 108, 114, 115, 122, 127, 130, 131, 134, 140, 144, 150, 156, 158, 169, 189, 192, 195, 201, 202, 207, 220], "important_list_item": 188, "importsourc": 150, "imposs": [66, 170], "improv": [28, 40, 44, 66, 96, 102, 108, 127, 130, 137, 189, 190, 192, 203, 207], "impur": 40, "imyappmanag": 150, "in_arrai": [144, 146, 195], "inaccess": 98, "inact": 80, "inadvertenli": 192, "inappsearch": 137, "inavigationmanag": [27, 40], "inbox": [97, 195], "inc": 45, "includ": [2, 17, 27, 28, 32, 33, 35, 39, 40, 42, 43, 44, 56, 61, 62, 65, 66, 77, 78, 88, 89, 98, 99, 101, 102, 103, 105, 107, 108, 113, 116, 129, 130, 134, 140, 144, 156, 158, 171, 175, 183, 185, 192, 209, 212, 215], "include_onc": 0, "inclus": [94, 207, 211], "incompat": [17, 24, 35, 136], "incomplet": [35, 101, 207], "incompleteactivityexcept": 26, "incompletenotificationexcept": 26, "incompleteparsednotificationexcept": 26, "inconsist": 127, "incorpor": 155, "incorrect": 160, "incorrectli": [27, 36, 41], "increas": [14, 20, 24, 26, 27, 33, 35, 39, 127, 139, 164, 205], "increment": [35, 56, 124, 127], "indent": [99, 188, 189], "independ": [26, 52, 68, 122], "index": [4, 5, 39, 40, 51, 52, 56, 59, 62, 63, 64, 73, 77, 106, 108, 113, 127, 129, 130, 131, 136, 137, 138, 144, 158, 175, 178, 190, 195, 213], "indic": [24, 27, 28, 33, 36, 41, 58, 61, 66, 73, 78, 93, 101, 116, 128, 137, 141, 144, 145, 146, 148, 155, 169, 185, 205], "indirect": 17, "indirectli": 39, "individu": [7, 40, 53, 61, 80, 98, 107, 115, 121, 207], "inevit": [17, 24], "infin": [83, 113], "influenc": [56, 127, 151, 189], "info": [4, 5, 26, 27, 28, 31, 32, 34, 40, 41, 51, 53, 56, 87, 94, 102, 109, 116, 118, 121, 122, 124, 134, 135, 139, 140, 149, 153, 156, 158, 160, 171, 174, 175, 178, 180, 182, 187, 189, 193, 197, 207], "inform": [18, 20, 24, 26, 27, 28, 29, 34, 36, 39, 41, 44, 45, 46, 56, 57, 61, 62, 63, 64, 78, 87, 93, 97, 98, 99, 100, 101, 108, 109, 119, 121, 122, 129, 130, 132, 134, 137, 140, 141, 144, 146, 148, 149, 150, 158, 159, 173, 189, 200, 205, 207, 209, 213], "infrastructur": [33, 138, 213], "inherit": [37, 49, 56, 71, 78, 116, 136], "inheritdoc": [108, 131], "inheritor": [27, 66], "ini": [110, 140, 220], "inigetwrapp": 27, "init": [44, 65, 99, 156, 169, 176, 183, 187, 193], "init_timeout": 157, "initcor": 13, "initi": [0, 1, 3, 16, 17, 26, 36, 38, 41, 43, 50, 51, 62, 63, 66, 80, 93, 106, 108, 113, 119, 121, 140, 141, 153, 156, 157, 169, 170, 174, 175, 176, 183, 207], "initialis": 24, "initialprovid": 134, "initialst": [44, 50], "initialstateservic": 108, "initiatemessag": 119, "initmetadata": [24, 113], "iniwrapp": 27, "inject": [0, 10, 16, 24, 27, 28, 36, 37, 38, 39, 41, 44, 47, 48, 52, 55, 57, 59, 61, 103, 105, 108, 112, 113, 115, 119, 120, 130, 132, 134, 137, 138, 141, 143, 144, 145, 146, 147, 148, 149, 151, 171, 196, 204, 211, 220], "injectfn": [0, 131], "inlin": [27, 39, 93, 121, 188, 197, 212], "inlineblock": 197, "inmemoryfil": 22, "inner": 213, "innodb": 109, "innodb_print_all_deadlock": 109, "inod": [1, 153], "inotif": 26, "inotifi": 26, "input": [16, 24, 26, 28, 40, 64, 73, 74, 75, 95, 98, 99, 121, 134, 139, 145, 146, 148, 170, 179, 191, 197, 198, 201, 202, 203, 212], "insecur": [36, 41, 195], "insensit": 127, "insert": [36, 37, 41, 56, 61, 109, 127, 134, 137], "inset": [27, 197], "insid": [0, 6, 23, 37, 39, 40, 46, 52, 53, 56, 61, 78, 79, 83, 93, 108, 119, 127, 134, 145, 146, 158, 170, 195, 201, 202, 212, 216, 217], "insight": [106, 109], "inspect": [51, 195], "inspir": [2, 162], "instal": [0, 2, 4, 7, 28, 29, 32, 33, 35, 36, 37, 38, 39, 40, 41, 51, 56, 59, 63, 66, 73, 75, 78, 96, 107, 110, 122, 124, 125, 127, 130, 134, 135, 139, 143, 150, 157, 158, 163, 165, 167, 174, 182, 187, 189, 191, 193, 195, 207, 216, 219], "installer_fil": 99, "instanc": [0, 4, 23, 24, 27, 28, 35, 36, 37, 38, 39, 40, 41, 46, 48, 49, 57, 59, 64, 69, 78, 79, 80, 98, 99, 103, 107, 113, 114, 115, 116, 117, 119, 120, 122, 126, 127, 130, 132, 134, 135, 138, 139, 140, 152, 158, 169, 174, 179, 191, 193, 212], "instanceid": 175, "instanceof": [1, 39, 40, 41, 44, 57, 59, 60, 87, 106, 111, 113, 115, 131, 134, 141, 144, 145, 146, 152], "instanti": [0, 40, 41, 108, 119, 129, 150], "instantli": 127, "instead": [6, 7, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 36, 39, 40, 41, 45, 52, 53, 56, 61, 64, 66, 74, 78, 88, 93, 94, 96, 97, 99, 110, 116, 132, 134, 141, 144, 145, 146, 148, 150, 188, 189, 190, 191, 199, 212], "instruct": [2, 61, 66, 78, 124, 144, 154, 156, 171, 190], "insuffici": 80, "int": [4, 15, 23, 24, 37, 39, 41, 52, 53, 56, 57, 66, 67, 69, 70, 71, 73, 74, 87, 103, 105, 108, 113, 126, 128, 129, 137, 139, 144, 145, 146, 147, 150, 175], "integ": [39, 56, 59, 83, 134, 144, 145, 169, 170, 175, 177, 195], "integr": [4, 17, 20, 24, 26, 27, 29, 31, 34, 36, 41, 88, 89, 98, 108, 110, 113, 121, 122, 129, 131, 132, 134, 139, 150, 155, 189, 204, 205], "integration_github": [108, 134], "integration_openstreetmap": 134, "integration_tmdb": 134, "integration_tmdb_movi": 134, "intend": [33, 122, 144], "intens": [73, 74, 75, 116], "intent": [33, 94], "inter": [41, 122], "interact": [0, 24, 26, 36, 39, 40, 41, 93, 106, 116, 121, 122, 125, 144, 149, 192, 197, 202, 204], "intercept": 49, "interchang": 202, "interest": [27, 32, 33, 51, 56, 88, 94, 134], "interfac": [0, 10, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 36, 39, 41, 50, 57, 61, 94, 96, 97, 98, 101, 103, 107, 110, 111, 112, 114, 115, 118, 121, 126, 127, 129, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 148, 149, 150, 152, 155, 162, 179, 194, 197, 204, 205, 207, 212, 215], "interfer": 44, "interleav": 0, "intermedi": 23, "intern": [4, 13, 18, 27, 35, 36, 40, 41, 51, 56, 57, 65, 94, 103, 105, 108, 115, 116, 121, 127, 128, 132, 134, 138, 139, 140, 163, 177, 186, 195, 213], "internaltokenrequestedev": 125, "internation": 61, "internet": [18, 160], "interpret": [78, 137, 212], "interrupt": 80, "interv": [108, 183], "intervent": 39, "intric": 155, "introduc": [1, 23, 26, 28, 33, 39, 59, 81, 127, 134, 136, 144, 155, 168, 192, 209], "introduct": [3, 10, 47, 82, 95, 97, 167, 200, 204, 218], "invalid": [22, 26, 29, 36, 39, 41, 74, 76, 127, 128, 133, 177, 195, 207], "invalid_hash": 29, "invalidargumentexcept": [17, 26, 151], "invalidatecooki": 39, "invalidatetokensofus": 22, "invalidvalueexcept": 26, "invert": [26, 46, 94, 197], "investig": 189, "invis": [71, 212], "invit": 7, "invoc": 0, "invok": [0, 2, 7, 44, 124, 137, 175], "involv": [99, 125, 163, 170, 192], "io": [20, 24, 27, 93, 94, 97, 98, 116, 122, 158, 169, 170, 206, 220], "iocmprovid": 28, "ioper": 114, "ioperationcompat": 23, "ioptionwidget": 121, "ioutofofficedata": 126, "ioutput": [39, 59, 135], "ip": [39, 138, 165, 195], "ipaddress": 195, "iparallelawarejob": 23, "ipeparedstat": 17, "ipersonalproviderset": 28, "iphonenumberutil": [24, 128], "ipreloadablenotifi": 28, "ipreparedstat": 17, "ipreview": [24, 27, 40], "iprofil": 130, "iprovid": [22, 24, 26, 28, 117, 119, 131, 137, 144, 145, 146, 149], "iprovideenabledstatebackend": [24, 26], "iprovidermanag": [14, 131], "iproviderwithexpectedruntim": [26, 146], "iproviderwithid": 26, "iproviderwithuserid": [26, 146], "iprovidesicon": 149, "iprovidespersonalset": 149, "ipublicreferenceprovid": [26, 134], "ipublicsharetemplateprovid": 50, "iquerybuild": [26, 27, 56, 113], "iquerylogg": [27, 40], "iratelimitexceededexcept": 138, "irefer": 134, "ireferenceprovid": 134, "iregistrationcontext": [0, 1, 16, 25, 26, 40, 44, 49, 50, 108, 111, 113, 115, 119, 129, 131, 137, 140, 141, 144, 145, 146, 148, 150, 152], "iregistri": [24, 28], "ireloadablewidget": 121, "iremotehostvalid": 138, "irepairstep": 135, "irequest": [25, 27, 37, 39, 40, 52, 54, 131, 136, 190], "irequestcontext": 152, "iresourc": 131, "iresourceprovid": 131, "irespons": 152, "iresult": [17, 24], "irichtextformatt": 27, "irootfold": [26, 27, 40, 57], "irootstorag": 57, "irout": [27, 28, 40], "irregular": 33, "irrelev": 207, "is_avail": 73, "is_en": 139, "isadmin": 26, "isallow": 39, "isappload": 23, "isarrai": 195, "isavail": [18, 73], "isbackendrequir": 26, "ischemawrapp": 59, "iscontentencod": 65, "iscontextchatavail": 106, "isdirectori": 87, "isearch": [10, 27, 40], "isearchablegroupbackend": 23, "isearchablereferenceprovid": 134, "isearchqueri": 137, "isecurerandom": [12, 27, 40], "isen": [19, 24, 108, 126], "isenabledforus": 24, "iservercontain": [16, 27, 28, 40, 49, 55], "iservic": 119, "isess": [16, 39], "iset": [53, 139], "isetupcheck": 140, "isexternalprovid": 137, "isfiltervalid": 12, "ishar": [26, 50], "ishareownerlessmount": 27, "ishareprovid": 28, "ishareprovidersupportsallsharesinfold": 28, "isi": 18, "isie8": 11, "isimplefil": [22, 23], "isindex": 105, "isineffect": 126, "isinsideview": 134, "isizeestimationmigr": [23, 150], "islazi": [103, 105], "islegitimatedforuserid": 114, "isn": [12, 18, 73, 135, 207], "iso": [75, 78, 128], "isol": 107, "isp": 64, "ispagin": [134, 137], "ispasswordprotect": 133, "ispecificoper": 114, "ispeechtotextmanag": [26, 141], "ispeechtotextprovid": [26, 141], "ispeechtotextproviderwithid": 26, "ispeechtotextproviderwithuserid": [26, 141], "ispublicshar": 27, "isreadonlyconfigen": 28, "isrequir": 61, "issamepath": 14, "issensit": [103, 105], "isset": [38, 144], "issu": [1, 2, 4, 17, 21, 26, 27, 28, 29, 33, 39, 61, 64, 66, 88, 99, 108, 109, 127, 130, 135, 140, 150, 155, 160, 163, 166, 171, 189, 190, 191, 192, 206, 217], "issuccess": [39, 87], "issuehandl": 107, "istatusmanag": 142, "istorag": [26, 27, 57], "istrusteddomain": 138, "istrustedurl": 138, "istwofactorauthenabledforus": 149, "istyp": 23, "isuseradmin": 13, "isvalid": 138, "isvalidfilenam": 26, "isvalidtoken": 133, "isynchrounousprovid": 144, "isystemtagmanag": 24, "isystemtagobjectmapp": 27, "itag": 15, "itagmanag": [15, 27, 40], "ital": 94, "itasktyp": [26, 144, 146], "item": [24, 26, 35, 36, 41, 48, 57, 61, 64, 66, 71, 84, 93, 95, 97, 106, 108, 113, 131, 144, 153, 190, 197, 200, 202, 203], "item_icons_round": 108, "item_typ": 25, "itemid": [64, 106, 131], "itempickerdialog": 131, "itempl": 28, "itemplatemanag": 28, "itempmanag": [27, 40], "itemsperpag": [64, 172, 181, 186], "itemtitl": 131, "itemtyp": [64, 70], "iter": 26, "ithrottl": 27, "itimefactori": [10, 23, 27, 37, 40, 132, 147], "itinerari": 119, "itoken": [24, 26], "itranslationmanag": [26, 148], "itranslationprovid": [26, 148], "itranslationproviderwithid": 26, "itranslationproviderwithuserid": [26, 148], "itrashitem": 26, "itrusteddomainhelp": [27, 138], "its": [0, 1, 15, 22, 24, 27, 29, 35, 36, 38, 39, 40, 41, 45, 54, 56, 57, 61, 62, 64, 65, 69, 78, 84, 88, 90, 93, 94, 98, 99, 103, 105, 113, 114, 116, 137, 139, 144, 145, 146, 153, 157, 162, 170, 190, 192, 193, 203, 213, 217], "itself": [18, 25, 27, 36, 40, 41, 49, 59, 62, 69, 77, 94, 102, 114, 134, 164, 196, 207], "iurlgener": [25, 27, 40, 50, 52, 53, 108, 129, 131, 137, 139, 152], "iuser": [15, 24, 26, 27, 28, 41, 61, 126, 129, 131, 137, 138, 143, 149, 150, 151], "iuserconfig": 105, "iusermanag": [26, 27, 28, 40, 41, 50, 127, 151], "iusermountcach": 27, "iusersess": [27, 40, 41, 57, 108, 151], "iuserstatu": 142, "iwebhookcompatibleev": 26, "iwidget": [26, 108], "j": [6, 7, 15, 23, 24, 35, 44, 45, 61, 81, 108, 114, 122, 124, 131, 134, 140, 156, 158, 171, 185, 190, 201, 202, 203, 212, 216], "ja": 7, "ja_jp": 7, "jail": 213, "jan": [4, 33], "jane": [78, 108, 186], "jargon": 94, "jasmin": 220, "java": 87, "javascript": [5, 6, 7, 13, 21, 23, 24, 26, 35, 36, 39, 41, 43, 47, 60, 98, 108, 114, 121, 124, 130, 131, 137, 139, 140, 158, 189, 193, 204, 218], "javascriptmodul": 140, "jdoe": 190, "jitpack": 89, "joann": 64, "job": [4, 20, 23, 25, 34, 39, 47, 61, 73, 113, 115, 127, 135, 141, 144, 145, 146, 170, 183, 189, 204, 207], "joblist": [27, 37, 139], "john": [39, 64, 186], "join": [71, 93, 113], "joinindex": [24, 113], "joinpath": 14, "journalctl": 165, "journei": 134, "jpeg": [78, 134], "jpg": [4, 83, 108, 134, 137, 197], "jqueri": [12, 22, 27, 39, 44, 202, 212], "jrdrespons": 152, "json": [2, 7, 10, 17, 18, 20, 24, 26, 27, 29, 35, 44, 51, 56, 61, 62, 65, 66, 69, 77, 78, 79, 103, 105, 107, 108, 111, 120, 124, 126, 134, 144, 150, 152, 158, 169, 170, 171, 174, 175, 182, 183, 193, 195, 212, 217, 219], "json_decod": [120, 139, 150], "json_encod": [26, 120, 139, 150], "json_pretty_print": 139, "json_throw_on_error": 150, "jsonrespons": [26, 39, 66, 152], "jsonseri": 26, "jsonserializ": 126, "jstimezonedetect": 14, "jstz": 14, "jsx": 158, "judg": 207, "judgement": 192, "jul": 78, "juliu": 154, "juliushaertl": 108, "jump": 65, "june": 189, "just": [6, 7, 22, 27, 33, 35, 37, 39, 40, 41, 54, 61, 84, 97, 99, 109, 110, 111, 113, 116, 124, 133, 134, 135, 137, 144, 158, 162, 171, 173, 175, 179, 184, 185, 189, 197, 202, 203, 207, 212, 220], "jwt_enabl": 195, "jwt_header": 195, "jwt_secret": 195, "k": [65, 78, 79], "kann": 4, "karchiv": 99, "karma": [60, 220], "kde": [99, 207], "kebab": 190, "keep": [2, 4, 9, 23, 29, 32, 33, 35, 39, 40, 42, 54, 59, 61, 62, 65, 78, 87, 93, 94, 96, 98, 99, 114, 116, 122, 127, 130, 134, 136, 156, 189, 196, 197, 202, 217], "kei": [16, 26, 27, 29, 34, 36, 39, 40, 41, 44, 45, 52, 55, 56, 61, 69, 76, 78, 93, 113, 114, 127, 144, 151, 158, 172, 173, 181, 185, 187, 189, 195, 209], "keithcirkel": 124, "kept": [24, 33, 63, 101, 108, 158, 171], "key1": [172, 181], "key2": [172, 181], "key3": [172, 181], "key_nam": 185, "keyboard": [43, 98, 212], "keymanag": 16, "keyout": 29, "keyword": [158, 190, 207], "kib": 150, "kid": 144, "kihrmq3tytmghwsim": 29, "killer": 39, "kind": [35, 39, 44, 93, 134, 144, 146, 207], "kit": 94, "knorr": 154, "know": [27, 31, 40, 44, 61, 66, 93, 96, 99, 107, 116, 127, 134, 137, 144, 146, 149, 173, 174, 189, 207], "knowledg": [28, 106, 207], "known": [2, 27, 36, 40, 41, 56, 63, 99, 107, 108, 113, 114, 116, 128, 135, 152], "l": [4, 53, 61, 107, 137, 139, 141, 144, 145, 146, 148, 212], "l108": 81, "l10n": [7, 13, 16, 27, 50, 61, 108, 121, 129, 137, 139, 140, 150, 156, 159, 171], "l10nfactori": [27, 61], "label": [39, 69, 78, 93, 94, 111, 119, 134, 139, 183, 194, 198, 201, 203, 205, 207], "lack": 56, "landscap": 155, "lang": [4, 7, 61, 156, 158, 171], "lang_map": 7, "languag": [4, 7, 23, 25, 27, 63, 72, 73, 74, 78, 94, 98, 106, 110, 121, 144, 146, 155, 156, 158, 171, 189, 197], "languagedetect": 75, "languagetupl": [26, 148], "larg": [26, 59, 72, 74, 80, 94, 99, 103, 105, 127, 146, 197], "larger": [26, 32, 38, 98, 197], "last": [0, 16, 22, 24, 39, 40, 49, 53, 61, 64, 67, 78, 80, 83, 93, 109, 121, 127, 137, 139, 144, 174, 175, 195, 207], "last_act": 83, "last_check_tim": 174, "last_report": 139, "last_sent": 139, "lastdai": 67, "lastindex": 65, "lastlogin": [56, 64], "lastmodifi": 106, "lastnam": [190, 195], "lastreport": 139, "lastsentreportd": 139, "lastsentreporttim": 139, "latenc": 38, "latent": 145, "later": [4, 7, 16, 22, 28, 33, 34, 39, 40, 44, 53, 56, 64, 66, 99, 108, 116, 125, 134, 189], "latest": [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], "latestchilddatetim": 81, "latex": 212, "launch": [87, 169], "law": [33, 205], "lax": 23, "layer": [17, 19, 24, 29, 56, 212, 214], "layout": [33, 95, 197, 200, 204], "lazi": [0, 25, 65, 116, 134], "lazili": 0, "lazyrespons": 39, "lazyrootfold": 27, "lc_messag": 158, "ldap": [13, 27, 41, 121, 139, 219], "ldapgroupmemberassocattr": 13, "ldapprovid": 27, "lead": [32, 40, 56, 61, 93, 98, 99, 122, 127, 134, 171, 189, 212], "leader": 29, "leak": [33, 99, 107, 137], "learn": [89, 96, 115, 189], "least": [4, 26, 36, 39, 41, 63, 65, 98, 108, 116, 134, 143, 144, 205, 207, 217], "leav": [28, 59, 64, 94, 101, 124, 195], "left": [27, 29, 39, 61, 64, 66, 97, 98, 108, 116, 134, 196, 197, 202, 203], "legaci": [26, 27, 28, 40, 44, 66, 78, 118, 121, 213], "legibl": 94, "length": [4, 56, 59, 61, 65, 78, 79, 80, 93, 105, 145, 148, 189, 190], "lengthi": 93, "less": [26, 35, 40, 48, 57, 94, 136, 197, 207, 213], "lesser": 93, "lessspecificimplementedreturntyp": 66, "lessspecificreturnstat": 66, "lessspecificreturntyp": 66, "let": [38, 39, 52, 66, 99, 107, 108, 116, 134, 156, 157, 173, 179, 189, 190, 192, 207, 212], "letter": [26, 39, 49, 55, 78, 128, 190], "level": [10, 26, 27, 39, 40, 57, 93, 96, 97, 98, 102, 127, 140, 165, 177, 182, 192, 202, 203, 214, 220], "leverag": 2, "lf": 189, "li": [61, 188, 201, 202, 203, 212], "lib": [0, 2, 4, 6, 29, 37, 38, 39, 40, 49, 50, 51, 52, 53, 56, 59, 66, 81, 87, 99, 101, 102, 107, 110, 112, 113, 117, 119, 129, 134, 135, 137, 141, 144, 145, 146, 148, 151, 158, 160, 174, 195, 220], "liber": 207, "libphonenumb": 128, "librari": [26, 44, 90, 92, 94, 99, 102, 107, 122, 128, 132, 134, 155, 163, 195, 212], "libxml": [4, 219], "licenc": 4, "licens": [4, 33, 34, 88, 194], "life": [33, 34, 81, 192], "lifecycl": [39, 47, 156, 159, 167, 204], "lifespan": 0, "lifetim": 0, "light": [0, 16, 24, 94, 113, 149, 197], "lighten": [103, 105], "lighter": [24, 28], "lighthous": 96, "like": [0, 1, 2, 4, 6, 7, 14, 15, 16, 17, 18, 22, 23, 24, 26, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 49, 55, 56, 57, 59, 60, 61, 62, 64, 66, 69, 72, 74, 77, 80, 83, 88, 89, 93, 94, 96, 97, 98, 99, 106, 107, 108, 109, 110, 111, 113, 115, 116, 119, 122, 124, 127, 131, 133, 134, 136, 137, 140, 141, 144, 145, 146, 148, 149, 158, 173, 183, 188, 189, 190, 192, 197, 201, 202, 203, 205, 207, 212, 220], "likelihood": [24, 192], "limit": [4, 23, 24, 27, 29, 33, 36, 37, 40, 41, 52, 54, 56, 64, 71, 73, 74, 75, 80, 81, 83, 94, 96, 98, 101, 105, 108, 109, 113, 116, 121, 127, 130, 134, 137, 141, 148, 157, 158, 162, 165, 166, 168, 173, 178, 202, 209, 213], "limitenumerationtogroup": 15, "line": [0, 7, 28, 40, 44, 89, 94, 98, 99, 102, 110, 116, 149, 158, 160, 188, 189, 191, 197, 201, 202, 205], "liner": 205, "link": [2, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 32, 36, 39, 41, 44, 45, 63, 64, 69, 77, 78, 93, 94, 98, 99, 108, 117, 121, 129, 131, 133, 137, 138, 140, 143, 149, 178, 202, 203, 206, 209, 212, 220], "linkact": 117, "linkactiveclass": 158, "linkautocomplet": 134, "linkend": 61, "linker": 99, "linkprovid": 117, "linkstart": 61, "linkto": [15, 140], "linktooc": 15, "linktopubl": [11, 24], "linktoremot": 15, "linktorout": [52, 137], "linktorouteabsolut": [50, 108, 129, 131, 152], "lint": 121, "linter": [17, 20, 24, 26, 27], "linu": 205, "linux": [4, 94, 100, 195], "list": [4, 5, 7, 10, 12, 21, 26, 28, 35, 36, 39, 40, 41, 44, 52, 53, 54, 56, 57, 59, 61, 63, 66, 68, 74, 75, 76, 80, 81, 82, 87, 93, 95, 99, 103, 105, 106, 107, 108, 111, 113, 116, 117, 119, 121, 130, 137, 142, 144, 145, 146, 148, 149, 154, 158, 166, 172, 175, 176, 181, 182, 183, 185, 188, 193, 196, 197, 200, 204, 206, 207, 220], "list__item": 188, "list_item": 188, "listen": [0, 1, 5, 16, 24, 28, 36, 44, 59, 90, 106, 113, 114, 121, 122, 124, 127, 131, 134, 139, 142, 153, 169, 176, 187], "listofaudio": 144, "listoffil": 144, "listofimag": 144, "listofnumb": 144, "listoftext": 144, "listofvideo": 144, "listservic": 119, "listtemplatefield": 28, "liter": [83, 113], "littl": [17, 24], "live": [4, 23, 34, 36, 41, 78, 101, 121, 135], "ll": [2, 40, 107, 137, 216, 220], "llama": 144, "llvm": 99, "load": [0, 1, 2, 5, 13, 23, 24, 25, 26, 27, 28, 36, 39, 40, 41, 43, 51, 56, 61, 93, 96, 99, 102, 108, 109, 116, 119, 122, 127, 129, 132, 134, 153, 158, 160, 165, 189, 197, 202], "loadabl": [137, 141, 144, 145, 146, 148], "loadadditionalentriesev": 27, "loadadditionallisten": 44, "loadadditionalscript": [5, 16, 24], "loadadditionalscriptsev": [24, 44, 131], "loadadditionalscriptsloggedin": 24, "loadadditionalsettingscript": 16, "loadapp": 23, "loader": [22, 24, 28, 102, 127], "loadscript": 24, "loadsettingsscriptsev": 16, "loadsidebar": 14, "loadstat": 44, "loadstyl": 24, "local": [7, 34, 35, 47, 61, 63, 64, 78, 79, 99, 122, 131, 140, 145, 154, 156, 158, 162, 169, 171, 178, 195, 216], "locale_dir": 158, "localhost": [25, 62, 110, 138, 157, 193, 195, 220], "locat": [0, 7, 13, 39, 40, 61, 64, 66, 78, 80, 84, 87, 90, 98, 99, 100, 101, 110, 127, 129, 134, 139, 158, 160, 175, 190, 202, 212, 213], "lock": [15, 26, 27, 35, 39, 56, 78, 121, 127], "lockdiscoveri": 78, "lockedexcept": 15, "lockentri": 78, "lockingprovid": 27, "lockscop": 78, "locktyp": 78, "lockwaittimeoutexcept": 26, "lodash": 15, "log": [5, 10, 15, 16, 25, 26, 27, 39, 40, 44, 47, 51, 67, 90, 109, 110, 122, 127, 130, 132, 133, 135, 139, 151, 160, 165, 176, 187, 195, 204, 212, 220], "log_lvl": 177, "log_output": 110, "log_rotate_s": 55, "logexcept": [11, 16], "logfil": 127, "logger": [16, 17, 18, 25, 27, 48, 109, 121, 135], "loggerinterfac": [16, 24, 27, 40, 48, 132, 135], "logic": [0, 20, 37, 39, 40, 49, 59, 109, 111, 115, 116, 137, 144, 152, 156, 157, 186, 197, 202, 213], "login": [19, 22, 27, 36, 39, 41, 77, 88, 92, 121, 149, 151, 160, 204], "loginfailedev": 15, "loginnam": 62, "loglevel": [22, 27, 127, 177], "logo": [32, 39, 64], "logout": [4, 41, 151], "long": [0, 22, 33, 40, 59, 71, 87, 126, 135, 137, 138, 141, 144, 145, 146, 148, 170, 189, 191, 201, 207], "long_query_tim": 127, "longer": [2, 10, 13, 15, 18, 23, 25, 26, 27, 28, 33, 35, 36, 37, 41, 56, 67, 90, 94, 127, 145, 146, 148, 151, 199, 202, 207], "look": [4, 29, 39, 40, 46, 48, 59, 60, 61, 62, 64, 66, 78, 90, 93, 96, 97, 98, 108, 115, 116, 122, 124, 127, 133, 134, 139, 140, 141, 144, 145, 146, 156, 158, 160, 188, 189, 197, 199, 205, 207], "lookup": [1, 26, 70], "loop": [24, 114, 191], "lose": [29, 30, 61], "loss": 192, "lost": [10, 29, 61, 77, 122], "lot": [46, 56, 62, 93, 98, 109, 113, 122, 127, 130, 133, 139, 192, 216], "low": [17, 37, 38, 113, 189, 192, 213], "lower": [4, 25, 41, 55, 56, 99, 113, 127, 139], "lowercamelcas": [56, 191], "lowercas": [4, 139], "lowest": [27, 39], "lt": [18, 113], "ltr": 197, "lukasreschk": 29, "m": [78, 183, 192, 201], "m1dqhwuzwwjec3ku7gjsspr7bzxopwf01kj0xgppyvzekgtbzbraxlouxfzdbgj6zk9owg9x": 62, "mac": 99, "machin": [29, 99, 121, 154, 164, 165, 204], "maco": [94, 100], "made": [24, 39, 48, 77, 83, 113, 124, 139, 157, 170, 171, 189, 192], "magic": [27, 56, 133, 139], "mai": [0, 1, 18, 22, 23, 27, 28, 29, 34, 35, 36, 37, 39, 40, 41, 52, 59, 61, 62, 78, 87, 88, 89, 93, 94, 98, 99, 106, 108, 109, 110, 115, 116, 119, 122, 126, 127, 132, 134, 137, 141, 144, 146, 148, 150, 153, 160, 162, 165, 166, 192, 201, 205, 207, 209, 212], "mail": [4, 10, 14, 15, 22, 24, 27, 28, 33, 39, 69, 93, 94, 97, 98, 106, 112, 118, 121, 129, 130, 134, 137, 149, 201], "mail_recipi": 137, "mail_smtphost": 195, "mail_smtpmod": [10, 195], "mail_smtpnam": 55, "mail_smtpport": 195, "mailbox": [93, 98], "mailer": [27, 112, 130], "mailhog": 195, "mailmanag": 119, "mailprovid": 119, "mailservic": [112, 119], "mailto": 129, "main": [0, 7, 17, 24, 26, 27, 35, 37, 38, 39, 44, 45, 46, 66, 93, 94, 96, 97, 99, 107, 108, 113, 116, 119, 125, 131, 134, 144, 154, 155, 156, 160, 185, 188, 189, 190, 192, 197, 200, 201, 202, 203, 204, 205, 206, 212], "mainact": 87, "mainli": [16, 91, 97, 144], "maintain": [21, 28, 29, 30, 33, 35, 37, 40, 56, 65, 96, 101, 188, 189, 204, 207, 209, 211, 213], "maintainership": 33, "mainten": [99, 135, 192, 204], "major": [0, 4, 16, 17, 20, 24, 28, 59, 64, 93, 98, 101, 122, 192, 207, 215], "major_vers": 130, "make": [10, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 33, 34, 35, 36, 37, 39, 40, 41, 44, 49, 52, 55, 56, 59, 60, 61, 65, 66, 73, 74, 75, 82, 84, 85, 93, 94, 96, 98, 99, 102, 106, 109, 110, 114, 115, 116, 119, 121, 122, 124, 125, 127, 130, 134, 137, 143, 144, 146, 154, 160, 165, 176, 188, 189, 190, 193, 195, 196, 197, 207, 212, 216, 217, 218, 219, 220], "makefil": [2, 159, 169], "malici": [33, 212], "man": 144, "manag": [0, 3, 22, 27, 28, 29, 31, 36, 41, 58, 78, 93, 99, 106, 113, 115, 119, 121, 124, 134, 141, 144, 145, 146, 148, 166, 192, 196, 204, 213], "manageruid": 151, "mandatori": [24, 69, 99], "mani": [2, 17, 27, 28, 34, 39, 41, 61, 66, 73, 74, 75, 78, 79, 93, 98, 99, 110, 116, 122, 130, 144, 145, 192, 195, 207], "manipul": [49, 56, 63, 212], "mankind": 134, "manner": 27, "manpag": 99, "manual": [3, 26, 28, 29, 40, 56, 59, 66, 99, 100, 103, 105, 110, 134, 154, 156, 158, 187, 193, 220], "manual_instal": [154, 156, 158, 169], "map": [23, 36, 41, 52, 54, 59, 78, 90, 94, 102, 116, 128, 134, 190, 214], "mapper": [10, 22, 28, 40, 58, 107, 212], "margin": [27, 197, 203], "maria": 69, "mariadb": [28, 109, 121, 127], "mark": [12, 15, 24, 26, 32, 35, 52, 53, 65, 78, 81, 93, 101, 127, 143, 191, 197, 215, 216, 217], "markdown": [4, 134], "marker": 202, "market": 97, "markfieldupd": 22, "markup": 191, "martin": 220, "mask": [78, 213], "massiv": 25, "master": [2, 7, 26, 35, 56, 64, 66, 81, 89, 99, 107, 130, 192, 207, 215, 220], "match": [4, 22, 23, 25, 26, 40, 46, 47, 62, 66, 70, 93, 102, 114, 115, 116, 121, 193, 217], "matcher": 114, "matchrefer": 134, "materi": [28, 94, 97, 200], "matric": 26, "matrix": [20, 24, 27, 34, 107, 110], "matter": [0, 21, 37, 80, 81, 127, 192], "max": [4, 20, 21, 22, 23, 24, 25, 26, 27, 65, 136, 137, 195, 197, 198, 202], "maxcontrast": [24, 94, 197], "maxdepth": 193, "maximum": [4, 39, 64, 98, 134, 135, 189, 197, 202], "maxuploadfiles": 28, "mb_array_change_key_cas": 28, "mb_str_replac": 11, "mb_substr_replac": 11, "mbstring": 219, "mclient": 87, "md": [4, 25, 35, 108, 189], "md5": [14, 78, 79, 116, 133], "md5sum": 79, "mdn": 39, "me": [36, 41, 50, 117, 131, 201], "mean": [2, 4, 13, 17, 24, 26, 27, 28, 33, 36, 39, 40, 41, 49, 51, 56, 59, 61, 62, 65, 80, 83, 90, 99, 101, 103, 105, 111, 113, 116, 127, 135, 137, 140, 153, 164, 170, 184, 189, 192, 207, 209, 212], "meaning": 26, "meant": [18, 193], "meantim": 216, "measur": [33, 39, 121, 157], "mechan": [0, 17, 18, 41, 61, 116, 117, 137, 141, 144, 145, 146, 148, 152, 156], "media": [23, 36, 39, 41, 64, 141], "medium": [94, 189], "meet": [115, 142, 143], "member": [29, 41, 191], "memcach": [18, 38, 54, 195], "memcachefactori": 27, "memori": [26, 33, 39, 40, 47, 99, 130], "mention": [29, 66, 93, 101, 108, 139, 140, 144, 192, 207], "menu": [4, 24, 26, 39, 95, 98, 108, 118, 121, 134, 155, 157, 171, 176, 187, 196, 197, 200, 201, 204], "menuitem": 203, "mercuri": 4, "merg": [28, 31, 35, 134, 140, 189, 192, 193, 205, 207, 209], "mesh": [28, 78], "mess": 61, "messag": [18, 26, 36, 41, 48, 61, 62, 63, 64, 65, 66, 67, 73, 74, 75, 81, 93, 94, 97, 98, 108, 112, 119, 122, 126, 127, 134, 135, 137, 140, 141, 144, 145, 146, 148, 152, 165, 172, 174, 176, 178, 181, 186, 202, 217], "messageid": [71, 142], "messagetd": 212, "meta": [17, 26, 28, 50, 62, 64, 65, 108, 113, 134, 137, 172, 181, 186, 217], "metacharact": 212, "metadata": [3, 6, 24, 36, 41, 57, 58, 63, 107, 121, 144, 195, 204, 213], "metadatabackgroundev": [24, 113], "metadatakei": 113, "metadataliveev": [24, 113], "metadatamanag": 113, "metadataqueri": 113, "meter": 95, "method": [0, 1, 2, 7, 10, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 36, 37, 39, 40, 41, 44, 45, 49, 51, 52, 53, 56, 57, 60, 61, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 87, 89, 90, 93, 101, 103, 105, 106, 107, 108, 109, 111, 113, 114, 115, 116, 117, 119, 121, 122, 126, 130, 131, 132, 134, 135, 136, 137, 140, 141, 144, 145, 146, 148, 149, 150, 151, 153, 155, 156, 158, 159, 168, 174, 191, 207, 212, 213, 215, 220], "method_exist": [24, 119], "methodnam": 49, "methodologi": 99, "methodtest": 52, "metric": 144, "mhandler": 87, "micro": 64, "microservic": [156, 157, 158], "microsoft": 207, "middl": 97, "middlewar": [22, 39, 47, 168, 204], "might": [0, 2, 18, 26, 27, 33, 35, 36, 39, 40, 41, 42, 44, 50, 54, 55, 59, 61, 62, 64, 65, 66, 67, 70, 88, 91, 93, 96, 98, 99, 103, 105, 108, 109, 113, 114, 116, 122, 124, 125, 127, 133, 134, 137, 138, 140, 145, 146, 149, 158, 160, 174, 189, 192, 193, 207, 212, 216, 220], "migrat": [4, 10, 24, 27, 42, 47, 56, 58, 62, 108, 110, 121, 122, 135, 204], "miibvtccasagawibagiupvawyqjwcwyazcv7iz16twxfeumwdqyjkozihvcnaqef": 29, "miko": 220, "mileston": 35, "million": 134, "millisecond": 127, "mime": [27, 78, 79, 83, 137, 140, 175], "mimetyp": [27, 36, 39, 41, 54, 79, 87, 213], "mimetypedetector": 27, "mimetypeload": 27, "min": [4, 20, 21, 22, 23, 24, 25, 26, 27, 137, 158, 193, 195, 197, 202], "mind": [35, 42, 62, 65, 94, 96, 99, 116, 127, 136], "mingw": 99, "minif": 216, "minifi": [7, 110], "minim": [109, 156, 168], "minimalist": 149, "minimum": [2, 4, 33, 37, 65, 93, 98, 116, 130, 197, 202], "minio": 195, "minioadmin": 195, "minor": [17, 24, 59, 64], "minut": [34, 37, 62, 73, 74, 75, 108, 145, 146, 157, 183], "miscellan": [47, 176, 187], "misdetect": 171, "miss": [24, 36, 41, 53, 59, 66, 75, 78, 98, 130, 140, 155, 189, 207, 212], "missing_fil": 29, "mistak": [7, 34, 99, 144], "mit": [4, 88], "mitig": [1, 28, 121], "mix": [22, 103, 105, 127, 134, 157, 202, 203], "mixin": 134, "mj": [23, 140, 158], "mkcol": [78, 79, 80], "mkdir": [34, 99, 193, 195], "mknod": 195, "mm": [67, 69], "mncwv0ujg9s63lf8": 29, "mo": [61, 158, 171], "mobil": [26, 64, 97, 98, 134, 137, 195, 196, 197, 201], "mocha": 124, "mock": [38, 40, 60, 220], "modal": [26, 95, 98, 197], "mode": [18, 24, 26, 36, 41, 59, 61, 121, 130, 140, 154, 155, 158, 160, 165, 179, 190, 196, 197, 201, 220], "model": [37, 49, 72, 74, 108, 113, 144, 145, 146, 157], "moder": 143, "modern": [40, 122, 140], "modif": [54, 78, 79, 113, 209, 213], "modifi": [29, 36, 41, 53, 55, 59, 63, 65, 71, 76, 78, 83, 99, 101, 113, 116, 121, 122, 126, 152, 160, 175, 188, 196], "modifycolumn": 59, "modifyparticipantev": 142, "modul": [23, 24, 26, 39, 44, 99, 110, 124, 140, 190, 216], "modular": [40, 189], "mom": 201, "moment": [4, 14, 17, 83, 87, 88, 116, 121, 126, 130], "monet": [30, 204], "monitor": [4, 31, 127], "monitoringmiddlewar": 49, "monochrom": 94, "month": [98, 207], "monthlyreport": 139, "more": [1, 2, 4, 5, 7, 17, 18, 21, 24, 26, 27, 28, 29, 31, 32, 33, 34, 36, 37, 39, 40, 41, 44, 45, 50, 52, 54, 57, 58, 59, 61, 64, 66, 69, 71, 93, 96, 97, 98, 99, 100, 107, 108, 111, 115, 116, 119, 121, 122, 124, 127, 129, 130, 134, 139, 153, 155, 156, 157, 158, 162, 173, 178, 179, 184, 188, 189, 190, 192, 193, 197, 199, 201, 202, 203, 207, 209, 212, 213, 216, 220], "moreov": [2, 4, 17, 24, 26], "morespecificreturntyp": 66, "most": [9, 15, 16, 18, 24, 25, 26, 33, 37, 38, 39, 40, 52, 56, 61, 66, 71, 93, 94, 96, 97, 98, 99, 116, 122, 128, 134, 137, 140, 144, 153, 159, 166, 189, 193, 207, 212, 217, 220], "mostli": [17, 18, 24, 36, 41, 61, 81, 107, 122, 134], "mount": [27, 28, 36, 41, 78, 108, 131, 134, 169, 214], "mountconfigmanag": 27, "mountmanag": 27, "mountpoint": [26, 27, 57, 213], "move": [2, 10, 16, 17, 21, 24, 26, 27, 28, 30, 36, 41, 56, 61, 80, 82, 84, 85, 90, 93, 98, 102, 108, 114, 136, 207, 216], "moveabl": 78, "moveoper": 87, "moveremotefileoper": 87, "movetotrash": 24, "movetotrashev": 24, "movi": 134, "mozilla": [96, 110, 189], "mpl": 4, "mquyqdffosamjytm8pvpkosvqxt5hglnuspo5embgjmnepfgaide8oujvrj2wcycbslgqynu9japfvzhml83ybmvp6adidarjtfibprwod6p32fl9lipistvc6k8wrs1": 62, "msg": 39, "mtime": [41, 78, 79, 80, 175], "much": [21, 24, 28, 38, 93, 94, 99, 103, 105, 130, 146, 188, 207], "multi": [17, 110, 139, 183], "multi_checkbox": 111, "multi_select": 111, "multilin": 67, "multimedia": 4, "multipart": 79, "multipl": [4, 23, 24, 25, 28, 29, 36, 37, 39, 41, 42, 53, 59, 61, 63, 66, 83, 93, 98, 99, 101, 103, 105, 107, 110, 111, 119, 125, 134, 136, 153, 183, 191, 197, 201, 213], "multipleobjectsreturnedexcept": [23, 56], "multiselect": 144, "multistatu": [81, 113], "music": 94, "must": [0, 4, 26, 28, 29, 33, 36, 39, 41, 52, 55, 56, 59, 61, 62, 71, 77, 78, 80, 87, 99, 101, 103, 105, 108, 109, 111, 114, 116, 125, 134, 137, 139, 144, 149, 156, 158, 161, 164, 168, 169, 171, 180, 182, 191, 198, 202, 203, 220], "mustach": 61, "mutabl": [56, 115], "mutat": 115, "mute": 93, "my": [1, 38, 48, 49, 50, 52, 64, 66, 94, 108, 111, 113, 116, 117, 127, 129, 131, 134, 135, 137, 138, 141, 144, 145, 146, 148, 150, 169, 185, 190], "my_alia": 113, "my_app": [111, 113, 117, 131, 144, 145, 146], "my_app_id": [129, 179], "my_app_t": 40, "my_checkbox_field": 111, "my_class": 189, "my_declarative_settings_form": 111, "my_field_kei": 111, "my_field_unique_id": 111, "my_index": 59, "my_multi_select_field": 111, "my_multicheckbox_field": 111, "my_new_index": 59, "my_notes_set": 53, "my_old_index_on": 59, "my_old_index_two": 59, "my_other_appwidgetid": 108, "my_radio_field": 111, "my_rich_object_typ": 134, "my_section_id": 111, "my_select_field": 111, "my_tabl": [59, 113], "my_unique_act": 129, "myapp": [0, 5, 7, 17, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 60, 61, 80, 102, 103, 105, 106, 108, 111, 113, 115, 117, 124, 129, 130, 131, 134, 135, 136, 137, 140, 141, 144, 145, 146, 148, 150, 151, 152, 220], "myapp_author": 56, "myappcollector": 130, "myappdatacollector": 130, "myappid": 139, "myapplic": 1, "myappmanag": 150, "myappmigr": 150, "myappwidget": [108, 131], "myappwidgetid": 108, "myarrai": 190, "myawesomeservic": 134, "mybeautifulapp": [40, 102], "mybulkprovid": 117, "mycamelcaseapp": 52, "myclass": [103, 109, 190, 191], "mycontrol": [54, 131], "mycooki": 39, "mycustompickerel": 134, "mycustomtemplatefilenam": 50, "mycustomwidgetcompon": 134, "mydata": [108, 130], "mydavplugin": [1, 138, 153], "mydeclarativesettingsform": 111, "myevent": 142, "myfil": [39, 57], "myfilemenuplugin": 44, "myfooimpl": 0, "myfunct": [109, 191], "mygreatapp": 142, "myhead": [49, 188], "myicon": 188, "mykei": [103, 105], "mylink": 134, "mylisten": 1, "mymethod": 191, "mynam": 40, "myprofileact": 129, "mypromptresultlisten": [144, 146], "myproperti": 190, "myprovid": 117, "mypublicsharetemplateprovid": 50, "myreferencelisten": [134, 141], "myremoteserverintegr": [120, 138], "myrepairstep": 135, "myresourceprovid": 131, "myscop": 66, "mysearchprovid": 137, "myservic": [37, 40, 56, 108, 115, 142], "myset": 53, "mysql": [4, 28, 34, 56, 109, 110, 127, 220], "mysqld": 109, "mystat": 44, "mysteri": 134, "mytag1": 66, "mytestclass": 40, "mytestclass2": 40, "mytestservic": 119, "mytranscriptionlisten": 141, "myuser": 57, "myvalu": [103, 105], "myvar": [190, 191], "myvari": 191, "mywidget": [108, 134], "n": [7, 29, 34, 61, 78, 79, 81, 83, 84, 94, 99, 113, 116, 130, 134, 140, 153, 158, 169, 189, 190, 201], "n1": 107, "nachrichten": 4, "name": [0, 2, 4, 5, 7, 12, 14, 17, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 36, 39, 40, 42, 44, 45, 46, 48, 51, 52, 53, 54, 56, 59, 61, 64, 65, 66, 69, 74, 75, 78, 80, 81, 83, 85, 87, 90, 93, 95, 97, 98, 99, 101, 102, 107, 111, 112, 113, 114, 115, 117, 119, 122, 124, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 143, 144, 145, 149, 150, 158, 169, 170, 174, 175, 178, 179, 182, 183, 184, 185, 189, 191, 193, 195, 202, 205, 209, 216, 217], "namespac": [0, 10, 14, 18, 24, 26, 27, 37, 38, 39, 40, 41, 44, 48, 49, 50, 52, 53, 54, 55, 56, 60, 101, 102, 103, 107, 108, 111, 113, 116, 117, 119, 122, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 148, 149, 150, 151, 152, 190, 191, 215, 220], "nan": 4, "nano": 160, "narrow": 66, "nativ": [28, 39, 42, 94, 190, 220], "natur": [78, 106], "navig": [3, 4, 26, 27, 42, 51, 61, 90, 94, 95, 137, 139, 196, 197, 200, 203, 204], "navigationmanag": 27, "nb": [7, 79], "nb_no": 7, "nbqawizehmb8ga1uecgwyb3duq2xvdwqgq29kzsbtawduaw5nienbmb4xdte1mtax": 29, "nc": [24, 27, 39, 62, 78, 94, 108, 113, 176, 195], "nc16": [12, 195], "nc31": 144, "nc32": 144, "nc_app_": [158, 165], "nc_favorite_flag": 175, "nc_py_api": 169, "ncactioncheckbox": 61, "nccheckboxradioswitch": 111, "nccustompickerrenderresult": 134, "nciconsvgwrapp": 199, "ncreferencepickermod": 121, "ncreferencewidget": 121, "ncrichcontentedit": 121, "ncrichtext": 121, "ncsettingssect": 111, "ncu": 101, "ndqyjkozihvcnaqebbqadgy0amigjaogbanoqesgdcw0l2l": 29, "necessari": [31, 59, 61, 93, 97, 107, 134, 139, 149, 155, 156, 160, 163, 174, 192, 193], "necessarili": [93, 192], "need": [0, 2, 4, 5, 7, 13, 18, 20, 22, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 48, 50, 52, 53, 56, 57, 59, 61, 62, 64, 65, 66, 69, 78, 79, 80, 81, 84, 85, 87, 88, 90, 93, 94, 98, 99, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116, 119, 125, 127, 129, 130, 131, 133, 134, 136, 137, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 153, 156, 157, 158, 160, 162, 165, 169, 170, 173, 175, 179, 185, 189, 191, 192, 193, 195, 196, 198, 199, 201, 202, 203, 205, 207, 212, 215, 216, 220], "needinfo": 207, "needspartfil": 27, "neg": [0, 93, 127, 137, 189], "negat": 179, "nein": 4, "neither": [56, 66, 189], "net": [17, 20, 24, 26, 27, 65, 113, 169], "netlifi": [122, 199], "network": [79, 116, 121, 127, 140, 155, 156, 160, 166, 169], "networkofflin": 122, "networkonlin": 122, "networkset": 195, "neutral": 94, "never": [17, 27, 61, 62, 66, 94, 98, 101, 139, 192, 212], "nevertheless": [17, 189], "new": [1, 4, 6, 10, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 35, 36, 38, 39, 40, 41, 42, 45, 48, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 65, 66, 71, 78, 87, 90, 93, 101, 103, 105, 106, 108, 110, 111, 113, 114, 115, 119, 122, 126, 127, 130, 131, 132, 134, 137, 139, 143, 144, 145, 146, 149, 150, 151, 152, 155, 158, 166, 182, 189, 192, 195, 196, 200, 201, 203, 204, 207, 213, 215, 220], "new_tabl": 59, "newbasiccredenti": 87, "newbearercredenti": 87, "newclient": 120, "newconversationopt": 143, "newemailact": 117, "newer": [15, 17, 35, 59, 99, 150, 207], "newest": 215, "newfil": [54, 57], "newfilemenu": 44, "newfilepath": 87, "newfold": 54, "newfolderpath": 87, "newkei": 29, "newli": [23, 34, 35, 69, 99, 169], "newlinkact": 117, "newqueri": 115, "newsamlssocredenti": 87, "next": [32, 35, 39, 53, 60, 66, 67, 93, 97, 98, 108, 109, 113, 116, 127, 131, 137, 149, 155, 156, 175, 192, 202, 207, 220], "nextcloud": [1, 2, 4, 6, 7, 8, 9, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 48, 51, 53, 56, 58, 59, 60, 61, 62, 63, 64, 65, 69, 70, 71, 78, 79, 80, 81, 83, 84, 85, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 117, 118, 119, 120, 121, 124, 127, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 151, 152, 153, 154, 155, 156, 158, 159, 160, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 177, 178, 179, 181, 182, 183, 185, 187, 189, 190, 191, 192, 193, 195, 197, 198, 199, 202, 203, 205, 206, 208, 209, 212, 215, 216, 217, 218], "nextcloud_base_url": [67, 68, 69, 70, 71, 73, 74, 75, 76], "nextcloud_build_vari": 99, "nextcloud_url": [155, 169, 174], "nextcloudcredentialsfactori": 87, "nextcloudtest": 152, "nextlcoud": 26, "nfiv0cvgquzbx": 29, "nginx": 207, "nice": [62, 98], "nicer": 94, "nig": 29, "night": [7, 33, 127], "nightli": [34, 37], "nikic": 22, "ninja": 99, "njce9invp368xv0btrobrqesnsgoggl5ceavr0c9bg": 29, "njkkfzyemeuqfagmbaaewdqyjkozihvcnaqefbqadgyeavf": 29, "nkx5snu3fs45mscdb61xbyjbslfgr4qi6mcocippw4sur28eaexvvgpsvqujylgp": 29, "nndezmtcxmfoxdte2mtaxndezmtcxmfowezerma8ga1ueawwiy29udgfjdhmwgz8w": 29, "no_prefer": 44, "noadminrequir": [26, 39, 66], "nobodi": [29, 127, 189], "nocsrfrequir": [26, 39, 212], "node": [1, 23, 24, 26, 29, 50, 58, 78, 90, 113, 116, 124, 127, 153, 214], "node_ev": 173, "nodeaddedtofavorit": 24, "nodecopiedev": 173, "nodecreatedev": 173, "nodedeletedev": 173, "nodeinfo": 17, "nodej": 220, "noderemovedfromfavorit": 24, "noderenamedev": 173, "nodetouchedev": 173, "nodewrittenev": 173, "noexpirationd": 26, "non": [7, 10, 18, 23, 27, 34, 61, 62, 63, 65, 103, 122, 195, 202], "nonamespaceschemaloc": [4, 117, 135], "none": [34, 39, 59, 179, 188, 189, 195, 220], "nonsgml": 116, "noop": [16, 17], "noquotesneed": 190, "nor": [0, 56, 196, 207], "norespons": 140, "normal": [28, 34, 39, 61, 65, 84, 85, 102, 109, 113, 114, 133, 197, 212], "notabl": 16, "notat": [10, 40, 197], "note": [0, 17, 22, 28, 33, 36, 39, 41, 53, 55, 56, 57, 59, 62, 66, 69, 77, 88, 94, 113, 116, 134, 144, 148, 150, 180, 195, 207, 209, 216, 220], "notempti": 195, "notes_": 53, "notesadmin": 53, "notessettingscontrol": 53, "notessubadmin": 53, "notestutori": 53, "notfounderror": 66, "notfoundexcept": [36, 39, 41, 57, 60, 66], "noth": [15, 66, 116], "notic": [59, 65, 68, 189, 216], "notif": [0, 22, 25, 26, 27, 28, 34, 44, 63, 93, 108, 121, 173, 176, 180, 187, 204], "notifi": [0, 4, 26, 28, 36, 41, 108, 112, 122, 141, 144, 145, 146], "notificationmanag": 27, "notion": 116, "notnul": [56, 59], "notpermittedexcept": 57, "notwofactorrequir": 39, "noun": 61, "novel": 155, "now": [6, 7, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 34, 35, 37, 39, 40, 44, 56, 62, 66, 67, 80, 99, 108, 110, 115, 116, 117, 127, 132, 134, 141, 144, 146, 147, 148, 160, 169, 189, 193, 199, 205, 207, 212], "nowadai": 78, "npm": [35, 121, 130, 131, 154, 204, 216], "npmj": [14, 15, 16, 24], "nr": 207, "nresult": [83, 113], "nrikhcly3at3glks2791bc": 29, "ns_caldav": 116, "nsi": 99, "null": [10, 15, 18, 19, 23, 24, 26, 27, 38, 40, 41, 44, 56, 57, 63, 67, 71, 74, 75, 79, 90, 103, 105, 108, 115, 116, 117, 119, 126, 128, 129, 130, 131, 134, 137, 139, 141, 144, 145, 146, 147, 148, 150, 151, 152, 153, 175, 185, 190, 191, 217], "nullabl": [18, 19, 23, 36, 40, 41], "num": 190, "number": [2, 4, 17, 24, 27, 35, 39, 40, 55, 59, 61, 70, 73, 78, 80, 89, 93, 97, 99, 109, 111, 116, 121, 127, 129, 130, 134, 135, 137, 144, 145, 157, 166, 172, 173, 182, 183, 189, 190, 202, 204, 207, 209, 217, 220], "numberofimag": [73, 144, 145], "numer": 78, "nvidia": [156, 163], "nvo4pzoto": 29, "nwdmgidb7iahf0f": 29, "o": [7, 40, 99, 193, 195], "oauth2": 87, "obei": 39, "obfusc": 127, "obj": [87, 190], "object": [0, 14, 24, 26, 27, 28, 39, 40, 41, 46, 49, 50, 56, 57, 61, 62, 66, 73, 87, 106, 108, 111, 113, 117, 118, 119, 121, 126, 131, 134, 137, 140, 141, 144, 145, 146, 148, 152, 172, 174, 178, 181, 183, 213, 218], "object_id": 178, "objectid": 81, "objectstor": [10, 195], "objectstorag": 214, "objecttyp": 81, "obsolet": [16, 17, 122], "obtain": [64, 84, 85, 87, 92, 109, 113, 125, 134, 138, 141, 144, 145, 146, 148, 193], "obviou": [1, 127, 192], "oc": [11, 13, 14, 15, 16, 18, 19, 22, 23, 24, 25, 26, 27, 28, 41, 44, 47, 57, 62, 78, 79, 80, 81, 83, 91, 92, 107, 108, 113, 121, 126, 130, 134, 137, 138, 142, 144, 145, 146, 148, 155, 157, 158, 169, 170, 172, 173, 174, 175, 176, 179, 181, 183, 185, 187, 195, 204, 217, 220], "oc_": [10, 26, 56], "oc_api": 27, "oc_app": [16, 23, 24, 27, 28], "oc_app_": 28, "oc_appconfig": 13, "oc_appswebroot": 13, "oc_autotest": 220, "oc_cap": 13, "oc_config": 13, "oc_current_us": 13, "oc_debug": 13, "oc_default": 24, "oc_eventsourc": 26, "oc_fil": 27, "oc_group_backend": 10, "oc_help": 28, "oc_imag": 27, "oc_isadmin": 13, "oc_mount": 28, "oc_properti": 116, "oc_requesttoken": 13, "oc_respons": 10, "oc_shar": 25, "oc_templ": [28, 212], "oc_them": 10, "oc_us": [0, 16, 28, 212], "oc_util": 28, "oc_webroot": 13, "oca": [0, 1, 4, 5, 10, 14, 16, 19, 22, 24, 26, 27, 28, 37, 38, 39, 40, 44, 46, 48, 49, 50, 52, 53, 54, 55, 56, 60, 102, 103, 106, 108, 111, 113, 114, 115, 116, 117, 119, 121, 125, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 148, 149, 150, 151, 152, 153, 158, 190, 212, 220], "occ": [4, 10, 17, 18, 26, 29, 34, 36, 41, 65, 110, 121, 130, 135, 140, 149, 154, 157, 158, 160, 169, 176, 187, 193, 195], "occ_command": 179, "occ_command_nam": 179, "occasion": [127, 149, 207], "occur": [4, 23, 39, 41, 66, 109, 114, 160, 165, 170, 177, 212], "occurr": 66, "ocdialog": 13, "oci": [56, 220], "ocm": [28, 78], "ocp": [0, 1, 2, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 37, 38, 39, 40, 44, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 64, 66, 81, 90, 98, 101, 103, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 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, 180, 212, 215, 217], "ocpactivityifilt": 4, "ocpactivityiprovid": 4, "ocpactivityiset": 4, "ocpcollaborationcollaboratorsisearchplugin": 4, "ocpcommentsicommentsmanag": 81, "ocpeventdispatcherev": [36, 41], "ocphintexcept": [36, 41], "ocpserv": 40, "ocpsettingsisect": 4, "ocpsettingsiset": 4, "ocpshar": 4, "ocsbadrequestexcept": [66, 217], "ocscontrol": [39, 52, 66, 217], "ocsexcept": 217, "ocsforbiddenexcept": 217, "ocshar": 87, "ocsnotfoundexcept": 217, "off": [21, 39, 94, 127, 212], "offer": [32, 37, 38, 39, 46, 49, 66, 88, 90, 96, 98, 106, 113, 115, 117, 127, 130, 136, 137, 141, 144, 145, 146, 148, 155, 189, 207, 212], "offic": [4, 22, 36, 41, 63, 69, 78, 92, 93, 121, 204], "offici": [17, 24, 29, 33, 88, 99, 116, 123, 156], "offlin": [71, 77, 122], "offset": [24, 27, 56, 71, 81, 137], "often": [5, 26, 37, 44, 54, 61, 66, 79, 98, 124, 127, 130, 138, 144, 149, 183, 190, 192, 207, 212, 217], "og": 50, "ogp": 50, "oidc": [64, 78, 121, 204], "ok": [62, 64, 65, 67, 68, 71, 73, 74, 75, 76, 88, 108, 113, 134, 170, 172, 181, 186, 203, 217], "okai": [21, 44, 205], "old": [0, 2, 4, 16, 17, 18, 24, 29, 37, 59, 62, 63, 90, 108, 122, 213], "older": [17, 21, 24, 39, 53, 99, 189, 192], "oldest": 207, "omit": [27, 39, 56, 98, 103, 115], "onc": [0, 4, 7, 9, 16, 27, 28, 37, 39, 40, 41, 44, 52, 57, 59, 60, 62, 65, 66, 77, 80, 89, 101, 102, 103, 105, 110, 114, 116, 117, 124, 126, 127, 134, 135, 136, 144, 156, 189, 192, 207, 215, 217], "oncreat": 87, "ondatatransferprogresslisten": 87, "one": [2, 4, 6, 7, 12, 16, 17, 22, 24, 25, 26, 29, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 52, 53, 56, 59, 61, 62, 65, 66, 69, 71, 78, 79, 87, 88, 93, 96, 98, 99, 100, 101, 102, 103, 105, 106, 109, 111, 113, 114, 117, 119, 122, 124, 125, 126, 127, 134, 137, 138, 139, 140, 143, 144, 145, 146, 148, 149, 152, 153, 162, 170, 183, 184, 188, 189, 190, 191, 192, 193, 201, 202, 203, 205, 207, 212], "onelin": 35, "onelogin": 218, "ones": [26, 35, 66, 106, 110, 114, 116, 134, 203, 207], "onev": 114, "ongo": [63, 126], "onli": [1, 2, 4, 7, 10, 13, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 33, 34, 35, 36, 37, 38, 39, 40, 41, 44, 46, 49, 52, 53, 54, 55, 56, 59, 61, 62, 64, 65, 66, 67, 69, 73, 74, 75, 77, 78, 79, 80, 83, 89, 93, 94, 96, 97, 98, 99, 101, 102, 103, 105, 108, 109, 111, 113, 114, 115, 122, 126, 127, 130, 133, 137, 139, 140, 141, 144, 145, 146, 149, 153, 158, 162, 165, 169, 171, 173, 174, 175, 183, 185, 186, 189, 192, 193, 196, 197, 202, 203, 207, 212, 215, 216, 220], "onlin": [4, 71, 122, 195], "only_full_group_bi": 56, "onlyoffic": [32, 218], "onlyofficedock": 195, "onremoteoperationfinish": 87, "onremoteoperationlisten": 87, "onto": 56, "ontransferprogress": 87, "oo": 195, "op": 106, "open": [7, 10, 28, 32, 34, 39, 40, 78, 89, 92, 93, 97, 98, 99, 116, 127, 129, 133, 134, 160, 171, 175, 189, 192, 195, 201, 202, 203, 207, 212, 217, 220], "open_basedir": 220, "openai": 144, "openapi": [26, 28, 63, 72, 92], "openconflictpick": [25, 26], "opengraph": [50, 134], "opengraphobject": 134, "openid": [121, 204], "openssl": [29, 79, 99, 195, 219], "openstreetmap": 134, "opensus": 99, "oper": [23, 38, 44, 56, 57, 59, 66, 78, 83, 87, 96, 116, 117, 121, 127, 133, 138, 170, 192], "oppos": 61, "opt": [21, 44, 99, 108, 137], "optim": [44, 57, 79, 102, 116, 127, 146], "optimist": [17, 24], "option": [0, 4, 10, 21, 24, 26, 28, 29, 32, 35, 39, 44, 45, 47, 52, 54, 56, 59, 61, 63, 64, 65, 68, 73, 78, 93, 96, 98, 99, 102, 108, 109, 111, 113, 114, 115, 117, 119, 121, 134, 136, 143, 144, 145, 155, 156, 157, 163, 164, 170, 173, 174, 178, 179, 183, 184, 189, 193, 195, 196, 197, 201, 202, 203, 212, 213, 219], "option_nam": 179, "oracl": [18, 56, 220], "orchestr": 155, "order": [2, 4, 5, 18, 36, 37, 39, 41, 49, 51, 53, 54, 61, 62, 79, 80, 83, 99, 107, 108, 109, 111, 113, 116, 122, 124, 129, 131, 134, 135, 137, 139, 149, 157, 173, 175, 189, 202, 205, 207], "order_in_file_actions_menu": 175, "orderbi": [83, 113], "org": [2, 4, 24, 78, 81, 83, 84, 90, 107, 108, 110, 113, 117, 134, 135, 207, 220], "organ": [4, 7, 30, 34, 66, 98, 115, 202, 206], "organis": [129, 202], "organiz": 61, "origin": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 71, 73, 74, 80, 84, 134, 144, 145, 146, 179, 192, 193, 195, 207], "origin_languag": 144, "original_languag": 134, "original_titl": 134, "orx": 26, "oscar": 146, "oscarwildetasktyp": 146, "osslsigncod": 99, "other": [0, 2, 4, 18, 21, 25, 26, 27, 29, 31, 32, 33, 34, 35, 36, 39, 40, 41, 44, 45, 49, 52, 54, 56, 66, 67, 78, 93, 94, 97, 98, 99, 102, 106, 107, 108, 109, 110, 114, 115, 116, 119, 120, 122, 127, 131, 133, 134, 137, 139, 140, 143, 144, 149, 151, 152, 155, 156, 157, 158, 159, 163, 166, 169, 170, 176, 187, 189, 190, 192, 197, 205, 207, 211, 212, 213], "other_t": 59, "other_templ": 45, "otherclass": [40, 102], "otherwis": [26, 27, 28, 29, 33, 61, 64, 68, 73, 80, 93, 106, 116, 137, 139, 144, 145, 146, 147, 197, 212], "our": [4, 7, 10, 27, 28, 29, 33, 37, 53, 66, 88, 96, 97, 107, 113, 116, 119, 127, 131, 158, 160, 162, 169, 196, 205, 206, 207, 208, 210, 212, 217], "out": [18, 21, 22, 29, 32, 36, 37, 39, 40, 41, 44, 56, 61, 63, 64, 73, 78, 92, 93, 94, 96, 99, 108, 121, 122, 127, 137, 148, 149, 150, 151, 155, 158, 160, 170, 189, 195, 202, 204, 207, 209], "outbox": 195, "outlin": [7, 66, 94], "outofoffic": 67, "outofofficechangedev": 126, "outofofficedeletedev": 126, "outofofficeendedev": 126, "outofofficescheduledev": 126, "outofofficestartedev": 126, "output": [26, 28, 34, 39, 40, 49, 59, 74, 81, 109, 110, 121, 122, 124, 127, 128, 145, 146, 148, 150, 156, 190, 212, 220], "outputinterfac": 150, "outsid": [26, 40, 66, 69, 70, 71, 76, 134, 138, 155, 192, 196, 202], "over": [18, 24, 25, 26, 33, 39, 51, 64, 65, 69, 70, 71, 76, 78, 83, 98, 110, 116, 127, 134, 150, 190, 199, 207], "overal": [0, 10, 14, 26, 35, 39, 127, 137, 141, 144, 145, 146, 148], "overcompl": 202, "overflow": [150, 196], "overhead": 213, "overlai": [93, 108], "overlap": 93, "overlayiconurl": 108, "overload": 127, "overlook": 212, "overrid": [50, 56, 64, 87, 152, 198, 202], "overse": 31, "overtak": 212, "overus": 94, "overview": [0, 4, 30, 39, 47, 51, 62, 63, 77, 78, 92, 104, 108, 121, 122, 134, 156, 157, 167, 187, 189, 192, 204, 214], "overwrit": [7, 26, 34, 44, 49, 60, 78, 87, 133, 140, 213, 220], "overwritten": [71, 78, 116, 133], "own": [7, 12, 13, 14, 15, 18, 20, 21, 22, 25, 26, 36, 39, 40, 41, 45, 49, 56, 57, 60, 61, 62, 63, 64, 65, 69, 78, 89, 90, 94, 99, 100, 108, 110, 114, 116, 129, 130, 131, 134, 139, 144, 146, 153, 162, 190, 192, 199, 203], "owncloud": [78, 81, 83, 87, 113, 205, 220], "owncloudcli": 87, "owncloudclientfactori": 87, "owner": [7, 26, 50, 78, 83, 113, 143], "ownerid": 65, "ownership": 26, "oxygen": 197, "p": [7, 34, 45, 61, 102, 134, 139, 189, 195, 212], "pack": [39, 59, 116], "packag": [0, 12, 14, 15, 16, 17, 21, 24, 26, 27, 28, 35, 44, 61, 87, 99, 101, 107, 110, 121, 124, 131, 159, 190], "pad": [78, 202, 203], "page": [2, 4, 5, 6, 9, 10, 22, 23, 24, 27, 29, 32, 35, 36, 40, 41, 44, 52, 61, 65, 66, 70, 99, 105, 110, 111, 115, 121, 122, 129, 131, 132, 134, 137, 149, 165, 171, 176, 189, 192, 193, 195, 197, 204, 206, 207, 209, 212, 220], "page_numb": 27, "page_s": 27, "pagecontrol": [39, 40, 52], "pagin": [27, 52, 71, 121, 134], "pai": 16, "pain": 207, "pair": [52, 76, 103, 105, 148], "paper": 26, "paperclip": 93, "paragraph": [98, 116, 134], "parallel": [99, 127, 137], "param": [22, 23, 39, 44, 66, 81, 90, 106, 113, 116, 134, 135, 139, 141, 142, 147, 149, 174, 176, 191, 212], "param_d": 27, "param_date_immut": 27, "param_date_mut": 27, "param_datetime_immut": 27, "param_datetime_mut": 27, "param_datetime_tz_immut": 27, "param_datetime_tz_mut": 27, "param_int": 56, "param_str": 56, "param_time_immut": 27, "param_time_mut": 27, "paramet": [10, 17, 24, 26, 27, 28, 34, 41, 45, 47, 51, 52, 53, 56, 61, 63, 64, 69, 77, 78, 87, 90, 99, 108, 109, 110, 111, 113, 114, 116, 119, 130, 131, 133, 134, 135, 137, 139, 140, 144, 148, 154, 157, 158, 169, 170, 173, 175, 179, 191, 195, 212, 217], "parcel": 122, "parent": [0, 37, 39, 40, 41, 44, 45, 49, 52, 54, 55, 56, 60, 78, 87, 108, 111, 113, 115, 116, 119, 129, 131, 134, 136, 150, 195, 196, 220], "parenthesi": 61, "parentid": 81, "pars": [22, 26, 27, 39, 44, 47, 87, 116, 137], "parsedrelyingpartyid": 195, "parser": 22, "part": [26, 27, 29, 35, 39, 40, 43, 52, 53, 56, 59, 61, 65, 79, 93, 99, 102, 103, 105, 116, 130, 140, 142, 158, 159, 162, 166, 171, 189, 190, 197, 202], "parti": [2, 7, 28, 29, 33, 39, 64, 88, 102, 107, 115, 128, 132, 137, 156, 158, 192, 217], "partial": [106, 134, 137], "particip": [97, 142, 208], "particular": [40, 66, 98, 99, 130], "particularli": 78, "partli": 213, "partnership": 32, "pascal": 22, "pass": [17, 23, 24, 26, 27, 31, 37, 39, 40, 41, 45, 48, 52, 64, 78, 79, 80, 99, 107, 114, 115, 116, 127, 133, 134, 135, 136, 140, 141, 144, 145, 146, 148, 151, 158, 168, 179, 184, 212, 213], "passm": 149, "passthru": 212, "passwd": [108, 134], "password": [10, 19, 26, 27, 36, 39, 41, 48, 64, 65, 69, 78, 83, 87, 92, 111, 121, 133, 151, 160, 169, 183, 195, 217, 220], "passwordconfirmationrequir": [26, 53, 122], "passwordcontext": 27, "passwordupdatedev": 24, "past": [12, 18, 29, 71, 98, 122, 126], "patch": [39, 52, 102, 122, 136, 192, 205], "path": [6, 14, 29, 34, 39, 40, 50, 52, 57, 59, 64, 65, 69, 78, 79, 80, 87, 90, 99, 107, 121, 136, 137, 139, 140, 153, 158, 160, 169, 171, 175, 178, 185, 195, 212, 213], "path_myapp_fil": 150, "path_root": 150, "path_separ": 87, "path_to_fil": 34, "patienc": 207, "pattern": [47, 52, 59, 61, 97, 109, 127, 151], "paul": 69, "payload": [157, 170, 176], "paypal": 32, "pdf": 114, "pdo": [56, 219], "pdo_mysql": 34, "pdo_pgsql": 34, "pdo_sqlit": 34, "peak": 127, "pecl": 195, "peer": 31, "pem": 195, "penalti": 127, "pend": [63, 71, 189], "penpot": [93, 94, 97, 98], "peopl": [29, 33, 34, 61, 93, 96, 98, 127, 189, 207, 212], "per": [7, 27, 35, 39, 55, 56, 62, 64, 70, 96, 105, 109, 111, 138, 153, 166, 188, 190], "percentag": 93, "percona": 109, "perfect": 127, "perform": [0, 3, 25, 28, 29, 37, 51, 56, 57, 64, 78, 84, 87, 93, 108, 119, 121, 125, 130, 137, 140, 150, 154, 158, 164, 170, 179, 199, 204, 205, 212], "perhap": 207, "period": [35, 36, 39, 41, 67, 108, 115, 121, 157, 165, 204], "permalink": 134, "perman": [93, 166, 167, 195], "permiss": [27, 63, 66, 78, 83, 93, 99, 116, 154, 160, 175, 193, 205, 213], "permissionerror": 66, "permissionsmask": 213, "permit": 29, "perpag": 70, "persever": 207, "persist": [56, 149, 160, 169], "person": [4, 26, 29, 53, 61, 78, 94, 116, 121, 126, 137, 139], "personalsect": 139, "perspect": 18, "pfx": 99, "pgsql": [4, 56, 220], "phar": [2, 7, 158], "phase": [1, 18, 101], "phish": 212, "phone": [24, 64, 93, 121, 129, 204], "phone_numb": 56, "phonenumb": 56, "photo": [78, 93], "php": [0, 1, 2, 4, 6, 7, 10, 11, 12, 16, 28, 29, 34, 35, 37, 38, 39, 40, 41, 42, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 62, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 87, 102, 103, 106, 108, 111, 112, 113, 115, 116, 117, 119, 120, 121, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 166, 167, 168, 169, 170, 171, 173, 174, 175, 178, 179, 183, 189, 193, 195, 212, 214, 215, 217, 218], "phpdoc": [10, 39, 191], "phpmailer": 10, "phpredi": 195, "phpstorm": [110, 154], "phpunit": [2, 60, 107], "physic": [27, 197], "pi": 207, "pick": [37, 38, 71, 98, 99, 102, 109, 134, 192, 207], "picker": [36, 41, 95, 121, 131], "pictur": [38, 88, 129], "pictureservic": 38, "piec": 189, "pill": 26, "pin": [34, 200], "pineappl": 120, "ping": [18, 129, 179], "pingus": 129, "pinia": 190, "pitfal": 140, "pivot": 220, "pixel": [14, 26], "pizza": 120, "pkcs12": 99, "place": [7, 24, 33, 48, 51, 97, 98, 99, 102, 122, 127, 134, 135, 149, 156, 167, 175, 197, 202, 205, 207, 209, 212, 216], "placehold": [93, 108, 111, 160, 183, 197], "plai": [64, 127], "plain": [18, 27, 45, 62, 64, 66, 83, 108, 112, 116, 119, 131, 134, 197], "plan": [39, 116, 119, 189], "platform": [26, 40, 56, 94, 97, 99, 144, 205, 207], "player": 64, "plbdab2ba83bb6588": 220, "pleas": [2, 7, 8, 14, 17, 21, 24, 26, 27, 28, 29, 33, 36, 40, 41, 45, 55, 60, 61, 62, 63, 66, 90, 99, 107, 113, 115, 116, 119, 127, 132, 140, 150, 154, 160, 163, 165, 166, 173, 189, 193, 195, 198, 199, 202, 206, 212, 215, 216, 218], "plu": [28, 62, 119, 134], "plug": [49, 149], "pluggabl": 137, "plugin": [2, 3, 4, 22, 36, 41, 44, 118, 121, 138, 190], "plural": 171, "png": [4, 22, 45, 65, 78, 83, 108, 117, 134, 137], "po": [7, 61, 158, 171], "poedit": 7, "point": [0, 16, 35, 39, 134, 141, 170, 190, 195], "pointer": 166, "polici": [24, 36, 41, 60, 212], "polit": 207, "poll": 62, "pollinterv": 64, "polyfil": 42, "poorli": [96, 189], "pop": 87, "popen": 212, "popmus": 87, "popov": [39, 200, 201, 202, 204], "popovermenu": [200, 203], "popul": 38, "popular": [24, 110, 134], "popup": 61, "port": [13, 25, 110, 138, 154, 160, 162, 169, 195], "portal": 195, "posit": [7, 24, 61, 93, 98, 127, 189, 197, 203, 205, 207], "posselt": 4, "possibl": [1, 7, 12, 16, 19, 22, 26, 27, 28, 33, 35, 36, 39, 40, 41, 44, 50, 52, 55, 56, 57, 59, 60, 61, 63, 64, 67, 69, 73, 78, 87, 94, 98, 99, 101, 103, 105, 109, 115, 116, 119, 122, 125, 127, 130, 134, 137, 138, 139, 140, 142, 143, 148, 149, 150, 152, 156, 164, 170, 177, 180, 191, 192, 197, 207, 212, 213, 217], "possibli": [18, 61], "post": [2, 4, 10, 29, 39, 52, 58, 62, 64, 65, 67, 69, 71, 73, 74, 75, 76, 77, 79, 81, 87, 110, 121, 124, 134, 135, 136, 157, 162, 169, 170, 172, 173, 174, 175, 177, 178, 179, 181, 182, 183, 184, 185, 212], "post_removefromgroup": 16, "postacceptshar": 24, "postaddus": [24, 41], "postcontrol": 52, "postcopi": 41, "postcreat": 41, "postcreateus": 41, "postdelet": [24, 41], "postfix": 52, "postgr": 127, "postgresql": [12, 56], "postldapbackendad": 16, "postlogin": 41, "postremoveus": [24, 41], "postrenam": 41, "postscanfil": 41, "postscanfold": 41, "postschemachang": 59, "postsetpassword": [24, 41], "postshar": 24, "posttouch": 41, "postunassigneduserid": 27, "postunshar": 24, "postunsharefromself": 24, "postwrit": 41, "pot": 7, "potenti": [40, 93, 109, 134, 155, 212, 213], "power": [7, 17, 19, 24], "powershel": 99, "pr": [18, 22, 81, 134, 156, 189, 192, 205], "practic": [39, 63, 121, 156], "practis": 209, "pre": [3, 4, 31, 34, 39, 51, 59, 69, 70, 71, 76, 131, 135, 144, 188, 204], "pre_deleteus": 0, "preaddus": [24, 41], "preced": 61, "precis": 35, "precondit": [73, 74, 75, 140], "preconditionnotmetexcept": [144, 145, 146], "precopi": 41, "precreat": 41, "precreateus": 41, "predefin": [63, 93, 197], "predefined_status": 71, "predelet": [24, 41], "predict": 134, "prefer": [38, 39, 63, 88, 92, 93, 96, 98, 105, 111, 121, 137, 144, 150, 154, 176, 183, 187, 188, 189, 193, 204, 213], "preferences_ex": 175, "prefix": [26, 41, 52, 56, 59, 71, 78, 99, 103, 105, 113, 116, 127, 137, 190], "preflight": 136, "preflighted_cor": 136, "preg_match": 140, "preliminari": 126, "preload": [1, 28, 121, 129, 204], "preloadcollect": [28, 153], "prelogin": 41, "premad": 39, "prepar": [17, 26, 109, 115, 116, 212], "preparerulematch": 114, "prepend": [44, 191], "prereleas": 34, "preremoveus": [24, 41], "prerenam": 41, "prerequisit": [63, 193], "present": [4, 28, 39, 48, 51, 52, 69, 78, 80, 99, 116, 129, 170, 171, 189, 193], "preserv": [62, 114], "preset": 45, "presetpassword": [24, 41], "preshar": 24, "presumpt": 137, "pretouch": 41, "pretti": [35, 207], "preunassigneduserid": 27, "preunshar": 24, "prevent": [26, 29, 34, 35, 37, 39, 45, 52, 56, 60, 61, 69, 110, 137, 140, 160, 190, 191, 212], "preview": [4, 24, 27, 28, 39, 78, 83, 98, 121, 137], "previewmanag": 27, "previewrequest": 24, "previou": [25, 29, 35, 41, 59, 66, 99, 137, 152, 170, 189, 190], "previous": [17, 23, 26, 35, 53, 99, 144, 169, 192], "previousrespons": 152, "prewrit": 41, "primari": [28, 31, 36, 39, 41, 56, 57, 64, 93, 119, 127, 188, 198, 202, 203, 218], "prime": [0, 34, 207], "primit": 41, "princip": [115, 116], "principaluri": 116, "principl": [96, 116, 179, 189], "print": [45, 79, 110, 130, 212], "print0": 107, "print_unescap": [45, 139, 212], "prior": [40, 192], "prioriti": [39, 42, 53, 111, 129, 139, 183, 192], "privaci": [33, 121], "privat": [1, 27, 29, 34, 37, 38, 39, 40, 41, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 66, 87, 99, 103, 108, 111, 112, 115, 116, 117, 119, 120, 129, 131, 137, 138, 139, 140, 141, 143, 144, 145, 146, 148, 150, 151, 152, 153, 166, 177, 191], "privatekei": [29, 34], "privileg": [193, 211, 213], "pro": 134, "probabl": [35, 66, 93, 103, 116, 133], "problem": [1, 2, 17, 18, 29, 39, 40, 56, 61, 66, 96, 99, 109, 122, 127, 130, 155, 165, 193, 207, 212, 220], "problemat": [2, 80, 166], "proc_open": 212, "proce": [62, 77, 127], "procedur": [62, 107, 211], "process": [3, 23, 26, 28, 29, 30, 31, 33, 36, 38, 39, 41, 51, 59, 61, 66, 72, 73, 74, 88, 93, 99, 101, 102, 107, 113, 116, 117, 121, 122, 124, 127, 137, 141, 145, 148, 155, 156, 157, 158, 169, 175, 194, 204, 207, 209], "processcalendardata": 115, "processingexcept": 144, "processor": 188, "prod": 124, "prodid": 116, "produc": [2, 66, 131, 144, 199], "product": [2, 23, 31, 35, 94, 107, 124, 130, 140, 193, 207, 208, 216], "productnam": 195, "profil": [26, 61, 99, 121, 160, 204], "program": [0, 29, 62, 99, 130, 155, 156, 158, 171, 212], "programfil": 99, "programm": 212, "programmat": [39, 115, 121, 122], "progress": [61, 79, 87, 95, 124, 135, 144, 157, 169, 170, 176, 189, 200], "progressbar": 135, "progressr": 87, "project": [4, 29, 33, 35, 36, 41, 88, 121, 124, 155, 158, 189, 204], "projectfil": [2, 107], "prolif": 33, "prologu": [88, 204], "prometheu": 134, "promis": [33, 90, 131, 134], "promot": 40, "prompt": [26, 72, 74, 99, 145, 146], "promptli": 207, "prone": 66, "proof": 40, "proofread": 144, "prop": [78, 83, 113, 131, 134, 153, 190], "propag": [127, 149, 173], "proper": [28, 29, 33, 39, 61, 62, 144, 165, 197, 212, 217], "properli": [12, 29, 44, 60, 109, 133, 134, 217], "properti": [1, 23, 27, 28, 40, 50, 56, 81, 82, 84, 113, 117, 129, 131, 134, 137, 151, 153, 196, 197], "property_birthd": 26, "property_displayname_legaci": 23, "propertytocolumn": 56, "propertyupd": [78, 113], "propfind": [1, 28, 78, 81, 84, 85, 121, 127, 153], "proppatch": [78, 81, 116, 121], "propsdata": [108, 134], "propstat": 113, "prose": 146, "protect": [0, 7, 22, 23, 37, 56, 60, 69, 99, 116, 131, 133, 135, 157, 165, 168, 182, 195, 212, 220], "protocol": [13, 62, 79, 110, 119, 157, 169, 195, 212], "prototyp": 158, "provid": [0, 4, 10, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 32, 33, 34, 36, 37, 39, 40, 41, 45, 46, 50, 51, 53, 54, 57, 58, 62, 63, 64, 65, 66, 67, 69, 73, 74, 75, 77, 78, 80, 83, 84, 88, 93, 94, 96, 98, 99, 102, 103, 105, 110, 117, 118, 121, 122, 126, 128, 129, 130, 133, 138, 140, 147, 150, 154, 155, 158, 162, 166, 168, 169, 171, 173, 175, 179, 183, 184, 185, 189, 190, 191, 195, 197, 198, 201, 202, 204, 212, 213, 217, 220], "provideinitialst": [44, 50, 108], "providelazyinitialst": 44, "provider1": 119, "provider_id": [65, 134], "providerclass": 106, "providerid": [65, 106, 134], "provis": [13, 23], "provisioning_api": 76, "proxi": [62, 116, 120, 156, 158, 165, 166, 167, 169, 182, 185], "proxy_host": 160, "proxy_password": 160, "proxy_port": 160, "proxy_us": 160, "prune": 193, "ps1": 99, "psalm": [2, 63, 101, 107, 219], "psr": [2, 27, 40, 48, 102, 121, 135, 147, 204], "psr3": [18, 25, 48], "pt1h": 115, "public": [0, 1, 4, 5, 10, 17, 21, 22, 24, 26, 29, 33, 34, 35, 36, 37, 38, 40, 44, 47, 48, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 64, 66, 69, 87, 89, 103, 106, 108, 109, 111, 112, 113, 115, 116, 117, 119, 120, 121, 126, 128, 129, 130, 131, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 158, 182, 189, 191, 195, 197, 204, 215, 220], "public_link": 87, "publicapi": 133, "publicapicontrol": 133, "publicdisplai": 133, "publicfunct": 174, "publicli": [12, 161], "publicpag": [26, 39, 66, 133], "publicshareauth": [5, 16], "publicsharecontrol": 133, "publictemplaterespons": [39, 50], "publicupload": 69, "publish": [6, 9, 26, 33, 34, 35, 39, 41, 116, 136, 142, 159, 192, 204], "publishact": 11, "publishcalendar": 16, "pull": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 29, 31, 35, 81, 101, 107, 108, 109, 155, 156, 169, 171, 187, 189, 192, 193, 197, 205, 209, 217], "pure": [39, 40], "purpos": [5, 16, 33, 41, 93, 110, 141, 144, 145, 146, 169, 201], "push": [7, 29, 34, 35, 64, 156, 158, 170, 192, 205], "put": [2, 34, 39, 52, 61, 64, 66, 69, 71, 78, 80, 96, 107, 116, 121, 127, 134, 136, 137, 141, 144, 145, 146, 148, 157, 169, 170, 174, 182, 189, 202, 203], "putcont": [54, 57], "pwd": [81, 99, 193], "pwd1": 195, "pwd2": 195, "px": 94, "py": 158, "python": [47, 99, 156, 158, 171, 183], "qa": 189, "qb": [56, 109, 113], "qbmapper": [10, 22, 26, 56], "qsyqflqhouhdpq0w2aocwqgdaei": 134, "qt": [94, 99], "qt5": 99, "qt5keychain": 99, "qt6": 99, "qt_path": 99, "qtkeychain": 99, "qtkeychain_librari": 99, "qualifi": [15, 115, 192], "qualiti": [101, 205], "queri": [0, 1, 15, 16, 17, 19, 22, 23, 24, 25, 26, 27, 28, 39, 40, 41, 44, 57, 58, 59, 61, 64, 78, 83, 90, 106, 109, 115, 121, 127, 134, 137, 153, 157, 170, 175, 188, 207, 212], "querybuild": [17, 19, 26, 27, 56, 113], "querylogg": 27, "querystatusforus": 142, "question": [4, 28, 33, 40, 56, 61, 106, 155, 165, 167, 192, 204, 207, 209], "queue": 37, "queuedjob": [25, 37], "quick": [39, 62, 64, 65, 77, 78, 96, 197, 203], "quickli": [1, 44, 93, 98, 122, 137, 207], "quiet": [103, 105], "quit": [7, 10, 52, 73, 74, 75, 110, 116], "quot": [32, 61, 78, 116, 189], "quota": [64, 78, 80, 93], "qux": [111, 183], "r": [7, 65, 78, 79, 87, 99, 190, 193, 220], "r0wi": 34, "race": [2, 24, 134, 207], "rach": 35, "radio": [64, 139, 183, 200, 203], "radio1": 203, "radiu": 197, "rais": 16, "ran": [59, 99, 140], "rand": 79, "random": [40, 80, 207], "randomli": 169, "rang": [4, 93, 108, 115], "rare": [17, 35, 40, 156], "raspberri": 207, "rate": [23, 30, 73, 74, 75, 121, 157, 165, 168], "ratelimit": [23, 138], "ratelimitedforal": 39, "rather": [28, 37, 40, 41, 53, 56, 108, 116, 134, 139, 144, 189], "raw": [73, 78, 99, 115, 116, 160], "rc": 35, "re": [26, 33, 36, 41, 56, 61, 63, 96, 99, 109, 113, 122, 160, 165, 182, 192, 201, 202, 203, 207], "reach": [0, 32, 35, 38, 39, 138, 192, 209], "reachabl": [39, 66, 165, 212], "react": [4, 41, 122, 127, 134, 136, 152], "reaction": 96, "read": [1, 22, 23, 26, 34, 40, 54, 55, 56, 60, 61, 66, 69, 78, 81, 93, 96, 103, 105, 110, 117, 121, 122, 153, 184, 189, 205, 206, 207, 213], "read_timeout": 195, "readabl": [7, 40, 78, 94, 98, 103, 115, 144, 209], "reader": [4, 209], "readi": [0, 16, 31, 35, 73, 74, 75, 122, 156, 170, 189], "readm": [4, 31, 108, 190], "readmark": 81, "readonli": 139, "readoper": 87, "readremotefileoper": 87, "readremotefolderoper": 87, "real": [62, 81, 116, 140, 195], "realli": [13, 40, 59, 93, 108, 127, 130, 192, 207, 212], "reason": [7, 26, 27, 28, 31, 39, 48, 65, 66, 99, 127, 144, 145, 146, 199, 207, 208, 209], "reason_lock_wait_timeout": 26, "reason_serv": 26, "rebas": [189, 193], "reboot": 160, "rebuild": [124, 216], "receiv": [0, 17, 18, 31, 32, 39, 40, 41, 69, 77, 78, 81, 87, 116, 123, 137, 144, 157, 160, 169, 170, 192], "recent": [7, 17, 68, 93, 99, 134, 207], "recipi": [36, 41, 69, 78, 93, 108, 195], "recogn": 41, "recogniz": 93, "recommend": [0, 2, 16, 17, 18, 22, 23, 24, 26, 27, 29, 31, 35, 36, 41, 47, 56, 57, 59, 63, 80, 92, 94, 99, 107, 109, 119, 122, 124, 127, 132, 134, 136, 138, 141, 144, 154, 156, 158, 162, 164, 188, 190, 193, 197, 202], "record": 62, "recov": 151, "recoveri": 83, "recoverpassword": 41, "recoverypassword": 151, "recreat": 207, "recurs": 78, "recursivearraysearch": [11, 28], "red": [139, 188], "redi": [38, 130, 218], "redirect": [13, 52, 62, 156, 176, 202, 211], "redirect_handl": 175, "redirectrespons": [39, 52, 66], "redirecturl": 212, "redisclust": 195, "reduc": [28, 40, 57, 101, 109, 122, 127], "redund": 153, "ref": [22, 34, 156], "refactor": [26, 109], "refer": [2, 26, 29, 40, 52, 61, 89, 93, 94, 98, 99, 106, 107, 119, 121, 137, 144, 154, 156, 163, 166, 192, 204, 209], "referenc": 189, "reference_provider_id": 134, "referencedclass": 107, "referencetext": 134, "reflec": 13, "reflect": [40, 41, 52], "reflector": 49, "refman": 109, "reformul": 144, "refresh": [36, 41, 108, 110, 113, 125], "refreshmetadata": [24, 113], "refreshoper": 87, "refus": 29, "regard": 155, "regardless": [39, 56, 134], "regex": [13, 52, 53, 182], "region": [24, 121, 195], "regist": [0, 2, 3, 4, 5, 14, 16, 19, 21, 22, 24, 25, 26, 27, 34, 36, 39, 40, 41, 44, 47, 49, 50, 53, 57, 62, 64, 79, 80, 102, 106, 113, 114, 115, 118, 121, 122, 130, 137, 138, 141, 142, 144, 145, 146, 148, 152, 153, 154, 157, 158, 160, 163, 169, 170, 176], "registeralternativelogin": 16, "registeranonrequest": 138, "registerbackend": [28, 115], "registercalendar": 19, "registercalendarprovid": 116, "registercheck": 24, "registerchecksev": 24, "registercollaborationresourc": 131, "registercontentprovid": 106, "registercustomfoo": 0, "registercustompickerel": 134, "registerdashboardwidget": [25, 108], "registerdeclarativeset": 111, "registerdeclarativesettingslisten": 111, "registerent": 24, "registerentitiesev": 24, "registereventlisten": [0, 1, 44, 106, 111, 113, 134, 141, 144, 145, 146], "registerfileact": 24, "registerfoo": 0, "registerjob": 10, "registerlazylockprovid": 26, "registerlockprovid": 26, "registerlogin": 16, "registermailprovid": 119, "registermiddlewar": 49, "registernotifierservic": 0, "registeroper": [24, 114], "registeroperationsev": [24, 114], "registerparamet": 40, "registerprofilelinkact": 129, "registerprovid": 57, "registerpublicsharetemplateprovid": 50, "registerrefer": 134, "registerresourceprovid": [14, 131], "registerrespond": 39, "registerrout": 28, "registerschema": 111, "registersearchprovid": 137, "registerservic": [0, 16, 40, 55, 60], "registerservicealia": 40, "registersetupcheck": 140, "registerspeechtotextprovid": 141, "registertaskprocessingprovid": [26, 144], "registertaskprocessingtasktyp": [26, 144], "registertextprocessingprovid": 146, "registertexttoimageprovid": 145, "registertranslationprovid": 148, "registertyp": 131, "registerusermigr": 150, "registeruserrequest": 138, "registerwellknownhandl": 152, "registerwidget": 134, "registerwidgetev": 25, "registr": [0, 41, 47, 60, 108, 115, 119, 121, 134, 139, 140, 154, 158, 187], "registri": [149, 156, 158, 166, 167, 169, 170], "registryev": 24, "regress": [26, 189], "regular": [64, 78, 156, 158, 165, 179, 193], "regularli": [96, 109, 189], "reject": [66, 80, 116, 131, 134, 144, 168], "rejectunauthor": 195, "rel": [0, 14, 26, 57, 64, 83, 116, 137, 139, 173, 174, 175, 185, 189, 220], "relat": [0, 22, 26, 27, 28, 36, 41, 55, 56, 66, 79, 81, 87, 111, 113, 134, 139, 140, 143, 170, 189, 192, 197, 206, 207], "relative_modified_d": [12, 15], "relaunch": 220, "relax": [39, 127], "releas": [0, 4, 16, 17, 18, 20, 22, 24, 26, 27, 29, 30, 31, 33, 39, 41, 89, 99, 101, 102, 108, 122, 124, 127, 149, 154, 169, 171, 189, 192, 204, 207, 209, 215, 217], "release_d": 134, "relev": [10, 27, 57, 66, 72, 93, 102, 107, 116, 141, 144, 145, 146, 152, 209], "reli": [0, 25, 39, 168, 209], "reliabl": [37, 99, 155], "reliev": 207, "reload": [13, 23, 103, 105, 108, 220], "relwithdebinfo": 99, "rem": 14, "remain": [16, 17, 51, 60, 78, 93, 116, 143, 220], "rememb": [36, 38, 41, 98], "remind": [24, 78], "remnant": 24, "remot": [4, 27, 64, 69, 78, 79, 80, 81, 83, 84, 85, 87, 92, 110, 113, 121, 127, 156, 162, 169, 192, 193, 204, 213], "remote_en": 110, "remote_fold": 79, "remote_handl": 110, "remote_host": 110, "remote_port": 110, "remote_shar": 69, "remotefil": 87, "remotelyedit": 113, "remoteoper": 87, "remoteoperationresult": 87, "remotepath": 87, "remov": [17, 29, 33, 34, 35, 36, 37, 39, 41, 59, 62, 64, 65, 69, 77, 93, 106, 113, 122, 131, 132, 134, 149, 151, 158, 170, 172, 176, 190, 197, 202, 203, 207, 209, 212, 215, 217], "removeclass": 202, "removefavorit": 24, "removejob": 37, "removelisten": [15, 41], "removeoper": 87, "removeremotefileoper": 87, "removeremoteshareoper": 87, "renam": [25, 26, 42, 59, 69, 78, 88, 93, 202, 203], "rend": 149, "render": [4, 26, 27, 36, 41, 44, 49, 121, 131, 175, 183, 185, 212], "rendera": 39, "renderpag": 50, "renderreferenceev": 134, "renderresult": 134, "reopen": 39, "reorder": 61, "repair": [4, 121, 204], "repairstep": 135, "repeat": [116, 207], "repercuss": 33, "repetit": 52, "replac": [1, 7, 10, 13, 15, 16, 18, 19, 20, 22, 23, 24, 26, 27, 28, 29, 49, 52, 58, 60, 62, 66, 67, 87, 90, 99, 106, 121, 126, 128, 132, 144, 160, 178, 193, 196, 202, 212, 216], "replaceindex": 59, "replaceindiceslisten": 59, "replacementuserdisplaynam": [67, 126], "replacementuserid": [67, 126], "replacesvg": 11, "replacesvgicon": 11, "repli": [15, 22, 79, 207], "replic": 127, "replica": 127, "repo": [7, 30, 86, 89, 99, 130, 134, 195, 217], "repo_token": 34, "report": [26, 31, 78, 81, 103, 105, 122, 139, 140, 144, 189, 192, 206, 209], "reportprogress": 144, "repositori": [4, 28, 29, 31, 33, 34, 35, 89, 98, 99, 101, 102, 107, 119, 134, 165, 166, 169, 171, 189, 191, 192, 193, 195, 206, 207, 219], "repository_url": 99, "repres": [26, 57, 63, 71, 99, 108, 111, 116, 126, 129, 131, 144, 146, 150, 202], "represent": 116, "reproduc": [31, 165], "req": [29, 195], "request": [0, 1, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 31, 32, 33, 34, 36, 37, 41, 44, 47, 49, 52, 54, 61, 62, 63, 65, 66, 67, 71, 73, 74, 75, 76, 79, 80, 81, 82, 101, 103, 107, 108, 109, 110, 113, 115, 116, 121, 122, 127, 131, 136, 138, 141, 144, 145, 146, 147, 148, 152, 153, 155, 156, 157, 158, 163, 168, 169, 170, 171, 176, 182, 185, 189, 192, 195, 202, 204, 205, 207, 209, 211, 217], "requestbackgroundjob": [24, 113], "requesthead": 28, "requestopt": 134, "requesttoken": [13, 44], "requir": [2, 4, 7, 10, 12, 16, 20, 22, 24, 25, 26, 27, 29, 34, 35, 36, 37, 39, 40, 41, 45, 52, 53, 56, 57, 59, 61, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 80, 93, 98, 101, 102, 103, 105, 107, 108, 109, 110, 111, 113, 114, 116, 119, 122, 124, 125, 129, 132, 133, 134, 135, 136, 138, 139, 140, 142, 149, 154, 156, 157, 158, 160, 162, 164, 169, 173, 174, 175, 176, 178, 179, 180, 182, 185, 186, 192, 193, 195, 196, 197, 198, 203, 211, 212, 213, 220], "require_onc": [2, 102, 212, 220], "requiremax": 4, "requiremin": 4, "reserv": [26, 108, 117], "reservedopt": 26, "reset": [39, 63, 96, 126, 189], "resetquerypart": 26, "reshar": 69, "resid": [42, 44, 154], "resolut": [15, 165], "resolv": [12, 31, 39, 40, 41, 121, 131, 139, 160, 165, 192], "resolvefromconfigfil": 107, "resolvepubl": 134, "resolverefer": 134, "resolvereferencepubl": 134, "resolvereshar": 10, "resort": 40, "resourc": [14, 24, 26, 27, 28, 37, 39, 40, 47, 54, 56, 73, 74, 75, 78, 81, 108, 113, 116, 118, 121, 133, 134, 136, 137, 145, 152, 209, 212, 220], "resource_typ": 131, "resourcebackend": 115, "resourcemanag": [115, 131], "resourceprovid": 131, "resourcetyp": [78, 83], "resourceurl": [131, 134, 137], "respect": [23, 27, 28, 39, 67, 78, 134, 160, 197, 207], "respond": [18, 33, 126, 138, 157, 207], "respons": [1, 5, 10, 17, 22, 29, 31, 33, 47, 49, 50, 52, 62, 63, 65, 67, 68, 71, 73, 74, 75, 76, 77, 81, 82, 84, 91, 93, 96, 97, 98, 108, 113, 116, 120, 121, 134, 140, 152, 153, 157, 170, 175, 185, 197, 202, 212, 213, 217], "responsedefinit": 66, "rest": [4, 35, 39, 52, 91, 116, 121, 122, 204], "restart": [110, 193, 195], "restor": [63, 78, 82, 98, 150], "restrict": [20, 24, 26, 27, 37, 56, 120, 134, 138, 160, 162, 202, 213], "restructur": 101, "result": [16, 17, 26, 27, 29, 38, 39, 56, 57, 61, 63, 66, 68, 69, 70, 83, 84, 87, 93, 99, 106, 113, 121, 127, 134, 139, 140, 145, 147, 153, 178, 192, 205, 212, 220], "resultinto": 113, "retain": 59, "retri": [23, 121], "retriev": [24, 26, 39, 44, 56, 63, 78, 90, 119, 121, 122, 123, 126, 132, 137, 177, 183], "retrievemetadata": [24, 113], "retro": 42, "retroact": 59, "retryabl": 23, "return": [1, 4, 10, 13, 15, 16, 17, 19, 22, 23, 24, 26, 27, 28, 36, 38, 39, 40, 41, 44, 49, 50, 52, 53, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 69, 71, 78, 101, 103, 105, 106, 108, 111, 113, 114, 115, 117, 119, 129, 130, 131, 132, 133, 134, 135, 137, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 170, 172, 174, 177, 181, 186, 190, 191, 202, 220], "returnhi": 39, "returnjson": 39, "retyp": 193, "reus": [10, 27, 66, 189], "reusabl": [98, 188], "revenu": 134, "revers": [49, 119, 162], "revert": [33, 71, 103, 105, 142], "revertuserstatu": 142, "review": [18, 31, 34, 127, 134, 157, 189, 192, 207, 212], "revis": [89, 192], "revisit": 116, "revok": [29, 62], "revokeshar": 37, "revolution": 155, "rework": [25, 192], "rewritten": 90, "rfc": [28, 62, 78, 116], "rfc4918": 82, "rfc5323": 83, "rfc6415": 152, "rgb": [28, 197, 201], "rgba": 197, "rich": [27, 78, 108, 134, 140, 178], "rich_messag": 178, "rich_message_param": 178, "rich_subject": 178, "rich_subject_param": 178, "richobject": 134, "richobjectstr": [27, 140], "richobjecttyp": 134, "richparamet": 134, "richtopars": 27, "right": [4, 7, 18, 21, 24, 26, 27, 37, 39, 41, 44, 61, 66, 97, 98, 99, 106, 108, 113, 117, 127, 134, 135, 196, 197, 202, 203, 205, 212, 220], "risk": [41, 192, 199], "rm": 34, "rmdirr": 28, "robert": 220, "roberto": 108, "robin": 127, "robot": 35, "roboto": 197, "robust": [40, 102], "rocm": [156, 158, 163, 169, 170], "roeland": 80, "role": [4, 31, 33, 116, 127, 129, 144], "roll": [56, 109], "rollback": [56, 127], "room": [26, 27, 118, 121, 131, 142], "roombackend": 115, "root": [4, 6, 7, 26, 29, 35, 39, 57, 64, 66, 78, 83, 87, 96, 99, 102, 107, 124, 131, 139, 158, 173, 175, 185, 190, 193, 213, 216], "rootfold": 57, "rootscop": 202, "rootstorag": 60, "rough": [35, 122], "roughli": [39, 213], "round": [26, 108, 127, 134, 137], "rounditemicon": 108, "roundtrip": 127, "rout": [4, 5, 25, 27, 28, 40, 47, 51, 90, 133, 136, 137, 152, 165, 174, 175, 176, 184, 187, 204, 217], "route_of_talk_bot": 184, "routeparamet": 137, "router": [15, 23, 24, 27, 51, 52, 78, 92, 121, 158], "row": [22, 39, 56, 109, 113, 137, 197], "rpid": 195, "rsa": 29, "rss": 4, "rtl": 200, "rule": [28, 30, 34, 36, 41, 56, 78, 98, 101, 102, 114, 127, 157, 189, 200, 204], "rulematch": 114, "run": [0, 1, 4, 6, 7, 16, 18, 23, 24, 29, 34, 35, 36, 37, 41, 44, 49, 51, 56, 59, 60, 66, 72, 73, 74, 87, 96, 99, 102, 107, 109, 110, 113, 115, 116, 121, 122, 127, 130, 135, 137, 144, 145, 146, 154, 156, 157, 158, 160, 165, 169, 189, 191, 193, 195, 202, 212, 215, 216], "runnabl": 87, "runner": 220, "running_psalm": 66, "runorscheduletask": [145, 146], "runrequest": 140, "runtask": [145, 146], "runtim": [61, 99, 134, 145, 146, 163], "runtimeexcept": [141, 145, 146, 148], "rw": [193, 195], "rwx": 99, "rx": 220, "s3": [80, 218], "sabr": [1, 16, 22, 24, 36, 41, 118, 121, 153], "sabredav": [1, 41, 81, 153], "sabrepluginaddev": [1, 24], "sabrepluginauthinitev": 16, "sabrepluginev": 22, "sacr": [96, 189], "safe": [0, 27, 33, 41, 64, 109, 212], "safer": [40, 212], "sai": [52, 137, 207], "said": [116, 133], "sake": [116, 189], "sale": 32, "samba": 195, "same": [0, 2, 4, 14, 21, 22, 23, 27, 28, 38, 39, 40, 42, 49, 52, 59, 61, 63, 78, 87, 93, 99, 101, 102, 109, 111, 116, 122, 127, 134, 137, 139, 142, 144, 153, 156, 157, 158, 163, 164, 169, 171, 173, 174, 189, 193, 202, 203, 207, 212, 213], "saml": [87, 218], "saml2": 87, "sampl": [39, 56, 78, 89], "sample_cli": 89, "san": 197, "sanit": [28, 212], "sanitizefilenam": 28, "sass": [188, 216], "satisfi": [33, 116], "save": [28, 34, 36, 39, 40, 41, 53, 55, 66, 99, 111, 113, 116, 119, 134, 137, 141, 144, 145, 146, 148, 160, 183, 197, 216], "savedinstancest": 87, "savemetadata": [24, 113], "saveset": [53, 66], "sayhello": 61, "sb": 79, "scalabl": [38, 121], "scalar": 10, "scale": [56, 94, 127, 166, 167], "scalefixforie8": 11, "scan": [36, 41, 61], "scanfil": 41, "scanfold": 41, "scanner": [96, 213], "scenario": [2, 71, 109], "schedul": [25, 35, 36, 41, 63, 67, 126, 129, 135, 141, 144, 145], "scheduleaft": 37, "schedulefiletranscript": 141, "scheduletask": [144, 145, 146], "schema": [2, 4, 5, 17, 18, 24, 35, 56, 58, 107, 117, 121, 135, 139, 183, 187], "schemaclosur": 59, "schemaexcept": 107, "schemaloc": [2, 107], "scheme": [111, 159, 183, 187, 195], "scienc": [78, 134], "scloud": 61, "scope": [15, 26, 29, 38, 41, 44, 55, 63, 69, 78, 82, 103, 113, 115, 153, 202], "scope_": 66, "scope_administr": 66, "scope_default": 66, "scope_ex_app": 26, "scope_feder": 66, "scope_filesystem": 26, "scope_ignor": 66, "scope_skip_password_valid": 26, "score": 205, "scrape": 7, "screen": [46, 61, 94, 95, 97, 98, 130, 139, 196, 197, 201, 207], "screenread": [21, 44], "screenshar": 93, "screenshot": [4, 158, 201], "script": [2, 7, 13, 14, 15, 24, 25, 26, 34, 35, 36, 39, 41, 44, 45, 56, 65, 99, 107, 108, 110, 122, 124, 131, 134, 139, 156, 157, 158, 171, 176, 195, 211, 218, 220], "scroll": [99, 134, 196, 201], "scrollabl": 196, "scrollbar": 197, "scrollto": 137, "scss": [42, 216], "scssphp": 28, "seamlessli": [88, 155], "search": [4, 10, 19, 23, 26, 28, 63, 65, 81, 82, 92, 103, 105, 106, 115, 121, 151, 175, 196, 204, 207, 213], "search_providers_id": 134, "searchabl": 83, "searchbysystemtag": 24, "searchforprincip": 115, "searchingroup": 23, "searchinusercalendar": 115, "searchrequest": [83, 113], "searchresult": 137, "searchresultentri": 137, "searchusersbyvalu": 105, "searchusersbyvaluebool": 105, "searchusersbyvalueint": 105, "searchusersbyvaluestr": 105, "searchvalu": 103, "season": 189, "second": [24, 37, 39, 41, 45, 49, 59, 61, 62, 78, 80, 93, 102, 108, 111, 113, 115, 127, 131, 134, 135, 137, 140, 149, 152, 157, 169, 183, 190, 202], "second_pag": 175, "secondari": [93, 94, 96, 108, 119, 189, 197], "secondarylabel": 94, "secret": [29, 34, 39, 168, 169, 195], "secretpassword": 133, "secrettoken": 133, "section": [0, 4, 5, 7, 17, 24, 25, 26, 29, 34, 39, 44, 51, 52, 53, 56, 61, 66, 97, 98, 99, 102, 109, 115, 116, 119, 121, 122, 126, 127, 132, 134, 149, 156, 157, 159, 165, 166, 170, 183, 193, 195, 196, 201, 202, 205, 209, 220], "section_id": [111, 183], "section_typ": [111, 183], "section_type_admin": 111, "section_type_person": 111, "secur": [4, 10, 12, 13, 24, 26, 27, 29, 31, 40, 47, 49, 60, 62, 65, 78, 99, 111, 116, 120, 121, 122, 133, 140, 156, 157, 162, 168, 183, 192, 193, 204, 211], "securedrelyingpartyid": 195, "securerandom": 27, "see": [1, 2, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 34, 35, 37, 39, 40, 41, 44, 45, 46, 51, 52, 53, 56, 57, 60, 61, 62, 64, 66, 69, 72, 73, 74, 75, 78, 81, 90, 96, 97, 98, 99, 101, 102, 107, 108, 110, 114, 115, 116, 119, 122, 123, 124, 127, 130, 131, 132, 134, 137, 139, 149, 154, 156, 158, 162, 168, 169, 175, 179, 189, 190, 191, 192, 193, 195, 197, 201, 206, 207, 212, 220], "seed": 195, "seen": [17, 24, 93, 97, 98, 129], "sego": 197, "select": [25, 39, 56, 61, 83, 87, 93, 97, 98, 99, 110, 113, 114, 116, 127, 131, 134, 139, 149, 165, 169, 175, 183, 195, 197, 198, 201, 203, 212], "select2": 12, "selectalia": 56, "selectionlength": 61, "selector": [188, 202], "self": [12, 44, 50, 94, 108, 119, 129, 131, 142, 144, 145, 150, 152, 195], "semant": [4, 35], "semicolon": 53, "semver": 35, "send": [7, 26, 37, 43, 53, 61, 63, 78, 83, 84, 85, 91, 108, 112, 119, 120, 122, 123, 127, 129, 137, 149, 168, 169, 170, 176, 191, 212, 217, 218], "sendemail": 61, "sendmail": [10, 69], "sendmessag": 119, "sendshareemail": 26, "sens": [17, 27, 31, 39, 40, 56, 66, 116], "sensit": [25, 37, 39, 52, 137, 139, 172, 181, 211], "sent": [18, 22, 27, 33, 36, 39, 41, 51, 67, 69, 71, 78, 79, 87, 137, 139, 170, 175], "sentenc": [61, 94, 96, 202], "separ": [4, 18, 35, 39, 53, 56, 59, 69, 99, 116, 124, 136, 144, 146, 156, 164, 175, 182, 189, 202, 216], "sequenc": [0, 56], "seri": 127, "serial": [26, 27, 38, 69, 115, 126], "seriou": 127, "serv": [26, 39, 42, 66, 140], "server": [0, 2, 3, 7, 12, 15, 16, 22, 23, 24, 26, 27, 28, 29, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 48, 51, 52, 56, 59, 61, 62, 64, 66, 70, 73, 77, 78, 79, 80, 81, 83, 87, 88, 93, 99, 100, 101, 107, 109, 110, 115, 116, 119, 120, 121, 122, 127, 128, 130, 134, 137, 138, 139, 142, 149, 153, 158, 160, 164, 168, 171, 173, 185, 194, 195, 199, 204, 205, 206, 207, 212, 217, 219], "server_base_url": 87, "serverconfighelp": 140, "servercontain": [40, 41, 55, 115], "serverplugin": [1, 153], "serveruri": 87, "servic": [0, 16, 23, 24, 27, 32, 37, 38, 39, 41, 44, 47, 48, 50, 55, 60, 61, 66, 78, 87, 99, 103, 112, 115, 118, 120, 121, 125, 129, 130, 132, 137, 139, 142, 151, 152, 156, 158, 160, 165, 190, 193, 195, 217], "service1": 119, "serviceid": 119, "session": [0, 22, 26, 62, 64, 78, 87, 121, 122, 125, 187, 212], "session_lifetim": 55, "set": [4, 6, 7, 8, 10, 12, 13, 15, 17, 20, 21, 23, 24, 25, 26, 27, 29, 32, 33, 34, 35, 37, 38, 44, 46, 47, 48, 52, 55, 56, 59, 60, 61, 62, 63, 64, 67, 69, 70, 73, 74, 75, 77, 82, 93, 94, 96, 102, 103, 105, 106, 107, 108, 109, 110, 113, 114, 117, 119, 120, 121, 122, 126, 127, 130, 134, 137, 140, 144, 151, 155, 157, 158, 159, 165, 166, 167, 168, 169, 170, 171, 175, 176, 178, 187, 190, 191, 192, 194, 195, 196, 197, 200, 204, 207, 212, 216, 217, 218, 220], "setacl": 116, "setactionlabel": 23, "setallowparallelrun": 37, "setappvalu": 55, "setattach": 119, "setautosubmit": 22, "setbodyhtml": 119, "setbodyplain": 119, "setcontentsecuritypolici": [39, 50], "setcredenti": 87, "setdeclarativesettingsvaluelisten": 111, "setdescript": [115, 134], "setdisplaynam": 64, "seten": 151, "setendd": 115, "setfetchmod": 17, "setfirstresult": [19, 56], "setfrom": 119, "sethead": 66, "setheaderact": 39, "setheaderdetail": 39, "setheadertitl": [39, 50], "sethtmlbodi": [24, 112], "seticon": 26, "setid": 56, "setimageurl": 134, "setint": 113, "setinterv": 37, "setlastlogin": 56, "setlink": 26, "setloc": 115, "setmanageruid": 151, "setmaxresult": 56, "setmeetingd": 143, "setnam": [56, 116], "setnoexpirationd": 26, "setorgan": 115, "setown": 26, "setp": 135, "setparamet": 24, "setparsedmessag": 22, "setparsedsubject": 22, "setpassword": [64, 151], "setpasswordhash": 26, "setplainbodi": [24, 112], "setprimarykei": 56, "setpubl": 143, "setreferenceid": 15, "setrichmessag": 22, "setrichobject": 134, "setrichsubject": 22, "setstartd": 115, "setstatu": [10, 39, 117], "setstr": 113, "setsubject": [24, 112, 119], "setsummari": 115, "setsystemvalu": 55, "setter": [22, 23, 26, 56], "settimerangeend": 115, "settimerangestart": 115, "settimesensit": 37, "settimezon": 115, "settingnotfoundexcept": 26, "settings_exampl": 183, "settingsmenu": 196, "settingsview": 190, "settitl": 134, "setto": [112, 119], "setup": [3, 13, 19, 27, 34, 36, 38, 39, 41, 56, 57, 60, 61, 63, 88, 99, 107, 110, 114, 121, 124, 127, 154, 156, 158, 162, 174, 204, 207, 213, 216, 218, 220], "setupbeforeclass": [60, 220], "setupcheck": [27, 140], "setupresult": 140, "setuserdata": 150, "setuserid": [141, 146, 148], "setuserstatu": 142, "setuservalu": [55, 111], "setvalu": [24, 111], "setvaluearrai": [103, 105], "setvaluebool": [103, 105], "setvaluefloat": [103, 105], "setvalueint": [103, 105], "setvaluestr": [103, 105], "setwebhookmethod": 144, "setwebhookuri": 144, "seven": 189, "sever": [5, 10, 26, 39, 53, 62, 94, 122, 127, 137, 140, 145, 154, 156, 157, 207, 212], "sf": 94, "sfc": 61, "sh": [7, 79, 99, 158, 171, 193, 215, 216, 220], "sha": 29, "sha1": [34, 78, 192], "sha256": [78, 99], "sha3": 78, "shade": 94, "shadow": 197, "shall": [0, 21, 44, 61, 124, 132, 137, 205, 209], "shallow": 205, "shape": [121, 134], "shapedescriptor": 144, "shapeenumvalu": 144, "share": [4, 5, 10, 11, 14, 15, 19, 24, 25, 26, 28, 29, 37, 39, 40, 47, 61, 63, 64, 65, 92, 93, 121, 126, 134, 139, 153, 158, 164, 168, 169, 170, 180, 190, 191, 195, 204, 207, 220], "share_id": 69, "share_test": 133, "share_token": 78, "share_type_circl": 4, "shareabl": 78, "shareacceptedev": 24, "shareapicontrol": 26, "shareattribut": 175, "shareconfigmodel": 11, "sharecontrol": [39, 50], "sharecreatedev": 24, "sharedeletedev": 24, "sharedeletedfromselfev": 24, "sharees_recommend": [70, 71], "shareid": [26, 37], "sharemanag": [27, 39], "sharenod": 50, "sharenotfound": 133, "shareown": 175, "shareownerid": 175, "sharepermiss": 175, "sharer": [70, 78], "shareservic": 37, "sharesplugin": 153, "sharetoken": 134, "sharetyp": [64, 69, 87, 175], "sharetypeid": 78, "sharewith": 69, "sharewithus": 37, "sharingtoken": 134, "shed": 0, "sheet": [18, 93, 216], "shell": [99, 160, 211], "shell_exec": 212, "ship": [0, 2, 4, 7, 13, 14, 15, 17, 18, 22, 23, 24, 25, 28, 29, 30, 99, 102, 108, 132, 192, 195, 199, 215], "shivammathur": 34, "shock": 93, "short": [0, 4, 16, 28, 39, 66, 67, 94, 124, 126, 127, 129, 155, 156, 165, 170, 171], "shortcom": 116, "shortcut": [43, 61, 98, 179], "shorter": 39, "shorthand": 4, "shortmessag": [67, 126], "should": [0, 2, 4, 5, 7, 10, 12, 13, 15, 16, 17, 22, 23, 24, 25, 26, 27, 33, 34, 35, 36, 38, 39, 41, 42, 44, 45, 47, 49, 50, 52, 53, 55, 56, 57, 59, 60, 61, 62, 64, 66, 69, 71, 75, 77, 78, 80, 83, 89, 93, 94, 96, 98, 99, 106, 107, 108, 109, 110, 111, 113, 116, 122, 124, 127, 129, 131, 132, 134, 137, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 153, 155, 156, 157, 158, 160, 162, 169, 170, 173, 178, 183, 185, 188, 189, 190, 191, 195, 197, 202, 203, 205, 207, 209, 212, 213, 215, 217], "shouldgetfield": 28, "shouldn": [190, 191], "shouldrespond": 50, "shout": 94, "show": [4, 23, 26, 28, 44, 52, 61, 66, 93, 94, 96, 97, 108, 109, 115, 117, 130, 131, 133, 134, 135, 139, 141, 144, 145, 146, 149, 152, 158, 189, 196, 197, 201, 202, 203], "showauthent": 133, "showauthfail": 133, "showdetail": [196, 201], "showdis": 144, "shown": [22, 32, 39, 61, 67, 75, 87, 93, 97, 98, 116, 135, 149, 156, 195, 196, 201, 202, 207], "showshar": [50, 133], "showstopp": 192, "shrunk": 26, "sibl": 202, "side": [4, 28, 39, 60, 61, 62, 64, 77, 97, 101, 110, 116, 127, 134, 158, 159, 171, 174, 179, 182, 192, 205, 220], "sidebar": [10, 14, 24, 25, 53, 93, 95, 196, 197, 202], "sign": [7, 30, 35, 62, 87, 99, 195, 204, 207], "signal": [0, 1, 39, 41, 92, 120, 189, 205], "signatur": [22, 29, 35, 40, 41], "signifi": [93, 189], "signific": [29, 192, 213], "significantli": [57, 127, 207], "signkei": 195, "signoff": 192, "signtool": 99, "similar": [1, 16, 18, 28, 32, 35, 36, 37, 39, 41, 52, 56, 59, 62, 94, 97, 111, 116, 124, 126, 130, 134, 139, 145, 146, 155, 156, 160, 172, 179, 181, 215], "similarli": [98, 114, 133, 144, 170, 207], "simpl": [23, 33, 34, 39, 41, 44, 56, 58, 61, 62, 80, 93, 96, 98, 99, 107, 111, 116, 120, 121, 122, 127, 144, 152, 157, 158, 162, 170, 175, 178, 183, 202, 212, 220], "simple_board": 61, "simplef": [22, 23, 214], "simplemenuact": 39, "simplemigrationstep": 59, "simpler": [109, 116], "simplest": [99, 154, 192], "simplexml": [4, 219], "simplexmlel": 39, "simpli": [7, 15, 35, 39, 40, 42, 48, 49, 56, 61, 79, 89, 93, 98, 131, 134, 136, 140, 144, 146, 202, 207, 220], "simplic": 116, "simplif": 144, "simplifi": [39, 54, 56, 57, 99, 116, 128, 133, 155, 158, 213], "sinc": [2, 4, 18, 21, 22, 24, 27, 28, 35, 36, 37, 39, 40, 41, 49, 52, 53, 54, 56, 59, 62, 64, 69, 74, 78, 90, 98, 101, 103, 105, 106, 108, 111, 122, 124, 126, 127, 129, 130, 131, 134, 137, 141, 143, 144, 145, 146, 147, 148, 150, 172, 181, 191, 192, 196, 197, 199, 207, 212, 215], "sinceid": 108, "singl": [28, 38, 39, 59, 61, 64, 66, 83, 87, 101, 105, 107, 108, 110, 111, 116, 119, 127, 128, 144, 183, 191, 195, 202, 213], "singleselect": 13, "singlesignon": 88, "singular": [61, 171], "sinon": 220, "sinonj": 220, "site": [193, 195, 211], "site_nam": 50, "situat": [35, 39, 59, 93, 121], "size": [4, 14, 22, 24, 54, 57, 78, 79, 80, 83, 87, 94, 97, 109, 127, 134, 137, 150, 156, 175, 197], "sk": 7, "sk_sk": 7, "skeleton": [6, 95, 156, 158, 170], "sketch": 116, "skill": 207, "skip": [51, 75, 134, 150, 170], "slash": [52, 128, 173, 175, 185], "sleep": 135, "slide": [114, 202], "slight": 26, "slightli": [102, 107], "slocal": 61, "slogan": [46, 64], "slot": 144, "slow": [33, 38, 39, 124, 127, 130, 144, 173, 197, 213], "slow_query_log": 127, "slow_query_log_fil": 127, "slower": [39, 79], "slowli": 18, "slugifi": 56, "sm": 149, "small": [4, 26, 37, 78, 79, 108, 109, 127, 134, 137, 156, 158, 189, 192, 197, 202, 207], "smaller": [26, 80, 98, 189, 190, 197], "smallest": [26, 197], "smart": [36, 41, 121], "smb": 218, "smb1": 195, "smb2": 195, "smb3": 195, "smbclient": 195, "smbhome": 195, "smbmount": 195, "smbpublic": 195, "smillerdev": 34, "smoothen": 122, "smoother": 16, "smtp": 195, "snappi": 197, "snapshot": 89, "snippet": [116, 139, 202], "so": [2, 4, 15, 16, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 31, 33, 35, 37, 39, 40, 42, 44, 52, 53, 56, 59, 60, 61, 64, 66, 69, 77, 78, 94, 97, 98, 99, 102, 107, 109, 110, 114, 116, 125, 127, 132, 134, 136, 137, 138, 139, 140, 141, 144, 145, 146, 152, 153, 156, 158, 165, 169, 170, 171, 189, 192, 193, 197, 207, 209, 216, 220], "social": [4, 212], "sock": [154, 169], "socket": [156, 165, 166, 167, 169], "softer": 94, "softwar": [2, 35, 40, 96, 134, 163, 189, 192, 220], "sole": [16, 39, 116], "solut": [40, 66, 116, 127, 139, 143, 166, 207], "solv": [18, 40, 62, 64, 140, 189, 193, 207], "some": [0, 2, 7, 9, 10, 17, 18, 24, 26, 28, 29, 32, 33, 35, 37, 39, 40, 44, 45, 46, 53, 54, 55, 56, 59, 61, 63, 64, 66, 71, 78, 79, 81, 83, 87, 90, 93, 96, 97, 98, 99, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 115, 116, 122, 125, 127, 130, 133, 134, 138, 139, 140, 144, 145, 146, 148, 156, 165, 169, 170, 175, 179, 183, 186, 189, 192, 195, 197, 202, 207, 212, 213, 216, 219, 220], "some_api_endpoint": 158, "some_method": 39, "some_real_set": 183, "some_var": 39, "somearrai": [190, 191], "somebodi": 207, "somecontrol": [37, 66], "somecontrollermethod": 66, "somehelpermethod": 66, "somehow": 34, "somemethod": 39, "someon": [66, 93, 138], "someprop": 190, "someservic": 37, "sometask": 37, "someth": [2, 29, 36, 39, 41, 44, 45, 51, 61, 62, 66, 93, 94, 96, 101, 111, 115, 117, 129, 134, 143, 145, 146, 183, 189, 190, 191, 192, 202, 207, 209, 212], "sometim": [28, 39, 40, 49, 52, 56, 57, 66, 93, 97, 98, 127, 140, 141, 145, 146, 148, 207], "sometyp": [40, 190], "somewher": [34, 39, 66, 108, 141, 144, 145, 146], "soon": [17, 40, 127], "sooner": 16, "sophist": [17, 24], "sort": [4, 35, 78, 83, 108, 129, 134, 137], "sortabl": 83, "sorter": 64, "sound": [40, 107, 122], "sourc": [6, 18, 30, 35, 40, 41, 61, 65, 75, 88, 99, 107, 122, 124, 134, 137, 144, 148, 154, 158, 173, 190, 191, 194], "source_fil": 7, "source_lang": 7, "space": [21, 44, 59, 61, 62, 64, 78, 97, 98, 106, 128, 165, 189, 191, 197], "spam": 191, "span": [119, 127, 134, 188, 201, 202, 203], "sparingli": 93, "spdx": [4, 189], "speak": [17, 24, 165], "speaker": 98, "spec": [66, 124, 220], "special": [39, 40, 56, 62, 82, 84, 85, 94, 122], "specif": [4, 16, 20, 22, 23, 24, 26, 27, 28, 29, 34, 35, 37, 39, 41, 44, 51, 55, 56, 57, 59, 61, 63, 78, 91, 93, 94, 98, 99, 105, 106, 108, 109, 111, 114, 115, 116, 119, 129, 134, 137, 140, 144, 145, 152, 154, 155, 156, 158, 163, 165, 173, 181, 189, 201, 207, 216, 217, 220], "specifi": [2, 7, 12, 16, 22, 23, 27, 28, 29, 32, 36, 37, 39, 40, 41, 53, 56, 57, 59, 62, 64, 78, 80, 81, 89, 99, 100, 102, 103, 105, 108, 113, 116, 124, 131, 133, 137, 139, 144, 145, 146, 148, 149, 154, 157, 160, 163, 170, 172, 173], "spectrogram": 144, "speech": [28, 36, 41, 121, 144, 204], "speechtotext": [23, 26, 141], "speed": [38, 66, 102, 127, 136], "spell": [61, 144], "spellcheck": 94, "spend": [33, 207], "spent": 130, "spinner": 197, "split": [13, 28, 39, 56, 101, 127, 137, 189, 191], "spot": 127, "spreed": [108, 129, 137], "spy": 33, "sql": [28, 56, 59, 113, 121, 211], "sqlite": [4, 34, 35, 56, 127, 207, 220], "squar": 108, "src": [6, 24, 39, 45, 124, 158, 190, 195, 212], "srv": [7, 193, 220], "ssh": 99, "ssl": [165, 218], "sso": 19, "stabil": [103, 105], "stabl": [7, 29, 35, 99, 107, 122, 130, 192, 193, 205, 215, 217], "stable21": 34, "stable24": 35, "stable25": [22, 35, 192], "stable26": 35, "stable29": 28, "stable30": 28, "stable31": 28, "stablex": [7, 130, 192], "stack": [27, 209, 213], "stage": [0, 62, 64, 119, 170], "stai": [40, 202], "stamp": 99, "stand": 59, "standalon": [4, 44], "standalonetemplaterespons": 16, "standard": [17, 22, 23, 27, 28, 39, 40, 44, 66, 78, 90, 96, 99, 107, 110, 116, 121, 124, 132, 156, 172, 181, 194, 196, 201, 207, 209], "star": [56, 197, 201], "stare": 78, "start": [7, 8, 12, 18, 24, 26, 27, 34, 36, 39, 41, 49, 52, 56, 61, 62, 66, 67, 73, 78, 83, 87, 88, 93, 98, 106, 108, 109, 110, 116, 126, 127, 129, 130, 134, 144, 152, 153, 154, 157, 159, 169, 170, 173, 175, 183, 185, 189, 191, 193, 195, 197, 204, 207, 212, 216, 220], "startallsharesretriev": 87, "startcreationofgroupshareforfil": 87, "startcreationofpublicshareforfil": 87, "startcreationofusershareforfil": 87, "startdat": [67, 115, 126], "startdownload": 87, "starter": 157, "startfilemov": 87, "startfoldercr": 87, "startprogress": 135, "startreadfileproperti": 87, "startreadrootfold": 87, "startremovefil": 87, "startshareremov": 87, "startsharesretrievalforfileorfold": 87, "startsharesretrievalforfilesinfold": 87, "startup": [157, 169], "startupload": 87, "stat": 79, "state": [24, 28, 33, 43, 50, 56, 62, 64, 78, 93, 96, 108, 116, 121, 134, 137, 157, 170, 174, 176, 189, 202], "statement": [17, 34, 59, 99, 107, 113, 127, 190, 191], "static": [17, 22, 24, 41, 44, 116, 121, 131, 137, 142, 147, 150, 190, 204, 218], "statist": 130, "statu": [10, 18, 23, 39, 59, 62, 63, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 83, 91, 92, 93, 98, 103, 105, 108, 109, 113, 118, 120, 121, 126, 134, 140, 145, 146, 157, 169, 170, 172, 176, 177, 180, 181, 182, 183, 186, 192, 204, 217], "status": [63, 93, 121], "status_bad_request": 66, "status_cancel": 144, "status_cod": 174, "status_cr": 66, "status_fail": [144, 145, 146], "status_forbidden": 66, "status_not_found": [39, 66], "status_ok": 66, "status_run": [144, 145, 146], "status_schedul": [144, 145, 146], "status_success": [144, 145, 146], "status_unknown": [144, 145, 146], "statuscod": [62, 64, 65, 69, 108, 134, 172, 181, 186], "statusicon": 71, "statusmanag": 142, "statustyp": 71, "stdclass": 66, "steal": 212, "step": [4, 7, 20, 24, 26, 27, 34, 35, 36, 41, 51, 53, 59, 62, 63, 66, 80, 99, 109, 110, 116, 121, 124, 137, 144, 145, 146, 154, 156, 157, 160, 165, 169, 170, 174, 193, 204, 207, 209, 215, 216], "stick": [4, 41], "sticki": 196, "still": [17, 18, 22, 24, 25, 26, 27, 28, 29, 35, 39, 40, 42, 45, 56, 59, 61, 62, 63, 64, 66, 69, 107, 108, 116, 127, 134, 144, 149, 156, 157, 158, 160, 192, 197, 201, 202, 203, 207, 212, 215, 216, 219], "stitcher": [20, 24, 27], "stop": [35, 87, 207], "stoppableeventinterfac": 18, "storag": [8, 10, 26, 27, 34, 47, 54, 60, 64, 78, 80, 121, 127, 139, 169, 204, 207, 214, 218], "storage_typ": 111, "storage_type_extern": 111, "storage_type_intern": 111, "storageexcept": [57, 60], "storageloc": 64, "store": [4, 5, 6, 18, 22, 30, 32, 34, 35, 40, 41, 52, 54, 56, 59, 62, 66, 69, 78, 83, 87, 99, 108, 110, 111, 113, 114, 116, 122, 125, 141, 144, 145, 146, 150, 158, 166, 172, 175, 181, 183, 190, 204, 206, 212, 213, 218], "store_login_token": 125, "str": 175, "str_contain": 137, "str_replac": [49, 212], "str_starts_with": 134, "straight": [37, 169], "straightforward": [139, 155, 165], "strategi": 34, "stream": [156, 160, 214], "streamlin": [99, 121], "streamrespons": [27, 39, 66], "strict": [23, 24, 28, 39, 134, 190, 202], "strict_typ": [0, 49, 102, 108, 111, 113, 129, 130, 131, 137, 138, 140, 141, 144, 145, 146, 148, 150, 152], "strictcookierequir": 26, "strictcookiesrequir": 26, "strictli": 10, "string": [4, 5, 10, 15, 22, 23, 24, 26, 27, 28, 37, 38, 39, 40, 41, 44, 48, 49, 50, 52, 53, 55, 56, 57, 59, 63, 64, 66, 67, 69, 70, 71, 73, 74, 76, 78, 83, 87, 90, 103, 105, 106, 108, 111, 112, 113, 115, 116, 117, 119, 126, 128, 129, 130, 131, 133, 134, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 158, 169, 171, 174, 175, 178, 182, 191, 212], "stringent": 116, "stringutil": 13, "stripe": 32, "strive": 189, "strlen": 116, "strong": [127, 189, 207], "strongli": [27, 190, 197], "strpo": 137, "structur": [7, 10, 23, 52, 63, 65, 79, 116, 121, 127, 134, 137, 156, 159, 169, 174, 188, 196, 201, 202], "stub": [116, 220], "studi": 115, "studio": [88, 89], "stuff": [60, 87, 127, 170, 220], "style": [18, 26, 27, 39, 42, 45, 94, 98, 116, 124, 139, 156, 176, 188, 194, 195, 197, 201, 202, 204, 205, 218], "stylelint": 124, "stylis": 202, "styliz": 93, "su": 220, "sub": [2, 9, 16, 44, 45, 57, 151, 173, 190, 193, 202, 206], "subadmin": 64, "subadminrequir": 26, "subclass": [39, 41], "subdirectori": 60, "subfil": 69, "subfold": 99, "subj": 29, "subject": [24, 41, 99, 152, 178, 201], "subject_param": 178, "subject_typ": 178, "sublevel": 98, "sublim": 110, "sublimetextxdebug": 110, "sublin": [93, 94, 98, 134, 137], "submiss": 206, "submit": [21, 22, 29, 33, 44, 61, 121, 134, 202, 203, 205, 206, 212], "submitcont": 106, "submodul": [99, 193], "subscrib": [18, 27, 90, 121, 122, 192], "subscript": [28, 41], "subscriptioncreatedev": 16, "subscriptiondeletedev": 16, "subscriptionupdatedev": 16, "subsequ": [127, 137], "substanti": 189, "substr": 158, "subsystem": [55, 189], "subtempl": 212, "subtext": 134, "subtitl": [39, 108], "subtl": 93, "subtyp": 173, "suburl": 47, "subvers": 4, "succeed": 140, "success": [24, 28, 33, 36, 39, 41, 49, 69, 70, 73, 77, 93, 94, 122, 140, 145, 146, 148, 168, 169, 170, 172, 174, 181, 197, 217], "successfulli": [36, 41, 144, 145, 146, 178], "successor": 137, "succinctli": 40, "sudo": [99, 130, 160, 169, 193, 216], "suffer": [61, 207], "suffic": 207, "suffici": 35, "suffix": [26, 35, 41, 56, 170], "suggest": [33, 36, 39, 41, 99, 134, 154, 192, 205], "suit": [102, 116, 190, 220], "suitabl": [78, 93, 98], "summar": [140, 144, 146], "summari": [4, 17, 24, 28, 66, 116, 126, 134, 135, 144, 189], "summarytask": [144, 146], "summarytasktyp": [26, 144, 146], "super": 127, "supersed": 134, "suppli": [4, 39, 44, 119, 144, 155], "support": [4, 7, 10, 11, 12, 20, 22, 23, 24, 25, 28, 29, 30, 34, 35, 39, 41, 42, 43, 47, 50, 52, 58, 61, 63, 64, 69, 71, 74, 75, 80, 82, 93, 98, 99, 107, 110, 111, 117, 119, 121, 122, 125, 131, 137, 140, 144, 146, 148, 153, 155, 156, 158, 161, 164, 166, 167, 169, 170, 171, 173, 175, 179, 180, 192, 195, 198, 199, 203, 207, 213], "supportedcalendarcomponentset": 116, "supportedlock": 78, "supports_emoji": 71, "suppos": [27, 139, 142], "suppress": 107, "sure": [10, 12, 14, 15, 17, 20, 21, 22, 23, 24, 25, 29, 31, 33, 34, 35, 37, 44, 59, 60, 62, 93, 94, 96, 98, 99, 102, 115, 116, 119, 127, 130, 134, 139, 144, 154, 160, 165, 193, 195, 196, 197, 207, 212, 216, 217, 218, 220], "surprisingli": 207, "surround": 61, "survey_cli": 139, "suspect": 113, "svenstaro": 34, "svg": [4, 10, 21, 22, 46, 53, 108, 129, 134, 137, 139, 175, 185, 200], "swap": 40, "swift": 10, "swiftli": 207, "switch": [17, 21, 22, 24, 28, 35, 110, 137, 145, 146, 189, 190, 191, 192], "symbol": 94, "symfoni": [2, 18, 41, 150, 179], "symfonycomponentgenericev": [36, 41], "symptom": 166, "sync": [3, 4, 61, 65, 93, 99, 100, 127, 137, 158, 207], "synchron": [38, 88, 100, 145, 146, 174], "syncjob": 4, "syntax": [2, 17, 42, 61, 66, 69, 70, 107], "sysadmin": 54, "system": [6, 7, 22, 23, 24, 26, 28, 33, 36, 37, 41, 44, 45, 48, 49, 58, 60, 94, 103, 105, 111, 116, 119, 127, 130, 134, 140, 155, 165, 173, 180, 186, 195, 197, 212, 213, 220], "system_prompt": 144, "systembackground": 94, "systemconfig": 27, "systemctl": 193, "systemfil": 94, "systemgreen": 94, "systemr": 94, "systemtag": [24, 27, 28], "systemtagobjectmapp": 27, "systemtagsentityev": 24, "sysvsem": 219, "t": [6, 7, 10, 12, 13, 15, 16, 17, 18, 19, 22, 23, 26, 29, 33, 34, 35, 39, 40, 41, 44, 49, 50, 51, 53, 56, 59, 66, 69, 73, 78, 94, 99, 108, 111, 117, 125, 127, 129, 131, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 148, 150, 158, 161, 165, 170, 179, 180, 188, 190, 191, 193, 195, 201, 202, 207, 212, 216], "tab": [14, 32, 34, 42, 98, 189, 190], "tabl": [25, 28, 38, 39, 58, 59, 66, 99, 107, 109, 110, 111, 113, 127, 197], "table_name_uniq_featur": 56, "tablenam": 40, "tactic": 188, "tag": [4, 16, 24, 26, 27, 28, 29, 32, 34, 35, 39, 40, 63, 78, 95, 101, 134, 153, 154, 156, 158, 169, 180, 182, 188, 189, 190, 193], "tag_favorit": 15, "tagassignedev": 28, "tagmanag": [15, 27], "tagmapp": 27, "tagnam": 24, "tagservic": 24, "tagsplugin": 153, "tagunassignedev": 28, "tail": 127, "take": [28, 33, 34, 37, 39, 41, 59, 66, 80, 97, 98, 116, 127, 134, 135, 137, 139, 141, 144, 145, 146, 148, 156, 158, 175, 179, 185, 188, 189, 191, 192, 205, 207, 217], "taken": [39, 97, 174, 205], "talk": [33, 40, 57, 69, 71, 78, 93, 94, 97, 98, 108, 114, 121, 129, 131, 134, 137, 142, 176, 187, 204, 213], "talk_bot": [169, 184], "talk_bot_webhook_route_on_ex_app": 184, "tap": 98, "tar": [27, 34, 35, 36, 41, 78], "tarbal": [34, 35, 78, 102], "target": [4, 32, 35, 36, 37, 39, 41, 80, 99, 100, 108, 129, 134, 137, 156, 173, 194, 202], "target_languag": 144, "targetdirectori": 87, "targetus": 129, "task": [26, 28, 35, 36, 39, 41, 52, 63, 72, 93, 94, 97, 115, 116, 121, 141, 148, 155, 164, 201, 204], "taskfailedev": [26, 144, 145, 146], "taskfailureexcept": [26, 145, 146], "tasknotfoundexcept": 26, "taskprocess": [26, 28, 63, 74, 92, 121, 141, 145, 146, 148], "taskprocessingmanag": 144, "tasksuccessfulev": [26, 144, 145, 146], "tasktyp": [74, 144, 146], "tasktypeid": 144, "tbd": [21, 24, 28, 41], "team": [25, 31, 32, 116, 134, 160, 189], "teardown": [60, 220], "teardownafterclass": [60, 220], "technic": [30, 90, 94, 167, 189, 200, 204], "technologi": [141, 144, 145, 146, 148, 155, 209], "tecnativa": 162, "tediou": 66, "tel": [111, 183], "tell": [39, 62, 66, 108, 114, 116, 134, 207], "temp": 54, "templat": [5, 6, 7, 10, 23, 28, 42, 43, 44, 47, 66, 97, 107, 121, 131, 134, 139, 149, 159, 193, 204, 207, 216], "templatecontrol": 28, "templatefilecr": 23, "templatenam": [39, 44, 45], "templaterespons": [5, 24, 36, 39, 41, 50, 53, 66, 131, 134, 139], "tempmanag": 27, "temporari": 80, "temporarili": 17, "term": [25, 41, 61, 70, 106, 116, 134, 137, 155, 156, 189], "termin": [62, 99, 144, 216], "terminologi": [118, 121], "terrifi": 134, "tertiari": [26, 93, 197], "test": [2, 6, 17, 20, 24, 26, 27, 28, 35, 38, 39, 40, 47, 52, 56, 63, 65, 79, 81, 82, 83, 87, 96, 99, 101, 102, 107, 110, 112, 113, 116, 119, 121, 127, 135, 140, 144, 149, 152, 154, 159, 160, 165, 169, 179, 181, 189, 192, 193, 197, 204, 207, 218], "test1": [198, 201], "test2": 198, "test3": 198, "test4": 198, "test_arg": 179, "test_ex_app_field_1": 183, "test_ex_app_field_1_1": 183, "test_ex_app_field_1_2": 183, "test_ex_app_field_1_3": 183, "test_ex_app_field_1_4": 183, "test_ex_app_field_2": 183, "test_ex_app_field_3": 183, "test_ex_app_field_4": 183, "test_ex_app_field_5": 183, "test_ex_app_field_6": 183, "test_kei": 172, "test_sensitive_field": 111, "test_sensitive_field_2": 111, "testabl": [40, 147], "testact": 87, "testaddtwo": 220, "testcas": [28, 60, 191, 220], "testdummi": 191, "tester": 35, "testfil": 140, "testfilenotfound": 60, "testm": 220, "testremot": 27, "testsuit": 220, "text": [4, 10, 18, 24, 26, 27, 28, 36, 39, 41, 44, 46, 49, 56, 61, 63, 64, 66, 67, 74, 75, 78, 81, 83, 92, 98, 99, 103, 105, 108, 110, 111, 112, 116, 119, 121, 126, 134, 140, 144, 148, 160, 183, 190, 197, 198, 202, 203, 204, 212], "text2imag": [73, 144], "text2imagemanag": 145, "text2imagetask": 145, "text2speech": 144, "text2text": 144, "textarea": 139, "textcolor": 94, "textcont": 134, "textprocess": [26, 63, 92, 121, 144], "textprocessingmanag": [144, 146], "texttoimag": [26, 144, 145], "texttoimageexcept": 26, "texttospeech": [28, 144], "texttotext": 144, "texttotextchangeton": 144, "texttotextchat": 144, "texttotextchatwithtool": 144, "texttotextform": 144, "texttotextheadlin": 144, "texttotextproofread": 144, "texttotextreformul": 144, "texttotextsimplif": 144, "texttotextsummari": 144, "texttotexttop": 144, "texttotexttransl": 144, "th": 7, "th_th": 7, "than": [4, 16, 17, 24, 25, 26, 28, 29, 31, 35, 37, 40, 41, 44, 52, 56, 57, 69, 71, 79, 93, 94, 98, 99, 108, 113, 116, 127, 144, 145, 146, 148, 188, 189, 193, 199, 201, 202, 207, 212, 213, 220], "thank": [87, 206], "thei": [0, 2, 16, 22, 24, 26, 28, 33, 34, 35, 37, 39, 40, 41, 44, 52, 54, 55, 56, 59, 61, 62, 64, 65, 66, 80, 93, 94, 96, 98, 99, 100, 101, 102, 107, 109, 114, 115, 116, 122, 125, 127, 134, 135, 136, 137, 140, 144, 146, 155, 156, 157, 158, 180, 183, 189, 190, 192, 201, 205, 207, 209, 212], "them": [0, 10, 18, 20, 22, 24, 26, 28, 29, 32, 33, 34, 35, 36, 39, 40, 41, 52, 53, 56, 59, 60, 61, 62, 64, 66, 98, 99, 101, 103, 105, 109, 116, 125, 127, 130, 132, 134, 151, 155, 156, 158, 164, 171, 180, 189, 192, 193, 195, 199, 202, 205, 207, 209, 212, 216, 220], "theme": [4, 43, 47, 63, 93, 94, 197, 198], "themoviedb": 134, "themselv": [28, 33, 36, 41, 101, 189, 208], "theoret": 17, "theori": 59, "theplan": 119, "therebi": [102, 106], "therefor": [0, 4, 16, 17, 18, 22, 24, 26, 35, 37, 39, 41, 56, 59, 61, 62, 66, 93, 115, 116, 135, 136, 137, 163, 164, 165, 196, 209], "thi": [0, 1, 2, 4, 5, 6, 7, 10, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 73, 74, 77, 78, 80, 83, 84, 85, 87, 88, 89, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 154, 157, 158, 159, 160, 162, 163, 164, 165, 166, 168, 169, 170, 171, 173, 174, 179, 184, 189, 191, 192, 193, 195, 197, 201, 202, 203, 205, 207, 209, 212, 213, 216, 217, 220], "thing": [21, 22, 24, 28, 33, 34, 35, 37, 39, 40, 44, 48, 54, 56, 59, 61, 62, 78, 96, 99, 131, 135, 139, 170, 189, 192, 207], "think": [36, 39, 41, 66, 93, 127, 156, 158, 205, 207, 213], "thinkabl": 39, "third": [26, 29, 33, 39, 41, 88, 111, 115, 128, 137, 140, 190, 192, 217], "this_field": 59, "thisauthorsid": 78, "thoroughli": 189, "those": [7, 12, 17, 23, 24, 26, 28, 29, 33, 34, 35, 36, 39, 40, 41, 66, 69, 78, 94, 101, 103, 105, 108, 109, 113, 125, 133, 134, 137, 189, 192, 193, 207], "though": [17, 29, 39, 56, 94, 99, 136, 144, 154], "thought": 18, "thread": [24, 36, 41, 99], "three": [17, 35, 54, 59, 84, 116, 131, 139, 165, 202, 203, 207, 209, 212], "threw": 26, "thrive": 209, "throttl": 39, "throttler": 27, "through": [4, 7, 17, 18, 26, 28, 31, 33, 35, 38, 39, 45, 59, 61, 64, 65, 66, 78, 91, 93, 94, 98, 99, 108, 110, 114, 115, 126, 131, 137, 143, 152, 155, 156, 160, 192, 212, 213], "throughput": 127, "throw": [17, 23, 24, 26, 36, 41, 49, 55, 56, 57, 60, 63, 91, 110, 114, 116, 133, 141, 144, 145, 146, 147, 148, 150, 151, 191, 217], "throwabl": [23, 28, 56, 121, 130, 150], "throwexcept": 60, "thrown": [17, 26, 36, 40, 41, 116], "thu": [0, 28, 39, 41, 62, 99, 116, 122, 140, 141, 190, 207, 212], "thumb": [134, 189], "thumbnail": [4, 28, 137], "thumbnailurl": [134, 137], "tick": [113, 162], "ticket": [7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 31, 189], "tidi": 99, "tight": [40, 155], "tighten": 39, "time": [0, 1, 4, 15, 23, 24, 27, 28, 31, 33, 34, 35, 36, 39, 40, 41, 52, 54, 56, 57, 59, 61, 62, 66, 71, 73, 78, 79, 84, 93, 96, 99, 101, 102, 109, 113, 121, 122, 127, 130, 132, 135, 138, 140, 141, 144, 145, 146, 148, 153, 160, 165, 166, 175, 189, 192, 193, 197, 204, 207, 209, 216, 220], "time_immut": [27, 56], "time_insensit": 37, "timedjob": [25, 37], "timefactori": [27, 143], "timelin": 209, "timeout": [78, 141, 145, 146, 148, 157, 169, 195], "timestamp": [27, 67, 71, 73, 78, 85, 94, 99, 108, 109, 126, 134, 144, 174], "timezon": [27, 28, 56, 67, 93, 132, 147], "tini": [17, 80], "tip": [58, 63, 119, 127, 139], "tipsi": 16, "titl": [22, 32, 39, 50, 61, 65, 66, 106, 108, 111, 129, 134, 137, 139, 178, 183, 202], "tld": [117, 120, 138, 212], "tldr": 192, "tmigratorbasicversionhandl": 150, "tmp": [79, 195], "tmpfile": 10, "tmpfolder": 10, "to_gif": 175, "toast": 15, "todai": 93, "todo": [24, 66, 108, 116, 117, 137], "todoapicontrol": 66, "todoitem": 66, "togeth": [29, 32, 34, 66, 79, 94, 99, 127, 134, 139], "toggl": [21, 28, 44, 93, 111, 137, 170, 183, 196, 201, 202], "toggleclass": 202, "togoogl": 39, "toic": 115, "token": [22, 24, 26, 27, 34, 36, 39, 41, 43, 50, 62, 64, 77, 78, 87, 121, 122, 126, 133, 134, 143, 144, 195], "tolabel": 75, "tolanguag": [75, 148], "tom": 51, "ton": 144, "tone": [94, 96, 144], "too": [21, 26, 27, 38, 39, 71, 73, 74, 75, 93, 98, 113, 124, 127, 137, 188, 207, 212], "took": [127, 130], "tool": [3, 4, 15, 17, 21, 24, 29, 33, 34, 35, 44, 46, 66, 88, 99, 103, 105, 107, 122, 124, 144, 145, 146, 149, 156, 158, 187, 207], "tool_cal": 144, "tool_call_id": 144, "tool_messag": 144, "toolbar": 130, "toolkit": 163, "tooltip": 22, "tootltip": 22, "top": [39, 40, 53, 56, 64, 65, 93, 94, 97, 98, 102, 103, 105, 120, 130, 139, 156, 157, 171, 176, 187, 202, 212, 220], "top_menu": 185, "topic": [144, 146], "topicstasktyp": [26, 146], "topmenu": [158, 185], "topmostparentid": 81, "torn": [36, 41], "total": [27, 64, 78, 79, 80], "totalitem": [64, 172, 181, 186], "totallytyp": 107, "totaltotransf": 87, "totaltransferredsofar": 87, "toto": 108, "touch": 202, "toward": 216, "tr": 61, "trace": [66, 127], "track": [56, 94, 127, 130, 134, 192], "tracker": [4, 33, 207], "trademark": 33, "tradit": 16, "tradition": [40, 69], "traffic": 38, "trail": 61, "train": [37, 192], "trait": [23, 56, 140, 150, 215], "transact": [58, 109, 121], "transcrib": [141, 144], "transcribefil": 141, "transcript": [23, 36, 41, 121], "transcriptionfailedev": [26, 141], "transcriptionsuccessfulev": [26, 141], "transfer": [7, 41], "transform": [18, 30, 35, 52, 137, 158, 191], "transifex": [3, 61, 158], "transit": [16, 21, 23, 197], "translat": [3, 4, 12, 23, 26, 33, 35, 47, 57, 63, 92, 94, 121, 122, 129, 134, 137, 139, 140, 144, 156, 159, 167, 187, 204, 213], "translatablefil": 158, "translateplur": 158, "translation_templ": 158, "translationfil": [7, 61, 158], "translationtool": [7, 158, 171], "transpar": [18, 31, 33, 62], "transpil": 18, "transport": 41, "trap": 134, "trash": [26, 84], "trashbin": [37, 41, 82, 90, 92], "travers": 211, "treat": [59, 207], "tree": [81, 99, 153, 197], "trev6tmyjlbj7hgdcpz": 29, "tri": [36, 38, 40, 41, 75, 109, 116], "triag": [31, 122, 189], "triager": [189, 207], "trick": [63, 110, 139, 212], "trigger": [31, 36, 37, 39, 40, 41, 49, 77, 90, 106, 108, 113, 114, 127, 137, 157, 179, 182, 192, 202], "trigger_error": 110, "triggerinitialimport": 106, "trim": [61, 134], "tripl": 61, "trivial": 54, "troubl": 62, "troubleshoot": [92, 166, 167, 195], "true": [2, 23, 24, 26, 27, 34, 39, 40, 44, 46, 49, 51, 53, 56, 59, 62, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 87, 99, 103, 105, 106, 107, 108, 110, 111, 113, 116, 120, 127, 133, 134, 137, 139, 140, 142, 144, 148, 149, 150, 168, 174, 183, 190, 191, 193, 195], "trust": [29, 34, 39, 121, 140], "trusteddomainhelp": 27, "try": [0, 2, 7, 29, 39, 51, 55, 56, 57, 60, 66, 94, 98, 109, 110, 116, 120, 127, 130, 134, 138, 144, 145, 146, 150, 156, 165, 170, 188, 207], "tsx": 158, "tt1446714": 134, "ttl": [38, 78], "ttransact": [23, 56, 109], "tune": 202, "tupl": [63, 149], "turn": [39, 51, 52, 61, 66, 102, 144, 146, 151, 199, 202, 212], "tutori": [3, 53, 63, 92, 193, 204, 209], "tweak": 144, "twice": [2, 36, 41], "twitter": [64, 129], "two": [2, 4, 10, 17, 26, 27, 33, 34, 36, 37, 38, 39, 41, 42, 44, 53, 61, 62, 66, 80, 88, 89, 99, 101, 111, 113, 115, 116, 119, 121, 127, 134, 137, 139, 148, 154, 162, 168, 171, 174, 183, 189, 190, 193, 201, 202, 204, 205, 207, 213], "twofactor": 4, "twofactor_backupcod": 59, "twofactor_test": 149, "twofactorauth": [10, 24, 28, 149], "twofactorproviderchallengefail": 24, "twofactorproviderchallengepass": 24, "twofactorproviderdis": 24, "twofactorproviderforuserdis": 24, "twofactorproviderforuseren": 24, "twofactorproviderforuserregist": 24, "twofactorproviderforuserunregist": 24, "twofactorprovideruserdelet": 24, "twofactortestprovid": 149, "tx": 35, "txt": [57, 78, 79, 112, 113, 119, 212], "type": [4, 7, 10, 15, 16, 17, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 39, 41, 47, 50, 51, 55, 59, 61, 63, 64, 67, 69, 70, 71, 73, 75, 76, 78, 79, 81, 83, 90, 93, 94, 98, 99, 101, 106, 107, 108, 110, 112, 113, 119, 120, 121, 122, 130, 131, 132, 134, 136, 137, 139, 140, 152, 153, 155, 156, 157, 169, 171, 176, 178, 183, 185, 188, 189, 193, 195, 198, 201, 202, 203, 214], "type_bool": 137, "type_int": [113, 137], "type_mor": 108, "type_new": 108, "type_setup": 108, "type_us": 137, "typeda": 105, "typehint": 10, "typeiconclass": 131, "typescript": [47, 122, 189], "typestr": 131, "typic": [2, 35, 38, 39, 40, 51, 61, 97, 107, 116, 124, 137, 141, 144, 145, 146, 148, 158, 189], "typing_in_psalm": 66, "typographi": 95, "u": [61, 62, 64, 65, 80, 81, 83, 99, 108, 110, 130, 134, 160, 165, 169, 173, 195, 217], "u29tzvnpz25lzerhdgffegftcgxl": 29, "ubuntu": 34, "ui": [4, 23, 26, 44, 64, 87, 93, 111, 122, 131, 134, 137, 140, 142, 156, 157, 158, 169, 170, 171, 176, 183, 185, 195, 197, 202], "ui_exampl": [158, 171, 175, 185], "uid": [13, 36, 37, 41, 56, 59, 62, 78, 115, 116, 151], "uitextview": 94, "uk": 124, "ul": [61, 188, 196, 201, 202, 203], "umgehen": 4, "un": 78, "unabl": [33, 140], "unannounc": 33, "unauthor": [67, 76, 165, 212], "unauthorizedexcept": 144, "uncertain": [145, 146], "unclear": 209, "uncomput": 78, "undefin": [61, 90, 99, 190], "undefinedclass": 107, "undefineddocblockclass": 107, "under": [17, 23, 33, 34, 39, 40, 78, 88, 96, 99, 127, 158, 189, 193, 220], "undergo": 114, "underli": [26, 27, 57, 99, 137], "underscor": [4, 39, 56, 71, 106, 191], "understand": [35, 39, 41, 61, 66, 90, 94, 98, 99, 121, 130, 144, 155, 156, 165, 209], "undo": [96, 189, 200], "unescap": [45, 212], "unexpect": [33, 41, 56, 192], "unexpectedli": 28, "unfamiliar": 40, "unfortun": [23, 195], "unfreez": 189, "unhappi": 207, "unicod": 61, "unifi": [15, 16, 26, 28, 121, 122, 124, 137], "uniform": 213, "uninstal": [4, 33, 135, 154, 158, 182], "unintend": 192, "unintent": 33, "unintention": 26, "union": 66, "uniqu": [56, 62, 64, 78, 80, 96, 98, 106, 108, 111, 115, 126, 129, 137, 144, 145, 149, 150, 169, 179, 192, 207], "unique_name_of_file_action_menu": 175, "unique_name_of_file_actions_menu": 175, "unique_name_of_script": 185, "unique_name_of_styl": 185, "unique_name_of_top_menu": 185, "uniquememb": 13, "unit": [14, 38, 40, 56, 87, 107, 110, 189, 204, 218], "univers": 134, "unix": [27, 71, 73, 116, 126, 144, 189, 213], "unixtim": 80, "unknown": [26, 69, 78, 113, 217], "unknownactivityexcept": 26, "unknownnotificationexcept": 26, "unless": [17, 33, 39, 93, 109, 127, 143, 144, 145, 146, 189, 196, 212, 215], "unlik": [78, 99, 160, 170, 173], "unlimit": 78, "unnecessari": 61, "unnot": 34, "unoffici": 17, "unpredict": 135, "unpublish": 41, "unread": [78, 93, 98, 108, 153, 202], "unregist": [157, 176], "unregistercalendar": 19, "unrel": [26, 127], "unsaf": [11, 24], "unselect": 198, "unset": [13, 69], "unshar": [41, 78], "unsign": [29, 56], "unsigned_fil": 99, "unsplash": 90, "unstabl": 121, "unsubscrib": 27, "unsupport": [32, 207], "unsur": 207, "until": [26, 37, 39, 62, 65, 122, 137, 141, 145, 146, 170], "untouch": [17, 59], "untyp": 41, "unus": [17, 28, 127], "unvalid": 211, "up": [2, 4, 6, 7, 8, 9, 20, 22, 24, 26, 27, 33, 34, 37, 38, 39, 40, 60, 61, 62, 65, 66, 81, 97, 98, 101, 102, 106, 107, 108, 115, 122, 127, 137, 139, 144, 145, 146, 153, 157, 159, 167, 171, 189, 191, 194, 195, 202, 204, 207, 209, 218, 220], "upcom": [28, 63, 101, 142, 215], "updat": [2, 4, 7, 18, 22, 23, 25, 26, 28, 29, 31, 33, 34, 36, 37, 39, 40, 41, 52, 56, 59, 63, 65, 66, 67, 78, 81, 87, 90, 99, 102, 103, 105, 106, 108, 109, 121, 122, 124, 127, 135, 139, 144, 157, 166, 169, 172, 174, 181, 182, 192, 193, 195, 213, 215], "updateaccess": 106, "updateaccessdeclar": 106, "updateaccessop": 106, "updateaccessprovid": 106, "updatecachedcalendarobject": 16, "updatecalendar": 16, "updatecalendarobject": 16, "updatecard": 16, "updated_at": 134, "updatefilesmetadata": 113, "updateglobalindex": 105, "updategloballazi": 105, "updateglobalsensit": 105, "updateindex": 105, "updatelazi": [103, 105], "updatenotif": [4, 25], "updatesensit": [103, 105], "updateshar": 16, "updatesubscript": 16, "updatetodo": 66, "updateusermanag": 151, "upgrad": [29, 30, 40, 59, 99, 102, 135, 193, 204, 209, 215], "upload": [25, 26, 29, 34, 35, 69, 82, 83, 88, 90, 92, 93, 113, 127, 158, 212], "upload_path": 79, "upload_tim": [78, 83], "uploadlimit": 28, "uploadoper": 87, "uploadremotefileoper": 87, "upon": [5, 40, 98, 99, 114, 116, 123, 139, 141, 146, 148, 209], "upper": [94, 99], "uppercamelcas": 191, "uppercas": [39, 49, 61, 102], "upscal": [175, 178], "upscaled_image_nam": 178, "upscaler_exampl": 175, "upstream": [17, 24], "upvot": 192, "urandom": 79, "urgent": [33, 108], "uri": [69, 87, 115, 116, 117, 144], "url": [4, 6, 10, 26, 32, 38, 39, 40, 43, 46, 47, 50, 51, 56, 62, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 87, 90, 94, 99, 106, 108, 111, 114, 115, 117, 122, 129, 131, 133, 134, 136, 137, 138, 140, 157, 158, 169, 173, 175, 176, 178, 182, 183, 185, 193, 195, 197, 212, 217, 220], "url_regex_no_modifi": 25, "urlencod": [39, 62], "urlgener": [10, 27, 47, 50, 53, 108, 129, 137, 139, 140, 152], "urlparam": [40, 44, 49, 55, 108, 111, 119, 129, 131, 150], "urlparamet": 52, "urn": 81, "us": [0, 1, 2, 4, 7, 10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 38, 41, 44, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 69, 72, 73, 74, 77, 78, 79, 80, 81, 83, 87, 88, 89, 90, 93, 94, 96, 97, 98, 101, 102, 103, 105, 107, 109, 111, 112, 114, 115, 116, 117, 119, 120, 121, 122, 124, 125, 127, 128, 129, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 160, 162, 164, 165, 166, 168, 169, 170, 171, 174, 175, 177, 178, 179, 180, 183, 188, 189, 191, 192, 193, 195, 196, 197, 198, 199, 201, 202, 203, 205, 212, 213, 215, 216, 217, 219, 220], "usabl": [96, 134, 189], "usag": [16, 17, 20, 27, 28, 34, 40, 54, 61, 82, 94, 107, 116, 121, 130, 158, 177, 179, 189, 192, 197, 199, 218], "use_path_styl": 195, "use_ssl": 195, "usebackend": 28, "usecas": 27, "usedock": 220, "user": [0, 4, 5, 7, 10, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 28, 29, 32, 35, 37, 40, 44, 51, 53, 54, 56, 57, 58, 63, 67, 69, 73, 74, 75, 77, 78, 79, 80, 81, 83, 84, 85, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 105, 106, 110, 111, 113, 114, 115, 116, 118, 119, 121, 122, 123, 125, 126, 127, 129, 133, 134, 137, 138, 140, 143, 144, 145, 149, 154, 155, 157, 160, 164, 166, 169, 171, 174, 176, 178, 180, 182, 183, 190, 191, 192, 193, 194, 195, 197, 202, 203, 204, 207, 212, 217, 220], "user1": [65, 119], "user123": 151, "user2": [65, 119], "user3": 65, "user_ag": 62, "user_id": 59, "user_ldap": [16, 24, 36, 139], "user_oidc": 125, "user_prefer": 44, "user_saml": 195, "user_statu": [71, 216], "useraddedev": 24, "userbackendregist": 16, "usercach": 27, "userchangedev": 24, "userconfig": [104, 121], "userdeletedev": 24, "userdeletedlisten": 0, "userfirsttimeloggedinev": 24, "userfold": 57, "usergrouplist": 196, "userid": [13, 22, 24, 28, 36, 40, 41, 55, 64, 67, 71, 73, 74, 80, 87, 105, 106, 108, 119, 126, 129, 141, 142, 144, 145, 146, 148, 151, 168, 174, 175], "useridassignedev": 27, "useridunassignedev": 27, "userloggedinev": 19, "usermanag": [27, 50, 151], "usermigr": [23, 150], "usermigrationexcept": 150, "usermountaddedev": 28, "usermountcach": 27, "usermountremovedev": 28, "usermountupdatedev": 28, "usernam": [62, 64, 78, 83, 87, 151, 160, 190, 195, 212], "useroidc": 125, "userratelimit": 39, "userratethrottl": 39, "userremovedev": [16, 24], "userservic": 151, "usersess": [27, 57, 151], "userset": 190, "usersingroup": 23, "userstatu": 142, "userupd": 24, "userupdatedev": 24, "usesess": [22, 39], "usestrictdynam": 39, "usestrictdynamiconscript": [24, 39], "usr": [34, 99, 110], "usual": [27, 29, 34, 39, 40, 41, 44, 61, 78, 88, 93, 98, 111, 127, 144, 153, 156, 158, 166, 169, 189, 192, 202, 207], "utc": 147, "utf": [4, 78, 81, 83, 113, 116], "util": [0, 10, 11, 13, 16, 18, 22, 23, 24, 26, 27, 28, 37, 40, 41, 44, 49, 50, 99, 108, 121, 122, 131, 132, 134, 147, 150, 157, 170, 186, 200, 204], "utterli": 66, "uuid": [80, 115], "ux": [96, 189, 203], "uxi": 29, "v": [27, 35, 64, 78, 99, 131, 134, 154, 195, 220], "v1": [2, 4, 17, 26, 28, 39, 52, 62, 64, 67, 68, 69, 70, 71, 76, 108, 116, 170, 172, 173, 174, 175, 177, 178, 179, 181, 183, 184, 185, 186], "v12": 18, "v14": 18, "v2": [2, 16, 28, 39, 52, 64, 65, 67, 68, 69, 71, 73, 74, 75, 76, 82, 92, 108, 134, 137, 157, 175, 217], "v29": 103, "v3": [35, 189], "v30": 4, "v31": [4, 105], "v4": 15, "val": 44, "valid": [4, 10, 26, 28, 29, 36, 39, 41, 62, 64, 66, 71, 78, 90, 107, 109, 114, 116, 121, 122, 125, 128, 133, 157, 168, 190, 195, 197, 202, 207, 212, 219], "validatemailaddress": 28, "validateoper": 114, "validatepasswordpolicyev": 27, "validatesyncsetup": 7, "validationexcept": 144, "valu": [1, 4, 13, 15, 17, 22, 25, 26, 28, 33, 36, 39, 41, 44, 45, 47, 53, 56, 58, 64, 66, 69, 71, 76, 78, 94, 106, 108, 110, 111, 113, 116, 119, 127, 129, 130, 136, 137, 139, 143, 144, 145, 150, 153, 157, 170, 174, 176, 177, 178, 183, 185, 190, 191, 195, 197, 198, 202, 203], "valuetyp": 105, "valwithfallback": 44, "vanilla": [27, 190], "var": [0, 6, 26, 41, 44, 54, 59, 61, 94, 112, 113, 115, 116, 127, 129, 130, 131, 135, 137, 139, 142, 143, 151, 152, 154, 160, 169, 188, 193, 195, 197, 202, 212], "var_dump": [128, 191], "vari": [97, 119, 193], "variabl": [22, 24, 26, 28, 34, 40, 43, 44, 45, 55, 60, 61, 87, 99, 116, 121, 137, 158, 162, 189, 192, 200, 212, 220], "variant": [22, 28, 56, 94, 197], "variat": [93, 97], "varieti": 110, "variou": [32, 39, 40, 57, 60, 78, 98, 100, 110, 122, 134, 142, 155, 200, 213], "vc": 99, "vcal": 116, "vcalendar": 116, "vcard": 117, "vcs_comment": 134, "vcs_issu": 134, "vcs_pull_request": 134, "vcvarsal": 99, "vdebug": 110, "ve": [6, 9, 40, 160, 207], "vector": 212, "vein": 144, "vendor": [0, 2, 7, 35, 42, 102, 107], "vendor_script": 28, "vendor_styl": 42, "verb": [39, 40, 52, 61, 81, 133, 136, 182, 217], "verbos": 40, "veri": [0, 1, 2, 34, 35, 40, 42, 54, 62, 93, 94, 98, 116, 127, 130, 133, 144, 201, 202, 212], "verif": [29, 195], "verifi": [29, 111, 149, 160, 165, 168, 183, 195], "verify_peer_off": 195, "verifychalleng": 149, "verifymountpointev": 15, "verifypassword": [39, 133], "verifypath": 26, "versa": [56, 139], "versatil": 41, "version": [2, 4, 7, 9, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34, 36, 37, 39, 40, 41, 42, 44, 49, 52, 53, 56, 59, 61, 62, 64, 65, 66, 67, 72, 73, 74, 75, 78, 80, 81, 82, 83, 89, 90, 92, 98, 99, 101, 102, 103, 105, 106, 107, 108, 110, 111, 113, 117, 119, 122, 124, 126, 127, 130, 132, 135, 136, 137, 139, 141, 144, 145, 146, 148, 150, 151, 154, 156, 158, 168, 169, 174, 175, 189, 193, 194, 197, 199, 207, 213, 215, 217], "version2404date20220903071748": 59, "version30000date20240729185117": 59, "version_compar": 35, "versu": 192, "vertic": 164, "vevent": 116, "vghlihf1awnrigjyb3duigzveapqdw1wcybvdmvycnrozsbsyxp5igrvzy4": 65, "via": [0, 7, 17, 26, 28, 34, 35, 36, 39, 41, 44, 59, 61, 62, 64, 69, 71, 81, 84, 85, 89, 96, 97, 99, 111, 114, 117, 121, 122, 125, 131, 133, 134, 137, 141, 144, 145, 146, 148, 149, 152, 154, 156, 157, 158, 162, 175, 179, 182, 189, 205, 210, 212, 220], "vice": [56, 139], "video": [39, 40, 88, 93, 97, 141, 143, 144, 175, 188], "view": [4, 14, 23, 35, 36, 41, 50, 51, 59, 69, 90, 93, 108, 110, 121, 134, 137, 149, 190, 195, 196, 201, 214], "viewer": [14, 25, 69, 134, 193], "vim": [110, 154, 195], "vimeo": [2, 107], "violat": [33, 39, 66], "virtual": 99, "visibility_contacts_onli": 28, "visibility_priv": 28, "visibility_publ": 28, "visibl": [4, 24, 28, 33, 39, 46, 57, 64, 93, 94, 134, 140, 185, 197], "visit": [129, 220], "visual": [26, 93, 94, 197, 202], "vm": 108, "voic": 144, "void": [0, 1, 22, 23, 38, 40, 41, 44, 49, 50, 55, 56, 59, 61, 87, 106, 108, 111, 112, 113, 115, 116, 117, 119, 120, 126, 129, 130, 131, 134, 137, 138, 140, 141, 142, 144, 145, 146, 148, 150, 151, 152, 153], "volum": [154, 158, 166, 169], "vpn": 165, "vtodo": 116, "vue": [6, 7, 21, 26, 27, 39, 44, 47, 90, 93, 94, 97, 98, 108, 114, 121, 124, 131, 134, 156, 158, 197, 199, 212, 218], "vueelement": 134, "vuej": [90, 199], "vuerout": 158, "vuex": 158, "vulner": [31, 33, 192, 212], "w": [78, 220], "w3": [4, 96, 107, 117, 135], "w500": 134, "wa": [12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34, 35, 36, 39, 41, 59, 66, 67, 69, 73, 74, 75, 78, 80, 81, 99, 109, 114, 115, 116, 122, 126, 127, 130, 134, 137, 141, 144, 145, 146, 149, 171, 207, 215], "wai": [4, 23, 24, 34, 39, 40, 41, 44, 48, 56, 57, 59, 61, 64, 66, 69, 78, 96, 98, 99, 102, 111, 116, 122, 125, 127, 130, 131, 134, 137, 139, 150, 154, 158, 162, 163, 164, 171, 189, 193, 197, 199, 202, 207, 212, 220], "wait": [34, 44, 113, 122, 127, 165, 170, 192], "walin": 134, "walinej": 134, "want": [0, 2, 9, 24, 26, 29, 33, 34, 37, 39, 41, 44, 48, 51, 52, 54, 64, 66, 70, 81, 87, 88, 93, 96, 97, 98, 99, 100, 102, 106, 107, 108, 111, 114, 116, 122, 124, 131, 132, 133, 134, 144, 145, 146, 148, 149, 154, 158, 170, 175, 182, 189, 193, 201, 202, 203, 208, 212, 213, 217, 220], "warn": [15, 17, 28, 29, 36, 41, 48, 66, 94, 99, 127, 135, 140, 160, 190, 191, 195, 197], "wasm": 24, "wasn": [19, 148], "watch": [33, 40, 121, 127, 216, 220], "wave": 96, "wcag": 96, "we": [1, 7, 8, 10, 13, 15, 17, 18, 21, 22, 24, 27, 28, 33, 34, 37, 53, 56, 59, 62, 66, 79, 80, 89, 90, 94, 97, 98, 99, 107, 114, 116, 119, 122, 124, 127, 129, 131, 133, 134, 140, 144, 145, 146, 152, 154, 155, 156, 158, 161, 162, 169, 173, 179, 188, 189, 190, 192, 193, 196, 198, 201, 202, 203, 205, 207, 208, 216, 217], "weather": 180, "web": [26, 27, 39, 42, 44, 46, 51, 61, 62, 64, 91, 93, 94, 97, 98, 110, 120, 121, 127, 134, 135, 136, 140, 160, 194, 195, 204, 207, 212, 220], "webassembli": 24, "webauthn": 218, "webbrows": 62, "webdav": [1, 22, 27, 28, 36, 41, 62, 64, 81, 83, 84, 85, 90, 91, 92, 116, 121, 122, 127, 175, 204], "webfing": [17, 121], "webfingerhandl": 152, "webhook": [26, 144], "webhook_listen": 26, "webpack": [15, 18, 26, 122, 124], "webpag": 62, "webroot": [15, 22, 40, 212], "webserv": [140, 154, 157, 169], "websit": [4, 17, 39, 64, 96, 107, 129, 134, 183, 212], "websocket": 158, "webview": 92, "wed": 78, "week": [93, 98, 143, 192], "weekend": 33, "weekli": 143, "weight": [26, 93, 94], "welch": 4, "welcom": [33, 127, 130, 205, 217], "well": [0, 9, 20, 23, 24, 26, 27, 28, 29, 33, 35, 39, 41, 61, 64, 69, 93, 94, 98, 99, 107, 108, 116, 129, 130, 131, 133, 134, 139, 141, 144, 150, 152, 192, 193, 195, 205, 207], "wellknown": 152, "went": [21, 145, 146, 207], "were": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 52, 59, 66, 103, 105, 133, 134, 148, 153, 207, 215, 216], "wescan": 61, "what": [17, 23, 33, 35, 39, 40, 66, 79, 87, 93, 94, 96, 97, 98, 99, 108, 114, 115, 116, 122, 127, 130, 145, 146, 153, 170, 189, 191, 192, 200, 205, 207], "whatev": [34, 39, 66, 116, 152, 203], "when": [0, 2, 5, 10, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 39, 40, 41, 44, 46, 49, 52, 54, 55, 56, 59, 60, 61, 62, 64, 65, 66, 69, 71, 73, 74, 75, 77, 78, 87, 93, 94, 96, 97, 98, 99, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 146, 149, 157, 160, 163, 166, 169, 170, 172, 173, 175, 182, 183, 188, 189, 192, 193, 197, 201, 202, 207, 209, 212, 213, 215, 216, 220], "whenev": [41, 108, 129, 132, 149, 150, 192], "where": [0, 4, 17, 22, 23, 24, 26, 28, 29, 32, 37, 39, 40, 44, 48, 56, 62, 64, 66, 78, 79, 80, 83, 87, 93, 94, 97, 98, 99, 102, 107, 109, 111, 113, 115, 122, 127, 130, 134, 137, 149, 153, 154, 155, 158, 169, 175, 182, 184, 189, 192, 195, 206, 207, 212], "wherea": 149, "wherev": [40, 99, 100], "whether": [0, 21, 26, 27, 28, 50, 53, 70, 73, 75, 78, 98, 108, 114, 137, 139, 144, 148, 149, 185, 192], "which": [0, 2, 4, 6, 7, 17, 21, 22, 23, 26, 27, 28, 29, 33, 34, 35, 36, 39, 41, 44, 45, 47, 48, 51, 52, 56, 57, 59, 61, 62, 66, 67, 69, 78, 80, 88, 89, 93, 94, 97, 98, 99, 102, 106, 107, 108, 109, 110, 113, 114, 116, 119, 122, 125, 127, 130, 131, 134, 135, 137, 140, 141, 144, 145, 146, 147, 148, 154, 155, 156, 158, 160, 164, 165, 169, 170, 171, 173, 175, 179, 183, 189, 191, 193, 195, 196, 197, 201, 202, 207, 212, 220], "while": [15, 23, 34, 39, 40, 41, 57, 59, 61, 62, 64, 66, 73, 75, 93, 94, 97, 98, 99, 108, 109, 110, 114, 116, 127, 135, 144, 156, 165, 190, 197, 207, 209], "white": [61, 64, 191, 198, 203], "whitelist": [36, 39, 41], "whitespac": [61, 110], "who": [26, 29, 33, 39, 48, 64, 96, 116, 137, 144, 157, 189, 207, 209], "whoami": 99, "whoever": 207, "whole": [39, 65, 66, 79, 153, 196, 201], "whom": [31, 98], "whose": 170, "why": [39, 94, 130, 190, 191, 192], "wide": [26, 40, 44, 56, 124, 189, 197], "widget": [25, 36, 41, 121, 131], "widget_url": 108, "widgetbutton": 108, "widgetitem": 108, "widgetopt": 108, "width": [24, 36, 41, 98, 134, 188, 190, 197], "wiki": [4, 99], "wikipedia": 4, "wild": 146, "willing": [192, 207], "win": 99, "win32": 99, "window": [13, 37, 94, 100, 158], "wipe": [92, 204], "wire": [60, 102], "wise": [28, 39, 127, 212], "wiser": [145, 146], "wish": [99, 202, 207], "with_doc": 99, "withfield": 28, "within": [7, 13, 25, 26, 27, 29, 34, 39, 40, 66, 69, 73, 78, 80, 81, 87, 98, 99, 101, 111, 115, 116, 121, 139, 140, 153, 155, 157, 160, 179, 205], "without": [2, 4, 19, 23, 24, 26, 27, 28, 39, 40, 56, 59, 60, 61, 66, 68, 78, 81, 93, 94, 97, 99, 101, 108, 110, 111, 113, 116, 127, 128, 134, 144, 154, 157, 160, 170, 182, 192, 193, 209, 212, 213, 218, 220], "withtimezon": [132, 147], "won": [10, 15, 16, 29, 33, 35, 61, 78, 108, 129, 207], "wonder": 66, "word": [49, 61, 93, 95, 114, 134, 189, 190], "work": [2, 7, 17, 20, 23, 24, 26, 28, 32, 33, 34, 35, 37, 39, 47, 51, 56, 57, 62, 64, 66, 69, 77, 78, 88, 93, 96, 99, 102, 108, 110, 113, 115, 116, 121, 122, 127, 130, 131, 133, 137, 139, 140, 149, 153, 156, 158, 160, 163, 164, 166, 170, 171, 179, 189, 190, 197, 204, 207, 209, 213, 219], "workaround": 99, "worker": [24, 164], "workflow": [2, 27, 34, 36, 41, 107, 114, 156, 169, 175], "workflowengin": [14, 16, 23, 24, 114], "workflowpdfconvert": 114, "workspac": [78, 108, 216], "world": [61, 135], "worri": [17, 40, 66], "would": [0, 4, 6, 7, 23, 25, 27, 33, 39, 40, 44, 49, 52, 56, 59, 60, 62, 64, 66, 78, 89, 93, 94, 97, 98, 102, 114, 115, 116, 135, 137, 139, 140, 141, 144, 145, 146, 148, 155, 170, 191, 193, 199, 207, 220], "wrap": [24, 27, 39, 52, 97, 106, 127, 147, 201, 217], "wrapper": [23, 27, 109, 128, 196, 201, 214], "writabl": [6, 78, 116, 171, 193, 212], "writablecalendar": 115, "write": [1, 7, 22, 27, 29, 34, 40, 47, 52, 54, 56, 60, 66, 78, 94, 98, 99, 109, 111, 114, 115, 121, 134, 140, 144, 145, 155, 156, 158, 188, 205, 212], "writeasessionvari": 39, "writecontenttofil": 57, "writeln": 150, "writelog": 24, "written": [4, 37, 39, 41, 56, 94, 98, 116, 122, 145, 158, 171, 189, 209, 216], "wrong": [7, 61, 66, 69, 87, 145, 146, 207], "wrongli": [61, 127], "www": [4, 6, 7, 14, 15, 16, 26, 39, 107, 109, 117, 124, 130, 134, 135, 160, 169, 193, 195, 220], "wwwrun": 193, "x": [7, 17, 24, 27, 29, 35, 39, 59, 62, 64, 65, 66, 77, 78, 79, 80, 81, 83, 91, 108, 130, 134, 137, 192, 212, 215], "x3mucdk9lcfo1uwgtrtfkuxskx41pnjgtr6rqwgibd1v52q1qbc": 29, "x509": 195, "x64": 99, "x86": 99, "xarg": 107, "xcode": 99, "xdebug": 121, "xdebug_config": 110, "xdebug_profil": 79, "xdebug_session_start": 110, "xhr": 130, "xml": [2, 4, 5, 26, 27, 32, 39, 40, 41, 51, 53, 56, 60, 62, 64, 69, 70, 78, 81, 83, 102, 113, 116, 117, 121, 135, 139, 149, 156, 158, 160, 171, 180, 182, 187, 193, 217], "xmln": [4, 78, 81, 83, 107, 113, 117, 135], "xmlreader": 219, "xmlrespons": 39, "xmlschema": [4, 107, 117, 135], "xmlstarlet": 158, "xsd": [2, 4, 107, 117, 135], "xsi": [2, 4, 107, 117, 135], "xss": [45, 212], "xx": 17, "xxx": 27, "xxxx": 202, "y": [27, 35, 79, 137, 195, 215], "yaml": 34, "ye": [113, 190, 192, 195], "year": [25, 33, 189, 215, 217], "yellow": 94, "yet": [4, 6, 39, 44, 59, 67, 73, 78, 94, 116, 122, 127, 140, 149, 178, 189, 190, 209, 216], "yield": [52, 140], "yieldent": 26, "yktva4zgxjfivy52wqd8kw3m2pkgqr6srmuxmiprdunxjpfripjn0gmfmtnoqoolysuj6scn": 62, "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 87, 88, 89, 90, 93, 94, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 122, 124, 127, 130, 131, 132, 133, 134, 135, 137, 138, 139, 141, 144, 145, 146, 147, 148, 149, 150, 154, 155, 156, 157, 158, 160, 162, 163, 165, 166, 168, 169, 170, 171, 173, 175, 177, 179, 183, 189, 190, 191, 193, 195, 196, 197, 198, 199, 201, 202, 203, 206, 209, 212, 215, 216, 217, 218, 220], "your": [0, 1, 2, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 49, 50, 51, 52, 53, 54, 56, 57, 59, 60, 63, 64, 65, 78, 79, 80, 81, 87, 93, 94, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 119, 121, 122, 124, 127, 130, 131, 133, 135, 137, 139, 140, 141, 143, 144, 145, 146, 148, 153, 154, 156, 157, 158, 160, 164, 165, 168, 169, 170, 171, 175, 183, 188, 189, 190, 191, 192, 193, 195, 196, 197, 198, 201, 202, 203, 204, 207, 209, 212, 215, 216, 217, 220], "your_app": 44, "your_app_": 139, "your_app_categori": 139, "your_app_mag": 139, "yourapp": [44, 139, 190, 217], "yourappid": [139, 196], "yourappnam": 116, "yourappnamespac": 139, "yourarch": 99, "yourpass": 99, "yourself": [7, 28, 39, 57, 102, 189, 192], "youtub": [188, 220], "yyyi": [67, 69], "z": [26, 215], "z87agy2o": 108, "zend_extens": 110, "zero": 127, "zip": [27, 34, 78, 80, 219], "ziprespons": 27}, "titles": ["Bootstrapping", "Extending the DAV server", "Dependency management", "App development", "App metadata", "Navigation and pre-app configuration", "Introduction", "Translation setup", "Tutorial", "App upgrade guide", "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", "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", "Login Flow", "OCS API", "OCS APIs overview", "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 APIs", "File bulk upload", "Chunked file upload", "Comments", "Webdav", "Search", "Trashbin", "Versions", "Activity", "Examples", "Android", "Library installation", "Files", "General", "Clients and Client APIs", "Atomic components", "Foundations", "Interface & interaction design", "Introduction", "Layout", "Layout components", "Building the Client", "Desktop Clients", "API reference", "Classloader", "AppConfig", "Config & Preferences", "UserConfig", "Context Chat", "Continuous Integration", "Dashboard", "Deadlocks", "Debugging", "Declarative settings", "Email", "Files Metadata", "Nextcloud Flow", "Calendar integration", "Integration of custom calendar providers", "Contacts Menu", "Groupware integration", "Mail Provider Interface", "HTTP Client", "Digging deeper", "JavaScript APIs", "Notifications", "NPM", "OpenID Connect (Oidc)", "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", "Speech-To-Text", "User Status", "Talk Integration", "Task Processing", "Text-To-Image", "Text Processing", "Working with time", "Machine Translation", "Two-factor providers", "User migration", "User management", "Web Host Metadata", "WebDAV collection preload events", "Setting up dev environment", "Introduction", "ExApp development", "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", "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", "Nextcloud filesystem API", "Nextcloud architecture", "Back-end code", "Front-end code", "External API", "Server development", "Static analysis", "Unit-Testing"], "titleterms": {"": [71, 102], "0": [17, 22, 23, 26, 132, 156], "1": [20, 59, 61, 119, 156, 160], "11": [16, 132], "14": 10, "15": 11, "16": 12, "17": 13, "18": 14, "19": 15, "2": [22, 59, 61, 119, 160], "20": [0, 16, 132], "21": 17, "22": 18, "23": 19, "24": 20, "25": 21, "26": 22, "27": 23, "28": [24, 66], "29": 25, "3": [16, 24, 59, 61, 119, 132, 156], "30": 26, "31": 27, "32": 28, "4": [22, 27, 132, 156], "401": 18, "5": 156, "6": 156, "7": 22, "8": [17, 20, 22, 24, 26, 27], "A": 78, "Be": 33, "In": [38, 154], "NOT": 66, "No": 190, "Not": 29, "The": [0, 33, 34, 35, 54, 106, 108, 116, 130], "To": [73, 141, 145], "With": 78, "abort": 80, "about": [69, 78, 193], "abstractcacheev": [36, 41], "acceler": 156, "accept": 69, "access": [40, 56, 57, 115, 116, 117, 126], "account": [36, 41, 65], "acl": 116, "acquir": 120, "action": [34, 93, 98, 117, 129, 175], "activ": [86, 98], "activat": 149, "actual": 77, "ad": [5, 10, 22, 23, 24, 25, 26, 27, 28, 40, 57, 59, 61, 190], "add": [29, 66, 89, 185, 190], "addcontentsecuritypolicyev": [36, 41], "addfeaturepolicyev": [36, 41], "addhead": 66, "addit": 144, "addmissingcolumnsev": [36, 41], "addmissingindicesev": [36, 41], "addmissingprimarykeyev": [36, 41], "address": 99, "addressbookcreatedev": 41, "addressbookdeletedev": 41, "addressbookshareupdatedev": 41, "addressbookupdatedev": 41, "admin": [48, 111, 149], "advanc": 137, "advantag": 40, "advic": 190, "affect": [29, 40, 209], "after": 35, "against": 140, "aio": 162, "ajax": 39, "alias": 27, "align": 203, "all": [66, 69, 71, 116, 220], "altern": 110, "alwai": 190, "an": [0, 6, 39, 62, 69, 116, 133, 149], "analysi": [107, 219], "android": [61, 88], "annot": [22, 49], "anyloginfailedev": [36, 41], "anymor": 29, "anywher": 40, "api": [10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 57, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 92, 101, 103, 105, 108, 113, 116, 122, 133, 134, 136, 141, 144, 145, 146, 148, 154, 176, 180, 186, 199, 213, 217], "app": [0, 3, 4, 5, 6, 9, 16, 17, 29, 30, 32, 33, 35, 36, 41, 44, 55, 62, 65, 66, 73, 102, 110, 122, 126, 130, 134, 137, 165, 170, 172, 193, 202, 209], "appapi": [154, 157, 162, 168, 176], "appapiauth": 168, "appconfig": [103, 172], "appdata": [54, 213], "appdisableev": [36, 41], "appenableev": [36, 41], "appframework": [36, 41, 103], "applic": [0, 169], "appstor": 156, "appupdateev": [36, 41], "ar": 28, "architectur": [6, 214], "area": 26, "argument": 169, "around": 190, "arrai": [190, 191], "arrow": 190, "ask": 166, "assembl": 80, "assembli": 40, "associ": 116, "atom": 93, "attach": 112, "attribut": [22, 56, 69, 137], "audit": [36, 41, 48], "auth": [122, 149, 212], "authent": [36, 39, 41, 64, 133, 157, 161, 168, 217], "auto": [40, 64], "autocomplet": [36, 41], "autocompleteev": [36, 41], "autocompletefilterev": [36, 41], "autoload": [102, 132], "autom": 34, "automat": [40, 192], "avail": [18, 22, 41, 73, 74, 75, 199], "avatar": 93, "avoid": [109, 190], "axio": 122, "babel": 15, "back": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 171, 215], "backend": [39, 61, 158], "background": [37, 94, 113, 197], "backport": [7, 192], "backup": 71, "backward": 217, "bar": [93, 198], "base": [28, 39, 111, 113], "basic": [40, 47, 78, 111, 112, 116, 201, 202, 203, 217], "been": 127, "befor": 35, "beforedirectfiledownloadev": [36, 41], "beforefilescannedev": [36, 41], "beforefilesystemsetupev": [36, 41], "beforefolderscannedev": [36, 41], "beforegettemplatesev": [36, 41], "beforegroupchangedev": [36, 41], "beforegroupcreatedev": [36, 41], "beforegroupdeletedev": [36, 41], "beforelogintemplaterenderedev": [36, 41], "beforemessageloggedev": [36, 41], "beforemessages": [36, 41], "beforenodecopiedev": [36, 41], "beforenodecreatedev": [36, 41], "beforenodedeletedev": [36, 41], "beforenodereadev": [36, 41], "beforenoderenamedev": [36, 41], "beforenodetouchedev": [36, 41], "beforenodewrittenev": [36, 41], "beforepasswordupdatedev": [36, 41], "beforepreferencedeletedev": [36, 41], "beforepreferencesetev": [36, 41], "beforepreviewfetchedev": [36, 41], "beforesabrepubliclyloadedev": [36, 41], "beforesharecreatedev": [36, 41], "beforesharedeletedev": [36, 41], "beforetemplaterenderedev": [36, 41], "beforeuseraddedev": [36, 41], "beforeusercreatedev": [36, 41], "beforeuserdeletedev": [36, 41], "beforeuseridunassignedev": [36, 41], "beforeuserloggedinev": [36, 41], "beforeuserloggedinwithcookieev": [36, 41], "beforeuserloggedoutev": [36, 41], "beforeuserremovedev": [36, 41], "beforezipcreatedev": [36, 41], "behavior": [10, 13, 14, 23, 25], "benefit": 33, "best": [66, 153], "between": 190, "bodi": [16, 83, 190], "boolean": 18, "boot": 0, "bootstrap": [0, 16, 220], "border": 26, "bot": 184, "brace": 190, "branch": [7, 35, 192], "browser": 220, "brute": 39, "bu": 122, "bubbl": 93, "bug": 207, "bugfix": 192, "bugtrack": 206, "build": [99, 124, 216], "built": 153, "bulk": 79, "bullet": 202, "button": [93, 98, 198, 202], "bypass": 212, "c": [61, 107], "cach": [36, 38, 41, 127, 130, 213], "cachedcalendarobjectcreatedev": 41, "cachedcalendarobjectdeletedev": 41, "cachedcalendarobjectupdatedev": 41, "cacheentryinsertedev": [36, 41], "cacheentryremovedev": [36, 41], "cacheentryupdatedev": [36, 41], "cacheinsertev": [36, 41], "cacheupdateev": [36, 41], "caldav": 116, "calendar": [36, 41, 115, 116], "calendarcreatedev": 41, "calendardeletedev": 41, "calendarobjectcreatedev": [36, 41], "calendarobjectdeletedev": [36, 41], "calendarobjectmovedev": [36, 41], "calendarobjectmovedtotrashev": [36, 41], "calendarobjectrestoredev": [36, 41], "calendarobjectupdatedev": [36, 41], "calendarpublishedev": 41, "calendarshareupdatedev": 41, "calendarunpublishedev": 41, "calendarupdatedev": 41, "call": [64, 133], "callback": 41, "camelcas": 190, "capabl": [26, 64, 66], "cardcreatedev": 41, "carddeletedev": 41, "cardupdatedev": 41, "case": [97, 190], "cast": 39, "catchabl": 101, "caus": 160, "certain": 66, "chang": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 34, 35, 59, 122, 209, 216, 217], "changelog": 4, "chat": 106, "check": [73, 116, 140, 143, 193, 207], "checkbox": [93, 111, 198], "checker": 17, "christophwurst": 21, "chunk": 80, "class": [0, 22, 23, 40, 41, 59, 111, 116, 119, 190, 197], "classload": 102, "clear": [67, 71], "cli": 160, "clickabl": 26, "clickjack": 212, "client": [23, 61, 88, 92, 99, 100, 108, 120, 134], "clock": 132, "cloud": 69, "cluster": [127, 195], "code": [17, 29, 34, 87, 128, 188, 189, 190, 191, 192, 193, 205, 208, 212, 213, 215, 216], "collabor": [36, 41], "collabora": 195, "collaps": 202, "collect": [65, 153], "color": [28, 93, 94, 197, 199], "column": [18, 56], "comma": 190, "command": [18, 59, 113, 179], "comment": [36, 41, 81, 134, 191], "commentsentityev": [36, 41], "commentsev": [36, 41], "commit": 216, "common": 126, "commun": 210, "comparison": 190, "compat": [122, 209, 215, 217], "compil": [18, 99], "complet": [39, 64, 77, 207], "compon": [93, 98, 114, 134, 190, 216], "compos": 2, "concept": [47, 65, 103, 105, 113, 133, 137], "conclus": 154, "condit": [146, 190], "conduct": 208, "config": [7, 36, 41, 103, 104, 105, 172, 181, 190], "configur": [5, 7, 10, 37, 55, 66, 114], "confirm": 122, "conflict": 2, "connect": [39, 125], "consid": 66, "consider": [1, 39, 127, 192, 207], "consist": 190, "consol": [36, 41, 59], "consoleev": [36, 41], "construct": 59, "consum": [101, 103, 105, 113, 119, 141, 144, 145, 146, 148], "contact": [36, 41, 117, 160], "contactinteractedwithev": [36, 41], "contain": [18, 40, 49, 132, 161], "content": [39, 84, 93, 97, 98, 106, 116, 190, 196, 201, 204], "contentitem": 106, "contentproviderregisterev": 106, "context": [61, 106, 141, 146, 148], "continu": 107, "contribut": [130, 192], "control": [39, 40, 51, 66, 68, 134, 190, 191, 192], "convent": [55, 188], "convers": 143, "convert": [62, 128], "cooki": [39, 157], "copi": 78, "cor": 136, "core": [17, 19, 24, 40, 44], "corpor": 160, "correct": 61, "counter": [93, 202], "countri": 128, "creat": [6, 39, 69, 78, 87, 115, 116, 119, 135, 143, 151, 165], "credenti": [62, 87], "criticalactionperformedev": [36, 41], "cron": 37, "cross": [99, 212], "csp": [26, 36, 41], "csrf": 44, "css": [14, 27, 42, 45, 46, 188, 197, 200], "curl": [64, 78], "current": 116, "custom": [39, 56, 71, 116, 134, 143], "daemon": [154, 163], "daemonconfig": 169, "dangl": 190, "dashboard": 108, "data": [39, 65, 66, 67, 106, 116, 126, 127, 134, 172, 174, 177, 181, 184, 186, 212, 217], "databas": [17, 18, 56, 58, 127, 130, 193], "date": [134, 193], "datetim": 93, "dav": [1, 41, 83], "db": [36, 41], "dbal": [17, 19, 24], "deactivat": 149, "deadlock": 109, "deal": 40, "debug": [110, 193, 220], "debugg": 110, "declar": [111, 134, 137, 183], "declarativesettingsgetvalueev": [36, 41], "declarativesettingsregisterformev": [36, 41], "declarativesettingssetvalueev": [36, 41], "declin": 69, "deeper": 121, "default": [39, 52, 134, 144], "defin": [71, 140], "definit": [66, 190], "delet": [62, 69, 73, 76, 78, 84, 87, 113, 120, 143, 172, 181], "depend": [2, 22, 24, 40, 49, 89, 99], "deploi": [154, 163, 169], "deploy": [99, 165, 169], "deprec": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28], "descript": 66, "design": [95, 199], "desktop": [61, 100], "detail": [29, 98, 122, 168, 187, 203], "detect": 148, "determin": 207, "dev": [124, 154], "develop": [2, 3, 24, 88, 99, 122, 156, 159, 167, 169, 192, 193, 204, 209, 218], "devic": 77, "dialog": 122, "did": 29, "diff": 190, "dig": 121, "direct": [57, 64], "directedit": [36, 41], "directori": [110, 212], "disabl": [21, 39, 67, 130], "dispatch": [24, 41, 101], "displai": 134, "distribut": [35, 38], "do": [29, 61, 66, 197, 207], "docker": [154, 161, 162, 170, 171], "dockerfil": 156, "doctrin": [17, 19, 24], "document": [65, 204, 209, 215, 220], "doe": 40, "domain": 138, "don": [61, 197], "donat": 32, "down": 29, "download": [39, 64, 69, 78, 87], "drag": 202, "drop": 202, "dropdown": 93, "dsp": 162, "duplic": 207, "e": 99, "ecosystem": 209, "edit": [6, 160, 202], "element": [98, 197, 198], "email": [62, 69, 112, 195], "emit": 153, "emitt": 41, "empti": [66, 84, 93, 165], "enabl": [6, 40, 130, 157, 163, 170, 174, 193], "end": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 171, 215, 216], "endpoint": [66, 81], "enterpris": 32, "entiti": [20, 56, 114], "entri": [5, 98, 116, 183, 185, 202], "enum": 144, "environ": [39, 154, 156, 160, 169, 193], "error": [29, 39, 91, 110, 120], "escal": 212, "eslint": 190, "event": [1, 5, 18, 24, 25, 28, 36, 41, 90, 106, 111, 113, 115, 116, 122, 126, 130, 141, 144, 145, 146, 153, 173], "eventdispatch": [36, 41], "exampl": [2, 81, 83, 87, 90, 134, 152, 153, 169, 175, 179, 182, 205], "exapp": [61, 156, 157, 158, 163, 165, 167, 169, 174, 175, 184], "except": [66, 217], "exceptionalimplement": 101, "exchang": 125, "exclud": 7, "execut": 212, "exist": [6, 116, 143], "explicit": [66, 190], "expos": 66, "exposur": 212, "extend": [1, 44, 134], "extens": 219, "extern": [111, 116, 137, 193, 195, 217], "extract": 52, "factor": 149, "factori": 18, "fail": 165, "faq": 29, "fast": 146, "favorit": 78, "featurepolici": [36, 41], "feder": [36, 41, 69], "federatedfileshar": 41, "federatedshareaddedev": 41, "fetch": [67, 68, 71, 73, 74, 116, 137], "field": [93, 111], "file": [2, 7, 26, 27, 36, 39, 41, 44, 54, 57, 69, 71, 78, 79, 80, 85, 87, 90, 113, 122, 160, 175, 212], "filecacheupd": [36, 41], "filecreatedfromtemplateev": [36, 41], "filenam": 190, "files_shar": 41, "files_trashbin": 41, "filescannedev": [36, 41], "filesmetadata": [36, 41], "filesystem": [41, 54, 57, 190, 213], "filesystemtorndownev": [36, 41], "filter": 64, "final": 207, "find": 207, "first": 65, "flow": [62, 114, 168, 170, 175], "folder": [54, 69, 78, 87], "folderscannedev": [36, 41], "follow": 35, "font": 26, "forc": [39, 64], "forgeri": 212, "form": 139, "format": [18, 128], "forum": 210, "foundat": 94, "frequent": 166, "from": [2, 13, 16, 22, 39, 40, 52, 57, 65, 69, 84, 126, 133, 156, 165], "front": [10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 43, 51, 171, 216], "frontend": 158, "fulltextsearch": 65, "function": [190, 191], "further": 220, "gather": 193, "gener": [10, 18, 20, 21, 22, 23, 24, 25, 26, 28, 44, 66, 91, 99, 125, 130, 134, 145, 152, 189, 190, 197, 207], "generatesecurepasswordev": [36, 41], "genericev": [36, 41], "get": [29, 39, 57, 65, 69, 74, 75, 78, 87, 111, 116, 120, 125, 127, 128, 130, 134, 172, 174, 181, 186, 193, 194, 212, 220], "getlinkwithpick": 134, "getquotaev": [36, 41], "gettaskprocessingprovidersev": [36, 41], "git": [35, 89], "github": [34, 99, 205], "given": [64, 87], "global": [13, 14, 15, 16, 18, 25, 49, 122], "glossari": 155, "gpu": [163, 164], "gradl": 89, "group": [36, 41, 66, 116], "groupbackendregist": 41, "groupchangedev": [36, 41], "groupcreatedev": [36, 41], "groupdeletedev": [36, 41], "groupmanag": 41, "groupwar": [22, 118], "guest": 27, "guid": 9, "guidelin": [33, 61, 189, 197, 200, 212], "guzzl": 17, "guzzlehttp": 17, "ha": 127, "handl": [1, 39, 66, 99, 111, 116, 120, 137], "handler": [17, 152], "hardwar": 156, "head": 120, "header": [39, 66, 78, 136, 168, 189], "healthcheck": 157, "heartbeat": [157, 170], "heavi": 37, "height": 26, "hell": [2, 24], "help": [127, 210, 212], "helper": [66, 113], "high": 213, "highlight": 202, "hint": 61, "hook": 41, "host": [138, 152], "how": [29, 33, 40, 66, 161, 163, 165, 195, 205, 207], "html": [39, 61, 110, 188, 198, 200], "http": [18, 36, 41, 120, 140], "hybrid": 35, "i": [29, 66, 99, 125, 144, 153, 165, 203, 207], "iacl": 116, "iapiwidget": 108, "iapiwidgetv2": 108, "ibuttonwidget": 108, "icalendarobjectcontain": 116, "icollect": 116, "icon": [28, 46, 94, 149, 199], "iconditionalwidget": 108, "icontentmanag": 106, "icontentprovid": 106, "id": [64, 73, 74, 137], "identifi": 110, "ie11": 18, "ifil": 116, "ignor": [66, 109], "iiconwidget": 108, "imag": [45, 73, 134, 145, 170], "imip": 116, "implement": [57, 101, 106, 133, 141, 144, 145, 146, 148, 149, 162], "improv": 61, "includ": 45, "inclus": 212, "indent": 190, "index": [65, 105], "indic": [59, 94], "individu": [116, 137], "info": [20, 21, 22, 23, 24, 25, 37, 107, 117, 169], "inform": [69, 116, 135, 151, 193, 196, 201, 202], "ini": 160, "init": [87, 157, 170, 174], "initi": [5, 44, 65, 122, 185], "inject": [15, 22, 40, 49, 212], "inlin": 112, "inod": 116, "input": [93, 111, 128, 144], "insensit": 37, "instal": [65, 89, 99, 116, 154, 169, 170, 171, 220], "instruct": 99, "integr": [16, 107, 115, 116, 118, 143], "interact": [95, 134], "interfac": [40, 95, 106, 108, 116, 119, 131, 132, 189, 190], "intern": [10, 111, 122], "introduct": [6, 40, 79, 80, 96, 155, 201, 202, 205, 217], "invalid": 18, "invalidatemountcacheev": [36, 41], "io": 61, "ioptionwidget": 108, "iproperti": 116, "ireloadablewidget": 108, "issu": [134, 165, 207], "item": [87, 98, 201], "j": [18, 220], "javascript": [12, 44, 45, 46, 61, 78, 110, 122, 190, 212, 220], "job": 37, "join": 207, "jqueri": [13, 15, 16], "json": 39, "just": [78, 127], "keep": 193, "kei": [103, 105, 168], "keyboard": [21, 44], "known": [17, 69], "l10n": [122, 158], "l10nignor": 7, "label": 189, "languag": [61, 64, 75, 148], "last": [17, 116, 134], "later": 0, "layer": 213, "layout": [27, 97, 98, 201, 202, 203], "lazi": [103, 105], "lazili": 39, "ldap": [18, 130], "least": 66, "legaci": 116, "legal": 33, "level": [190, 213], "librari": [12, 15, 17, 19, 24, 87, 88, 89], "licens": 189, "lifecycl": [40, 51, 157], "limit": [39, 138, 163], "line": [26, 190], "link": [65, 87, 134], "lint": [107, 124], "list": [64, 65, 69, 71, 73, 78, 84, 85, 97, 98, 134, 165, 174, 186, 199, 201], "listen": [41, 101, 111, 126, 141, 144, 145, 146, 173], "liter": 190, "live": 113, "llm": 144, "load": [22, 37, 44, 103, 105], "loadadditionalentriesev": [36, 41], "loadadditionalscriptsev": [36, 41], "loader": 23, "loadsettingsscriptsev": [36, 41], "loadview": 41, "local": [38, 69], "lock": [29, 109], "log": [17, 18, 35, 36, 41, 48, 156, 177], "logger": [122, 132], "logic": [16, 27], "login": [62, 125], "loginfailedev": [36, 41], "long": [127, 190], "loosen": 39, "lose": 33, "machin": 148, "maco": 99, "mail": [36, 41, 119], "main": [98, 196], "maintain": [31, 210], "mainten": [30, 91], "major": 35, "make": [78, 83, 149, 174], "makefil": [34, 158], "manag": [2, 35, 56, 103, 105, 116, 151, 165], "managerev": [36, 41], "mandatori": 29, "manipul": 71, "manual": [7, 37, 169, 171, 192], "map": [56, 213], "mapper": 56, "mapperev": [36, 41], "mariadb": 110, "markup": 61, "match": [52, 134], "materi": 199, "measur": 127, "memori": 38, "menu": [44, 93, 117, 175, 183, 185, 202, 203], "messag": [71, 177], "metadata": [4, 59, 64, 65, 113, 152, 158], "metadatabackgroundev": [36, 41], "metadataliveev": [36, 41], "metadatanamedev": [36, 41], "meter": 93, "method": [66, 147, 157, 160, 190, 217], "microsoft": 99, "middlewar": 49, "migrat": [17, 18, 22, 59, 150], "minor": 35, "miscellan": [39, 103, 105, 186], "mitig": 109, "modal": 93, "mode": [91, 110, 193], "modif": [80, 116], "modifi": [39, 67, 136, 151], "moment": 122, "monet": 32, "more": [56, 144, 146], "mount": [57, 213], "move": [22, 33, 78, 87], "movetotrashev": 41, "multi": [111, 190], "multilingu": 144, "multipl": [76, 190], "name": [15, 41, 55, 62, 94, 116, 188, 190, 192], "namespac": [13, 16, 78], "nativ": 22, "navig": [5, 36, 41, 97, 98, 202], "nc": 186, "ncreferencepickermod": 134, "ncreferencewidget": 134, "ncrichcontentedit": 134, "ncrichtext": 134, "need": 190, "network": [122, 165], "new": [14, 15, 44, 69, 98, 116, 190, 202], "nextcloud": [0, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 57, 66, 88, 102, 114, 116, 122, 125, 126, 157, 162, 174, 176, 204, 207, 213, 214, 220], "nightli": 35, "node": [18, 36, 41, 57, 173, 213, 220], "nodeaddedtocach": [36, 41], "nodeaddedtofavorit": [36, 41], "nodecopiedev": [36, 41], "nodecreatedev": [36, 41], "nodedeletedev": [36, 41], "noderemovedfromcach": [36, 41], "noderemovedfromfavorit": [36, 41], "noderenamedev": [36, 41], "nodetouchedev": [36, 41], "nodewrittenev": [36, 41], "non": 66, "nonc": 26, "note": 78, "notif": [64, 123, 178], "now": 28, "npm": [122, 124], "null": 66, "number": [128, 163], "o": 144, "object": [115, 116, 151, 190, 191, 195], "objectstorag": 213, "obtain": [44, 62, 77, 89, 116], "oc": [10, 39, 52, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 122, 177, 178, 180, 184, 186], "oca": [41, 122], "occ": [113, 179], "ocm": [36, 41], "ocp": [36, 41, 122, 126], "off": 35, "offic": [67, 126], "oidc": 125, "one": 116, "onelogin": 195, "ongo": 67, "onli": [116, 190], "onlyoffic": 195, "open": [29, 62], "openapi": 66, "openid": 125, "oper": [114, 190, 191], "optim": 23, "option": [40, 75, 120, 124, 137, 149, 169, 175, 185], "organ": 33, "other": [61, 162, 180, 209], "out": [67, 126, 193], "outlin": 28, "outofofficechangedev": [36, 41], "outofofficeclearedev": [36, 41], "outofofficeendedev": [36, 41], "outofofficescheduledev": [36, 41], "outofofficestartedev": [36, 41], "output": [135, 144, 217], "overview": [35, 41, 64, 65, 103, 105, 113, 137, 153, 155, 158, 159, 169, 213], "own": 71, "owner": 116, "ownership": 116, "packag": [2, 122, 156], "page": [39, 133, 175], "pagin": 137, "parallel": 37, "param": [173, 175, 178, 179, 183, 185], "paramet": [22, 39, 40, 66, 190], "parenthesi": 190, "pars": 49, "part": 44, "pascalcas": 190, "password": [18, 62, 122], "passwordupdatedev": [36, 41], "patch": 35, "path": [122, 220], "pattern": 40, "payload": [173, 175, 178], "pend": 69, "per": 163, "perform": [1, 127], "period": 126, "perman": 160, "permiss": [7, 69], "persist": 158, "person": [22, 111, 149], "phone": 128, "php": [17, 20, 22, 24, 26, 27, 44, 60, 61, 101, 107, 110, 127, 160, 191, 213, 219, 220], "phpdoc": 22, "phpunit": 220, "picker": [93, 134], "pin": 202, "place": 154, "placehold": 61, "plan": 22, "plugin": [1, 13, 16, 116, 153], "plural": 61, "polici": 39, "polyfil": 15, "popov": 203, "popovermenu": 201, "posit": 27, "possibl": 66, "post": [59, 120], "postloginev": [36, 41], "practic": [66, 153], "pre": [5, 35], "precondit": 205, "predefin": [40, 71], "prefer": [66, 76, 104, 181, 190], "preload": 153, "prepar": 35, "prerequisit": 66, "preview": [36, 41, 134], "primari": [94, 195, 197], "primit": 40, "privaci": 137, "privat": 161, "privileg": [116, 212], "procedur": 209, "process": [0, 34, 35, 144, 146, 192], "profil": [36, 41, 129, 130], "programmat": 142, "progress": [93, 174, 198], "project": [89, 131, 220], "prologu": 211, "prompt": 144, "properti": [24, 78, 83, 116, 190], "propfind": 113, "proppatch": 113, "protect": 39, "provid": [44, 56, 61, 106, 108, 115, 116, 119, 125, 131, 134, 137, 141, 144, 145, 146, 148, 149], "proxi": [154, 160, 162], "psalm": 66, "psr": [16, 17, 18, 22, 23, 132], "public": [13, 16, 27, 39, 41, 50, 78, 101, 122, 133], "publish": [30, 156], "pull": [134, 170], "put": 120, "python": 61, "qt": 61, "queri": [56, 110, 113, 116, 130, 142], "question": [166, 205], "quot": 190, "radio": [93, 111, 198], "radiu": 26, "rate": [33, 39, 138], "re": 65, "read": [39, 57, 87, 113, 116, 127, 220], "readabl": 190, "recommend": [40, 68, 70], "redi": 195, "redirect": [39, 175, 212], "reduc": 190, "refer": [36, 41, 101, 109, 134], "region": 128, "regist": [1, 37, 52, 108, 111, 116, 119, 129, 131, 134, 135, 139, 140, 149, 150, 173, 175, 179, 182, 183, 184, 185, 217], "registerchecksev": [36, 41], "registerdirecteditorev": [36, 41], "registerentitiesev": [36, 41], "registeroperationsev": [36, 41], "registertemplatecreatorev": [36, 41], "registr": [49, 111, 137, 141, 144, 145, 146, 148, 152, 169], "registri": 161, "registryev": [36, 41], "regular": 190, "releas": [34, 35], "relev": 207, "remot": [77, 138, 154], "remov": [2, 10, 11, 12, 13, 15, 16, 18, 21, 22, 23, 24, 25, 26, 27, 28, 116, 185], "render": [39, 108, 134], "renderreferenceev": [36, 41], "repair": 135, "replac": [17, 21, 59, 102], "repo": 33, "report": 207, "repositori": 7, "repres": 66, "reproduc": 207, "request": [39, 40, 51, 64, 69, 78, 83, 120, 130, 134, 137, 140, 172, 174, 175, 177, 178, 181, 184, 212], "requir": [33, 66, 99, 209, 219], "reset": 65, "resolv": 134, "resourc": [36, 41, 52, 87, 115, 131], "resourcetyperegisterev": [36, 41], "respect": 33, "respond": 39, "respons": [39, 66, 78, 130, 172, 174, 177, 181, 186], "rest": 136, "restor": [71, 84, 85], "restrict": [39, 116], "result": [64, 73, 137, 175], "retri": 109, "retriev": [65, 68, 71, 103, 105, 113], "return": [116, 217], "review": 205, "rfc4918": 78, "room": 115, "root": [41, 54], "rout": [39, 52, 158, 182], "router": [90, 122], "rtl": 197, "rule": [27, 33, 116, 190, 196, 201, 202], "run": [124, 140, 220], "s3": 195, "sabr": [17, 116], "sabrepluginaddev": 41, "sabrepluginauthinitev": 41, "sabrepluginev": [36, 41], "same": [66, 190], "saml": 195, "sanit": 99, "scalabl": 127, "scale": 164, "scanner": 41, "schedul": [37, 73, 74, 146], "schema": [59, 111, 169], "scheme": [41, 157, 169], "scope": [66, 83], "screen": 93, "script": [185, 212, 216], "scss": [18, 21], "search": [16, 64, 70, 83, 113, 134, 137], "secondari": 28, "section": [22, 111, 139], "secur": [33, 36, 39, 41, 138, 212], "select": [7, 111], "semicolon": 190, "send": [44, 69, 177, 178, 195], "sensit": [103, 105, 111, 212], "server": [1, 102, 140, 193, 218, 220], "servic": [15, 40, 106, 119], "session": [39, 41, 151, 168], "set": [22, 36, 39, 41, 53, 65, 66, 68, 71, 76, 78, 80, 87, 98, 99, 111, 116, 139, 149, 154, 156, 160, 172, 174, 181, 183, 185, 193, 202], "setup": [7, 66, 140, 193, 195], "shape": 144, "share": [27, 36, 41, 50, 66, 69, 70, 71, 78, 87, 98, 122, 133], "shareacceptedev": [36, 41], "sharecreatedev": [36, 41], "sharedeletedev": [36, 41], "sharedeletedfromselfev": [36, 41], "shell": 212, "ship": [12, 35, 193], "shortcut": [21, 44], "shorthand": 190, "should": [28, 40], "show": 39, "side": 157, "sidebar": [97, 98], "sign": [29, 34], "signal": 77, "simpl": [54, 137, 149], "simplef": 213, "singl": 190, "site": 212, "situat": 109, "size": [26, 98, 116], "skeleton": 93, "slug": [20, 56], "smart": 134, "smb": 195, "socket": [154, 162], "solut": 160, "sound": 33, "sourc": [7, 29, 192, 193], "space": 190, "special": [78, 97], "specif": [66, 69, 71], "speech": 141, "speechtotext": [36, 41], "split": [61, 190], "sql": [110, 212], "ssl": 195, "stamp": 116, "standard": [128, 188, 189, 191], "start": [79, 80, 156, 194], "state": [44, 122, 149, 185, 197], "static": [107, 219], "statu": [28, 71, 77, 94, 117, 142, 174], "status": [71, 144, 145, 146], "statuscod": 217, "step": [61, 65, 119, 135], "storag": [57, 58, 111, 158, 195, 213], "store": [29, 33, 103, 105, 165, 195], "stream": [39, 213], "streamlin": 146, "string": [7, 61, 75, 190], "structur": [66, 75, 126, 158, 190, 191, 197], "studio": 99, "style": [28, 185, 189, 190, 216], "subadminaddedev": [36, 41], "subadminremovedev": [36, 41], "submit": 106, "submodul": 89, "subscrib": 153, "subscriptioncreatedev": 41, "subscriptiondeletedev": 41, "subscriptionupdatedev": 41, "suburl": 52, "support": [17, 18, 21, 26, 27, 32, 46, 56, 66, 78, 83, 116, 134, 160, 163], "svg": 199, "symfoni": [15, 24], "symptom": 160, "sync": [7, 171], "system": [55, 99, 160], "systemtag": [36, 41], "systemtagsentityev": [36, 41], "t": [61, 197], "tabl": [56, 204], "tag": [66, 93, 116, 207], "talk": [143, 184], "target": 192, "task": [73, 74, 144, 145, 146], "taskfailedev": [36, 41], "taskprocess": [36, 41, 72, 144], "tasksuccessfulev": [36, 41], "technic": [29, 33, 187, 203], "templat": [27, 36, 39, 41, 45, 50, 61, 110, 156, 190, 212], "terminologi": 119, "test": [60, 61, 64, 78, 124, 156, 191, 195, 220], "text": [73, 93, 94, 141, 145, 146], "textprocess": [36, 41, 74, 146], "texttoimag": [36, 41], "theme": [16, 46, 64], "thi": [40, 190], "through": 116, "throw": 66, "throwabl": 101, "time": [37, 80, 116, 147], "timestamp": 116, "tip": [56, 66, 87], "token": [44, 125], "tokeninvalidatedev": [36, 41], "tool": [2, 7, 171], "top": [175, 185, 190], "track": 35, "transact": [56, 127], "transcript": 141, "transcriptionfailedev": [36, 41], "transcriptionsuccessfulev": [36, 41], "transient": 56, "transifex": [7, 171], "translat": [7, 61, 75, 148, 158, 171], "trashbin": 84, "travers": 212, "triag": 207, "trick": 66, "troubleshoot": [62, 160, 165], "trust": 138, "trustedserverremovedev": [36, 41], "tupl": 75, "tutori": [8, 66], "two": 149, "twofactorauth": [36, 41], "twofactorproviderchallengefail": [36, 41], "twofactorproviderchallengepass": [36, 41], "twofactorproviderdis": [36, 41], "twofactorproviderforuserdis": [36, 41], "twofactorproviderforuseren": [36, 41], "twofactorproviderforuserregist": [36, 41], "twofactorproviderforuserunregist": [36, 41], "twofactorprovideruserdelet": [36, 41], "tx": 7, "type": [37, 38, 40, 56, 66, 74, 103, 105, 111, 116, 135, 144, 146, 154, 173, 190, 213], "typescript": [61, 190], "typographi": 94, "ui": 175, "understand": 109, "undo": 202, "unifi": 134, "uniqu": 116, "unit": [191, 220], "unneed": 2, "unregist": [173, 175, 179, 182, 183, 184, 185], "unstabl": 101, "unvalid": 212, "up": [35, 99, 154, 156, 193], "upcom": 67, "updat": [15, 16, 17, 19, 24, 35, 69, 113, 116, 134, 142], "upgrad": [9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28], "upload": [78, 79, 80, 87], "uri": 78, "url": [44, 52, 174], "urlgener": 52, "us": [39, 40, 52, 65, 66, 99, 106, 108, 110, 113, 130, 134, 161, 190, 207], "usag": [79, 112, 122, 134, 217], "user": [27, 33, 36, 39, 41, 55, 61, 62, 64, 65, 68, 71, 76, 93, 108, 117, 131, 141, 142, 146, 148, 150, 151, 175, 181, 186, 189], "user_ldap": 41, "useraddedev": [36, 41], "userbackendregist": 41, "userchangedev": [36, 41], "userconfig": 105, "usercreatedev": [36, 41], "userdeletedev": [36, 41], "userfirsttimeloggedinev": [36, 41], "useridassignedev": [36, 41], "useridunassignedev": [36, 41], "userlivestatusev": [36, 41], "userloggedinev": [36, 41], "userloggedinwithcookieev": [36, 41], "userloggedoutev": [36, 41], "usermanag": 41, "usermountaddedev": [36, 41], "usermountremovedev": [36, 41], "usermountupdatedev": [36, 41], "usernam": 18, "userremovedev": [36, 41], "userupdatedev": [36, 41], "util": [128, 202], "v": 62, "v2": [62, 80], "valid": [7, 138], "validatepasswordpolicyev": [36, 41], "valu": [52, 55, 103, 105, 172, 181], "variabl": [13, 14, 15, 16, 18, 39, 46, 110, 122, 160, 169, 190, 191, 197], "variou": 202, "verifymountpointev": [36, 41], "version": [17, 35, 85, 116, 134, 192], "via": 126, "view": [98, 130, 213], "viewer": 41, "visual": 99, "volum": 165, "vue": [61, 122, 190, 216], "want": 207, "watch": 124, "we": 29, "web": [152, 193], "webauthn": 195, "webdav": [24, 78, 82, 113, 153], "webfing": 152, "webview": 62, "well": 17, "what": 203, "when": [153, 190], "where": 190, "which": 40, "why": [29, 207], "wide": 160, "widget": [108, 134], "window": 99, "wipe": 77, "wire": 40, "within": 126, "without": 195, "word": 94, "work": [40, 144, 147, 205], "workflowengin": [36, 41], "wrapper": 213, "write": [37, 39, 41, 57, 116, 127, 152, 220], "written": 127, "xdebug": 110, "xml": [17, 18, 20, 21, 22, 23, 24, 25, 37, 107, 169], "you": 207, "your": [29, 32, 33, 61, 66, 71, 89, 134]}})
    \ No newline at end of file
    diff --git a/server/32/user_manual/cs/groupware/sync_ios.html b/server/32/user_manual/cs/groupware/sync_ios.html
    index dd986cb0b09..019e5943135 100644
    --- a/server/32/user_manual/cs/groupware/sync_ios.html
    +++ b/server/32/user_manual/cs/groupware/sync_ios.html
    @@ -163,7 +163,7 @@ 

    Kontakty

    Poznámka

    Od verze iOS 12 je SSL šifrování nezbytné. Proto nevypínejte SSL (Z tohoto důvodu je pro vaši doménu zapotřebí certifikát, postačí i ten ze služby https://letsencrypt.org/ ).

    -

    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/32/user_manual/fr/groupware/sync_ios.html b/server/32/user_manual/fr/groupware/sync_ios.html index 7577104c3cd..2518e16b436 100644 --- a/server/32/user_manual/fr/groupware/sync_ios.html +++ b/server/32/user_manual/fr/groupware/sync_ios.html @@ -163,7 +163,7 @@

    ContactsNote

    À partir de iOS 12, un cryptage SSL est nécessaire. Par conséquent, ne désactivez pas le SSL (Pour cette raison, un certificat est requis pour votre domaine, comme https://letsencrypt.org/ ).

    -

    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/32/user_manual/gl/groupware/sync_ios.html b/server/32/user_manual/gl/groupware/sync_ios.html index f0bc6aa4166..35bf26ded99 100644 --- a/server/32/user_manual/gl/groupware/sync_ios.html +++ b/server/32/user_manual/gl/groupware/sync_ios.html @@ -167,7 +167,7 @@

    ContactosNota

    A partir de iOS 12 é necesario un cifrado SSL. Polo tanto, non desactive SSL (Por este motivo é necesario que o seu dominio dispoña dun certificado, pode obtelo en: https://letsencrypt.org/).

    -

    Se aínda non funciona, bótelle unha ollada a Solución de problemas de Contactos e Calendario ou a Solución de problemas de descubrimento do servizo.

    +

    Se aínda non funciona, bótelle unha ollada a Solución de problemas de Contactos e Calendario ou a Solución de problemas de descubrimento do servizo.

    diff --git a/server/32/user_manual/pt_BR/groupware/sync_ios.html b/server/32/user_manual/pt_BR/groupware/sync_ios.html index 3a0146ab662..6305df150c6 100644 --- a/server/32/user_manual/pt_BR/groupware/sync_ios.html +++ b/server/32/user_manual/pt_BR/groupware/sync_ios.html @@ -163,7 +163,7 @@

    ContatosNota

    A partir do iOS 12, é necessária uma criptografia SSL. Portanto, não desative o SSL (por esse motivo, um certificado é necessário em seu domínio, https://letsencrypt.org/ o fará).

    -

    Se ainda não estiver funcionando, dê uma olhada em Solução de Problemas de Contatos & Calendário ou Resolução de Problemas de Descoberta de Serviços.

    +

    Se ainda não estiver funcionando, dê uma olhada em Solução de Problemas de Contatos & Calendário ou Resolução de Problemas de Descoberta de Serviços.

    diff --git a/server/32/user_manual/tr/groupware/sync_ios.html b/server/32/user_manual/tr/groupware/sync_ios.html index 21838871d72..745c2959c6f 100644 --- a/server/32/user_manual/tr/groupware/sync_ios.html +++ b/server/32/user_manual/tr/groupware/sync_ios.html @@ -163,7 +163,7 @@

    Kişiler

    Not

    iOS 12 sürümüyle birlikte SSL şifrelemesi kullanılması zorunlu oldu. Bu nedenle SSL seçeneğini kullanımdan kaldırmayın** (SSL şifrelemeyi kullanabilmek için etki alanınıza bir sertifika almanız gerekir, https://letsencrypt.org/ bunu ücretsiz olarak sağlar).

    -

    Sorun çıkarsa, Kişi ve Takvim sorunlarını çözme ya da Hizmet keşfetme sorunlarını çözme bölümlerine bakabilirsiniz.

    +

    Sorun çıkarsa, Kişi ve Takvim sorunlarını çözme ya da Hizmet keşfetme sorunlarını çözme bölümlerine bakabilirsiniz.

    diff --git a/server/32/user_manual/zh_HK/groupware/sync_ios.html b/server/32/user_manual/zh_HK/groupware/sync_ios.html index f04fe9c9e3c..5e9d5836add 100644 --- a/server/32/user_manual/zh_HK/groupware/sync_ios.html +++ b/server/32/user_manual/zh_HK/groupware/sync_ios.html @@ -163,7 +163,7 @@

    聯絡人Note

    從 iOS 12 開始,必須使用 SSL 加密。因此,不要 停用 **SSL**(為此,您的域名需要一個證書,https://letsencrypt.org/ 可以滿足要求)。

    -

    如果仍然無法正常運行,請查看 聯絡人與日曆故障排除服務發現故障排除

    +

    如果仍然無法正常運行,請查看 聯絡人與日曆故障排除服務發現故障排除