Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,079 for FORM (0.15 sec)

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

    ⏎ī¸ `Form` 👆 đŸ’Ē đŸ“Ŗ 🎏 đŸ“ŗ ⏎ī¸ `Body` (& `Query`, `Path`, `Cookie`), 🔌 đŸ”Ŧ, đŸ–ŧ, 📛 (✅ `user-name` ↩ī¸ `username`), ♒ī¸.
    
    !!! info
        `Form` 🎓 👈 😖 🔗 âšĒī¸âžĄī¸ `Body`.
    
    !!! tip
        đŸ“Ŗ 📨 đŸ’Ē, 👆 đŸ’Ē ⚙ī¸ `Form` đŸŽ¯, ↩ī¸ đŸĩ âšĢī¸ đŸ”ĸ 🔜 đŸ”Ŧ đŸ”ĸ đŸ”ĸ ⚖ī¸ đŸ’Ē (đŸŽģ) đŸ”ĸ.
    
    ## 🔃 "📨 🏑"
    
    🌌 🕸 📨 (`<form></form>`) 📨 đŸ’Ŋ đŸ’Ŋ 🛎 ⚙ī¸ "🎁" đŸ”ĸ 👈 📊, âšĢī¸ 🎏 âšĒī¸âžĄī¸ đŸŽģ.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Mar 13 19:02:19 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                    <la:errors/>
                                </div>
                                <la:form action="/admin/searchlog/">
                                    <div class="form-group row">
                                        <label for="logTypeSearch" class="col-sm-2 text-sm-right col-form-label"><la:message
                                                key="labels.searchlog_log_type"/></label>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/relatedquery/admin_relatedquery_edit.jsp

                                            <la:text styleId="term" property="term" styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label for="queries" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.related_query_queries"/></label>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 4.8K bytes
    - Viewed (0)
  4. docs_src/request_files/tutorial002_an.py

    
    @app.get("/")
    async def main():
        content = """
    <body>
    <form action="/files/" enctype="multipart/form-data" method="post">
    <input name="files" type="file" multiple>
    <input type="submit">
    </form>
    <form action="/uploadfiles/" enctype="multipart/form-data" method="post">
    <input name="files" type="file" multiple>
    <input type="submit">
    </form>
    </body>
        """
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 18 12:29:59 GMT 2023
    - 861 bytes
    - Viewed (0)
  5. docs_src/request_files/tutorial003.py

    
    @app.get("/")
    async def main():
        content = """
    <body>
    <form action="/files/" enctype="multipart/form-data" method="post">
    <input name="files" type="file" multiple>
    <input type="submit">
    </form>
    <form action="/uploadfiles/" enctype="multipart/form-data" method="post">
    <input name="files" type="file" multiple>
    <input type="submit">
    </form>
    </body>
        """
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri May 13 23:38:22 GMT 2022
    - 913 bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp

                                                     styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label for="crawlingConfigPath" class="col-sm-3 text-sm-right col-form-label"><la:message
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.6K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <div class="form-inline col-sm-9">
                                            <la:errors property="popularWord"/>
                                            <div class="form-check">
                                                <la:checkbox styleId="popularWord" styleClass="form-check-input" property="popularWord"/>
                                                <label for="popularWord" class="form-check-label">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp

                                                     styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label for="reading" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.elevate_word_reading"/></label>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.2K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java

                op.setup(form -> {
                    form.initialize();
                    form.crudMode = CrudMode.CREATE;
                });
            });
        }
    
        @Execute
        @Secured({ ROLE })
        public HtmlResponse edit(final EditForm form) {
            validate(form, messages -> {}, this::asListHtml);
            final String id = form.id;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java

                op.setup(form -> {
                    form.initialize();
                    form.crudMode = CrudMode.CREATE;
                });
            });
        }
    
        @Execute
        @Secured({ ROLE })
        public HtmlResponse edit(final EditForm form) {
            validate(form, messages -> {}, this::asListHtml);
            final String id = form.id;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13.3K bytes
    - Viewed (0)
Back to top