Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 929 for foram (0.02 sec)

  1. docs/em/docs/tutorial/request-files.md

    ///
    
    ## βš«οΈβ” "πŸ“¨ πŸ’½"
    
    🌌 πŸ•Έ πŸ“¨ (`<form></form>`) πŸ“¨ πŸ’½ πŸ’½ πŸ›Ž βš™οΈ "🎁" πŸ”’ πŸ‘ˆ πŸ“Š, ⚫️ 🎏 βšͺ️➑️ 🎻.
    
    **FastAPI** πŸ”œ βš’ πŸ’­ ✍ πŸ‘ˆ πŸ“Š βšͺ️➑️ ▢️️ πŸ₯‰ ↩️ 🎻.
    
    /// note | πŸ“‘ β„Ή
    
    πŸ“Š βšͺ️➑️ πŸ“¨ πŸ›Ž πŸ—œ βš™οΈ "πŸ“» πŸ†Ž" `application/x-www-form-urlencoded` πŸ•β” ⚫️ 🚫 πŸ”Œ πŸ“.
    
    βœ‹οΈ πŸ•β” πŸ“¨ πŸ”Œ πŸ“, ⚫️ πŸ—œ `multipart/form-data`. πŸš₯ πŸ‘† βš™οΈ `File`, **FastAPI** πŸ”œ πŸ’­ ⚫️ βœ”οΈ 🀚 πŸ“ βšͺ️➑️ β˜‘ πŸ• πŸ’ͺ.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/systeminfo/admin_systeminfo.jsp

    									<textarea id="fessPropData" class="systemInfoData form-control"
                                                  readonly><la:message
                                                key="labels.system_info_system_properties_does_not_exist"/></textarea>
                                </c:if>
                                <c:if test="${!empty fessPropItems}">
    									<textarea id="fessPropData" class="systemInfoData form-control"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 4.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/CreateForm.java

    import org.lastaflute.web.validation.Required;
    import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;
    
    import jakarta.validation.constraints.Size;
    
    /**
     * Form class for creating new synonym dictionary entries.
     * This form handles the creation of synonym mappings that expand
     * search queries to include related terms.
     *
     */
    public class CreateForm {
    
        /**
         * Creates a new CreateForm instance.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/searchlist/CreateForm.java

    import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;
    
    /**
     * The create form for Search List.
     *
     */
    public class CreateForm {
    
        /**
         * Creates a new CreateForm instance.
         */
        public CreateForm() {
        }
    
        /**
         * The CRUD mode for the form.
         */
        @ValidateTypeFailure
        public Integer crudMode;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/error/ErrorNotfoundAction.java

        /**
         * Displays the not found error page.
         *
         * @param form the error form containing error information
         * @return HTML response for the not found error page
         */
        @Execute
        public HtmlResponse index(final ErrorForm form) {
            return asHtml(virtualHost(path_Error_NotFoundJsp));
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/api/admin/dict/synonym/ApiAdminDictSynonymAction.java

         *
         * @param dictId the dictionary ID
         * @param form the upload form containing the dictionary file
         * @return JSON response with result status
         */
        // PUT /api/admin/dict/synonym/upload/{dictId}
        @Execute
        public JsonResponse<ApiResult> put$upload(final String dictId, final UploadForm form) {
            form.dictId = dictId;
            validateApi(form, messages -> {});
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp

                                <div class="form-group row">
                                    <label for="badWordFile" class="col-sm-3 text-sm-right col-form-label"><la:message
                                        key="labels.bad_word_file"/></label>
                                    <div class="col-sm-9">
                                        <input type="file" id="badWordFile" name="badWordFile" class="form-control-file"/>
                                    </div>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/role/CreateForm.java

    import jakarta.validation.constraints.Size;
    
    /**
     * The create form for Role.
     *
     */
    public class CreateForm {
    
        /**
         * Creates a new CreateForm instance.
         */
        public CreateForm() {
        }
    
        /**
         * The CRUD mode for the form.
         */
        @ValidateTypeFailure
        public Integer crudMode;
    
        /**
         * The name of the role.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    Ele deve ser uma lista de `Depends()`:
    
    {* ../../docs_src/dependencies/tutorial006_an_py39.py hl[19] *}
    
    Essas dependΓͺncias serΓ£o executadas/resolvidas da mesma forma que dependΓͺncias comuns. Mas o valor delas (se existir algum) nΓ£o serΓ‘ passado para a sua *funΓ§Γ£o de operaΓ§Γ£o de rota*.
    
    /// tip | Dica
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/keymatch/CreateForm.java

    import jakarta.validation.constraints.Min;
    import jakarta.validation.constraints.Size;
    
    /**
     * The create form for Key Match.
     */
    public class CreateForm {
    
        /**
         * Creates a new CreateForm instance.
         */
        public CreateForm() {
        }
    
        /**
         * The CRUD mode for the form.
         */
        @ValidateTypeFailure
        public Integer crudMode;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.5K bytes
    - Viewed (0)
Back to top