- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 136 for installations (0.06 sec)
-
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) -
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) -
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Oct 08 07:36:42 UTC 2025 - 21.3K bytes - Viewed (0) -
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) -
README.md
- **Maven**: Build and dependency management ## Quick Start ### Prerequisites - Java 21 or higher - OpenSearch/Elasticsearch cluster (2.x+ recommended) - Maven 3.8+ for building from source ### Installation Add the dependency to your `pom.xml`: ```xml <dependency> <groupId>org.codelibs.fess</groupId> <artifactId>fess-suggest</artifactId> <version>15.2.0-SNAPSHOT</version> </dependency> ```
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
docs/de/docs/environment-variables.md
Umgebungsvariablen können nützlich sein, um **Einstellungen** der Anwendung zu handhaben, als Teil der **Installation** von Python usw. ## Umgebungsvariablen erstellen und verwenden { #create-and-use-env-vars } Sie können Umgebungsvariablen in der **Shell (Terminal)** erstellen und verwenden, ohne Python zu benötigen:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 9K bytes - Viewed (0) -
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
if (!Files.isRegularFile(installationToolchainsFile)) { throw new FileNotFoundException( "The specified installation toolchains file does not exist: " + installationToolchainsFile); } } else { String installationToolchainsFileStr =Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0) -
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)