Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 697 for dice (0.03 sec)

  1. src/main/java/org/codelibs/fess/app/web/api/admin/dict/synonym/DownloadBody.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.api.admin.dict.synonym;
    
    import org.codelibs.fess.app.web.admin.dict.synonym.DownloadForm;
    
    public class DownloadBody extends DownloadForm {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 798 bytes
    - Viewed (0)
  2. docs/em/docs/advanced/additional-responses.md

    โœ‹๏ธ ๐Ÿ‘ˆ ๐ŸŒ– ๐Ÿ“จ ๐Ÿ‘† โœ”๏ธ โš’ ๐Ÿ’ญ ๐Ÿ‘† ๐Ÿ“จ `Response` ๐Ÿ’– `JSONResponse` ๐Ÿ”—, โฎ๏ธ ๐Ÿ‘† ๐Ÿ‘” ๐Ÿ“Ÿ & ๐ŸŽš.
    
    ## ๐ŸŒ– ๐Ÿ“จ โฎ๏ธ `model`
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถโ€โ™€๏ธ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ ๐Ÿ‘จโ€๐ŸŽจ* ๐Ÿ”ข `responses`.
    
    โšซ๏ธ ๐Ÿ“จ `dict`, ๐Ÿ”‘ ๐Ÿ‘” ๐Ÿ“Ÿ ๐Ÿ”  ๐Ÿ“จ, ๐Ÿ’– `200`, & ๐Ÿ’ฒ ๐ŸŽ `dict`โ“‚ โฎ๏ธ โ„น ๐Ÿ”  ๐Ÿ‘ซ.
    
    ๐Ÿ”  ๐Ÿ‘ˆ ๐Ÿ“จ `dict`โ“‚ ๐Ÿ’ช โœ”๏ธ ๐Ÿ”‘ `model`, โš— Pydantic ๐Ÿท, ๐Ÿ’– `response_model`.
    
    **FastAPI** ๐Ÿ”œ โœŠ ๐Ÿ‘ˆ ๐Ÿท, ๐Ÿ— ๐Ÿšฎ ๐ŸŽป ๐Ÿ”— & ๐Ÿ”Œ โšซ๏ธ โ˜‘ ๐Ÿฅ‰ ๐Ÿ—„.
    
    ๐Ÿ–ผ, ๐Ÿ“ฃ โž•1๏ธโƒฃ ๐Ÿ“จ โฎ๏ธ ๐Ÿ‘” ๐Ÿ“Ÿ `404` & Pydantic ๐Ÿท `Message`, ๐Ÿ‘† ๐Ÿ’ช โœ:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/metadata.md

    | `title` | `str` | ๐Ÿ“› ๐Ÿ› ๏ธ. |
    | `description` | `str` | ๐Ÿ“ ๐Ÿ“› ๐Ÿ› ๏ธ. โšซ๏ธ ๐Ÿ’ช โš™๏ธ โœ. |
    | `version` | `string` | โฌ ๐Ÿ› ๏ธ. ๐Ÿ‘‰ โฌ ๐Ÿ‘† ๐Ÿ‘ ๐Ÿˆธ, ๐Ÿšซ ๐Ÿ—„. ๐Ÿ–ผ `2.5.0`. |
    | `terms_of_service` | `str` | ๐Ÿ“› โš– ๐Ÿ•โ€๐Ÿฆบ ๐Ÿ› ๏ธ. ๐Ÿšฅ ๐Ÿšš, ๐Ÿ‘‰ โœ”๏ธ ๐Ÿ“›. |
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. docs/de/docs/advanced/openapi-webhooks.md

    Die gesamte **Logik** zur Registrierung der URLs fรผr Webhooks und der Code zum tatsรคchlichen Senden dieser Requests liegt bei Ihnen. Sie schreiben es so, wie Sie mรถchten, in **Ihrem eigenen Code**.
    
    ## Webhooks mit **FastAPI** und OpenAPI dokumentieren
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java

    import org.codelibs.core.io.CloseableUtil;
    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.curl.CurlResponse;
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.dict.DictionaryException;
    import org.codelibs.fess.dict.DictionaryFile;
    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.optional.OptionalEntity;
    
    public class CharMappingFile extends DictionaryFile<CharMappingItem> {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. docs/ja/docs/advanced/response-directly.md

    # ใƒฌใ‚นใƒใƒณใ‚นใ‚’็›ดๆŽฅ่ฟ”ใ™
    
    **FastAPI** ใฎ *path operation* ใงใฏใ€้€šๅธธใฏไปปๆ„ใฎใƒ‡ใƒผใ‚ฟใ‚’่ฟ”ใ™ใ“ใจใŒใงใใพใ™: ไพ‹ใˆใฐใ€ `dict`ใ€`list`ใ€Pydanticใƒขใƒ‡ใƒซใ€ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นใƒขใƒ‡ใƒซใชใฉใงใ™ใ€‚
    
    ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใงใฏใ€**FastAPI** ใฏ [JSONไบ’ๆ›ใ‚จใƒณใ‚ณใƒผใƒ€](../tutorial/encoder.md){.internal-link target=_blank} ใง่ชฌๆ˜Žใ•ใ‚Œใฆใ„ใ‚‹ `jsonable_encoder` ใซใ‚ˆใ‚Šใ€่ฟ”ใ™ๅ€คใ‚’่‡ชๅ‹•็š„ใซJSONใซๅค‰ๆ›ใ—ใพใ™ใ€‚
    
    ใ“ใฎใจใ่ƒŒๅพŒใงใฏใ€JSONไบ’ๆ›ใชใƒ‡ใƒผใ‚ฟ (ไพ‹ใˆใฐ`dict`) ใ‚’ใ€ใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใธ้€ไฟกใ•ใ‚Œใ‚‹ใƒฌใ‚นใƒใƒณใ‚นใจใ—ใฆๅˆฉ็”จใ•ใ‚Œใ‚‹ `JSONResponse` ใฎไธญใซๅซใ‚ใพใ™ใ€‚
    
    ใ—ใ‹ใ—ใ€*path operation* ใ‹ใ‚‰ `JSONResponse` ใ‚’็›ดๆŽฅ่ฟ”ใ™ใ“ใจใ‚‚ใงใใพใ™ใ€‚
    
    ใ“ใ‚Œใฏไพ‹ใˆใฐใ€ใ‚ซใ‚นใ‚ฟใƒ ใƒ˜ใƒƒใƒ€ใƒผใ‚„cookieใ‚’่ฟ”ใ™ใจใใซไพฟๅˆฉใงใ™ใ€‚
    
    ## `Response` ใ‚’่ฟ”ใ™
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. docs/en/docs/management-tasks.md

    Here are the general instructions for the tasks you can perform.
    
    Thanks a lot for your help. ๐Ÿ™‡
    
    ## Be Nice
    
    First of all, be nice. ๐Ÿ˜Š
    
    You probably are super nice if you were added to the team, but it's worth mentioning it. ๐Ÿค“
    
    ### When Things are Difficult
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 21:56:33 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp

        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="system"/>
            <jsp:param name="menuType" value="dict"/>
        </jsp:include>
        <div class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 8.6K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp

        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="system"/>
            <jsp:param name="menuType" value="dict"/>
        </jsp:include>
        <div class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 24 13:43:18 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Table.java

       *
       * @param columnKey key of column to search for in the table
       * @return the corresponding map from row keys to values
       */
      Map<R, V> column(@ParametricNullness C columnKey);
    
      /**
       * Returns a set of all row key / column key / value triplets. Changes to the returned set will
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 10.7K bytes
    - Viewed (0)
Back to top