Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 242 for installations (0.08 sec)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java

                        .get());
                options.addOption(Option.builder(ALTERNATE_INSTALLATION_SETTINGS)
                        .longOpt("install-settings")
                        .desc("Alternate path for the installation settings file")
                        .hasArg()
                        .get());
                options.addOption(Option.builder(ALTERNATE_USER_TOOLCHAINS)
                        .longOpt("toolchains")
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Oct 08 07:36:42 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  2. impl/maven-core/src/site/apt/configuration-management.apt

     In maven configuration control happens on four differ levels: the site level, the group level,
     the project level, and the user level. On the site level you can configure maven for all users
     utilizing the local installation, the group level allows configuration management for all the projects
     that belong to the same group, the project level allows configuration management at
     the project level, and the user level allows users to override settings on
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  3. docs/de/docs/_llm-test.md

    //// tab | Test
    
    Der Linktext sollte übersetzt werden, die Linkadresse sollte unverändert bleiben:
    
    * [Link zur Überschrift oben](#code-snippets)
    * [Interner Link](index.md#installation){.internal-link target=_blank}
    * <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">Externer Link</a>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 07:17:04 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  4. Makefile

    install: build ## builds minio and installs it to $GOPATH/bin.
    	@echo "Installing minio binary to '$(GOPATH)/bin/minio'"
    	@mkdir -p $(GOPATH)/bin && cp -af $(PWD)/minio $(GOPATH)/bin/minio
    	@echo "Installation successful. To learn more, try \"minio --help\"."
    
    clean: ## cleanup all generated assets
    	@echo "Cleaning up all the generated files"
    	@find . -name '*.test' | xargs rm -fv
    	@find . -name '*~' | xargs rm -fv
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Apr 27 00:44:22 UTC 2025
    - 11.2K bytes
    - Viewed (0)
  5. impl/maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedPackage>org.eclipse.aether.impl</exportedPackage>
        <exportedPackage>org.eclipse.aether.internal.impl</exportedPackage>
        <exportedPackage>org.eclipse.aether.installation</exportedPackage>
        <exportedPackage>org.eclipse.aether.metadata</exportedPackage>
        <exportedPackage>org.eclipse.aether.repository</exportedPackage>
        <exportedPackage>org.eclipse.aether.resolution</exportedPackage>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Mar 24 14:07:06 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.10.md

    * The default Flexvolume plugin directory for COS images on GCE has changed to `/home/kubernetes/flexvolume`, rather than `/etc/srv/kubernetes/kubelet-plugins/volume/exec`. Existing Flexvolume installations in clusters using COS images must be moved to the new directory, and installation processes must be updated with the new path. ([#58171](https://github.com/kubernetes/kubernetes/pull/58171), [@verult](https://github.com/verult))
    
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  7. docs/de/docs/tutorial/security/oauth2-jwt.md

    Wenn Sie planen, digitale Signaturalgorithmen wie RSA oder ECDSA zu verwenden, sollten Sie die Kryptografie-Abhängigkeit `pyjwt[crypto]` installieren.
    
    Weitere Informationen finden Sie in der <a href="https://pyjwt.readthedocs.io/en/latest/installation.html" class="external-link" target="_blank">PyJWT-Installationsdokumentation</a>.
    
    ///
    
    ## Passwort-Hashing { #password-hashing }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Oct 01 15:19:54 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  8. docs/es/docs/tutorial/security/oauth2-jwt.md

    Si planeas usar algoritmos de firma digital como RSA o ECDSA, deberías instalar la dependencia del paquete de criptografía `pyjwt[crypto]`.
    
    Puedes leer más al respecto en la <a href="https://pyjwt.readthedocs.io/en/latest/installation.html" class="external-link" target="_blank">documentación de instalación de PyJWT</a>.
    
    ///
    
    ## Hashing de contraseñas { #password-hashing }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/PluginHelper.java

                return true;
            }
    
            return false;
        }
    
        /**
         * Checks if a plugin version is a target version for the current Fess installation.
         *
         * @param version the version to check
         * @return true if the version is a target version, false otherwise
         */
        protected boolean isTargetPluginVersion(final String version) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_de.properties

    errors.failed_to_print_thread_dump=Fehler beim Drucken eines Thread-Dumps.
    errors.file_is_not_supported={0} wird nicht unterstützt.
    errors.plugin_file_is_not_found={0} wurde nicht gefunden.
    errors.failed_to_install_plugin=Fehler bei der Installation von {0}.
    errors.failed_to_find_plugins=Keine verfügbaren Plugins gefunden.
    errors.failed_to_process_sso_request=Fehler bei der Verarbeitung einer Anfrage: {0}
    
    errors.property_required={0} ist erforderlich.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top