- Sort Score
- Num 10 results
- Language All
Results 301 - 310 of 498 for usernames (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/app/web/admin/pathmap/EditForm.java
* This is a required field for identifying which path map to update. */ @Required @Size(max = 1000) public String id; /** * The username of the user who last updated this path mapping configuration. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileAuthenticationCB.java
doColumn("updatedBy"); } public void columnUpdatedTime() { doColumn("updatedTime"); } public void columnUsername() { doColumn("username"); } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/role/EditForm.java
* The unique identifier of the role being edited. * This is a required field for identifying which role to update. */ @Required @Size(max = 1000) public String id; /** * The username of the user who last updated this role. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/EditForm.java
* This is a required field for identifying which label type to update. */ @Required @Size(max = 1000) public String id; /** * The username of the user who last updated this label type. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts
val libsType = the<GradleModuleExtension>().identity.snapshot.map { if (it) "snapshots" else "releases" } url = uri("$artifactoryUrl/libs-${libsType.get()}-local") credentials { username = artifactoryUserName password = artifactoryUserPassword } } } publications.withType<MavenPublication>().configureEach { pom {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Feb 06 07:41:19 GMT 2026 - 3.4K bytes - Click Count (0) -
docs/es/docs/tutorial/request-form-models.md
{* ../../docs_src/request_form_models/tutorial002_an_py310.py hl[12] *} Si un cliente intenta enviar datos extra, recibirá un response de **error**. Por ejemplo, si el cliente intenta enviar los campos de formulario: * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` Recibirá un response de error indicando que el campo `extra` no está permitido: ```json { "detail": [ {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.3K bytes - Click Count (0) -
docs/de/docs/tutorial/request-form-models.md
Zum Beispiel, wenn der Client versucht, folgende Formularfelder zu senden: * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` erhält er eine Error-Response, die ihm mitteilt, dass das Feld `extra` nicht erlaubt ist: ```json { "detail": [ {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/request-form-models.md
Si un client tente d'envoyer des données supplémentaires, il recevra une **réponse d'erreur**. Par exemple, si le client essaie d'envoyer les champs de formulaire : * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` Il recevra une réponse d'erreur lui indiquant que le champ `extra` n'est pas autorisé : ```json { "detail": [ {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebAuthenticationCB.java
doColumn("updatedBy"); } public void columnUpdatedTime() { doColumn("updatedTime"); } public void columnUsername() { doColumn("username"); } public void columnWebConfigId() { doColumn("webConfigId"); } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.6K bytes - Click Count (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 33.8K bytes - Click Count (0)