- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 2,548 for parm (0.03 sec)
-
src/main/java/org/codelibs/core/misc/Tuple5.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 6.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
} /** * Attaches an artifact to the project with an explicitly specified type. * * @param session the current build session * @param project the project to attach the artifact to * @param type the type of the artifact (e.g., "jar", "war", "sources") * @param path the path to the artifact file * @see org.apache.maven.api.Type */ default void attachArtifact(
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0) -
docs/es/docs/how-to/custom-request-and-route.md
Veamos cómo hacer uso de una subclase personalizada de `Request` para descomprimir requests gzip. Y una subclase de `APIRoute` para usar esa clase de request personalizada. ### Crear una clase personalizada `GzipRequest` /// tip | Consejo
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/DomUtil.java
return getContentsAsStream(contents, null); } /** * Retrieves the XML content as an {@link InputStream} with the specified encoding. * * @param contents * The content. Must not be {@literal null}. * @param encoding * The encoding. If {@literal null}, the platform's default encoding will be used. * @return {@link InputStream} */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 10.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Prompter.java
} /** * Prompts the user for a string using a list of possible values and a default reply. * * @param message the message to display * @param possibleValues the list of possible values * @param defaultReply the default reply value * @return the string entered by the user * @throws PrompterException if an exception occurs */ @Nonnull
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Nov 17 15:52:15 UTC 2023 - 3.5K bytes - Viewed (0) -
docs/es/docs/alternatives.md
Luego descubrí que había un estándar para documentar APIs, usando JSON (o YAML, una extensión de JSON) llamado Swagger. Y ya existía una interfaz de usuario web para las APIs Swagger. Por lo tanto, ser capaz de generar documentación Swagger para una API permitiría usar esta interfaz de usuario web automáticamente. En algún punto, Swagger fue entregado a la Linux Foundation, para ser renombrado OpenAPI.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 25.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/Tuple3.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 4.6K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/first-steps.md
* O frontend armazena aquele token temporariamente em algum lugar. * O usuário clica no frontend para ir à outra seção daquele frontend do aplicativo web. * O frontend precisa buscar mais dados daquela API. * Mas precisa de autenticação para aquele endpoint em específico.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/TimeConversionUtil.java
* The pattern string. * @return The converted {@link Date}. */ public static Date toDate(final Object src, final String pattern) { return toDate(src, pattern, LocaleUtil.getDefault()); } /** * Converts the given object to a {@link Date}. * * @param src * The source object to convert. * @param locale
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java
* The pattern string. * @return The converted {@link Date}. */ public static Date toDate(final Object src, final String pattern) { return toDate(src, pattern, LocaleUtil.getDefault()); } /** * Converts the given object to a {@link Date}. * * @param src * The source object to convert. * @param locale
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.6K bytes - Viewed (0)