- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 146 for facile (0.04 sec)
-
src/main/resources/fess_label_fr.properties
labels.user_given_name=Prénom labels.givenName=Prénom (nom donné) labels.user_surname=Nom de famille labels.surame=Nom de famille labels.user_mail=E-mail labels.mail=E-mail labels.user_employeeNumber=Numéro d'employé labels.employeeNumber=Numéro d'employé labels.user_telephoneNumber=Numéro de téléphone
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
docs/es/docs/features.md
Todo construido como herramientas y componentes reutilizables que son fáciles de integrar con tus sistemas, almacenes de datos, bases de datos relacionales y NoSQL, etc. ### Inyección de dependencias { #dependency-injection } FastAPI incluye un sistema de <abbr title='también conocido como "componentes", "recursos", "servicios", "proveedores"'><strong>Inyección de Dependencias</strong></abbr> extremadamente fácil de usar, pero extremadamente potente.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:15:01 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
} catch (final Exception e) { throw new StorageException("Failed to get tags from " + objectName, e); } } /** * Uploads a file to the storage system. * * @param objectName the name for the object in storage * @param uploadFile the multipart file to upload * @throws StorageException if the upload fails */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
break; } } /** * Uninstalls an artifact by deleting its JAR file. * * @param fileName the name of the file to delete * @param jarPath the path to the JAR file * @throws PluginException if deletion fails */ protected void uninstall(final String fileName, final Path jarPath) { try { Files.delete(jarPath);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 24.9K bytes - Viewed (0) -
docs/es/docs/index.md
* Seguridad y autenticación, incluyendo soporte para **OAuth2** con **tokens JWT** y autenticación **HTTP Basic**. * Técnicas más avanzadas (pero igualmente fáciles) para declarar **modelos JSON profundamente anidados** (gracias a Pydantic).
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 24.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} catch (final Exception e) { logger.debug("Failed to delete index: indexName={}", indexName, e); } return false; } /** * Reads and processes index settings from configuration file. * * @param fesenType the search engine type * @param indexConfigFile the path to the index configuration file * @param numberOfShards the number of primary shards
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
/** * Resolves a resource path to an absolute file path. * * @param path The resource path to resolve * @return The absolute file path of the resource, or null if not found */ protected String getResourcePath(final String path) { final File file = ResourceUtil.getResourceAsFileNoException(path); if (file != null) { return file.getAbsolutePath();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 17.8K bytes - Viewed (3) -
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
logger.info("Created storage bucket: {}", bucket); } catch (final Exception e1) { logger.warn("Failed to create storage bucket: {}", bucket, e1); } } catch (final Exception e) { if (logger.isDebugEnabled()) { logger.debug("Failed to check bucket: {}", bucket, e); } } } @Override public boolean isAvailable() {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} catch (final Exception e) { throw new SsoLoginException("Failed to get a token.", e); } } /** * Attempts to refresh tokens silently using the MSAL4J silent authentication flow. * @param user The Entra ID user whose tokens need to be refreshed. * @return The new authentication result, or null if silent refresh failed. */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0)