Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 970 for ison (0.02 sec)

  1. docs/em/docs/tutorial/handling-errors.md

    ๐Ÿšฅ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ“จ `http://example.com/items/foo` ( `item_id` `"foo"`), ๐Ÿ‘ˆ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ”œ ๐Ÿ“จ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ‘” ๐Ÿ“Ÿ 2๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ, & ๐ŸŽป ๐Ÿ“จ:
    
    ```JSON
    {
      "item": "The Foo Wrestlers"
    }
    ```
    
    โœ‹๏ธ ๐Ÿšฅ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ“จ `http://example.com/items/bar` (๐Ÿšซ-๐Ÿšซ `item_id` `"bar"`), ๐Ÿ‘ˆ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ”œ ๐Ÿ“จ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ‘” ๐Ÿ“Ÿ 4๏ธโƒฃ0๏ธโƒฃ4๏ธโƒฃ ("๐Ÿšซ ๐Ÿ”Ž" โŒ), & ๐ŸŽป ๐Ÿ“จ:
    
    ```JSON
    {
      "detail": "Item not found"
    }
    ```
    
    /// tip
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt

                                cleanDestination = true
                                val perfResultArtifactRule =
                                    "results/performance/build/test-results-*.zip!performance-tests/perf-results*.json => " +
                                        "$performanceResultsDir/${performanceTest.bucketIndex}/"
                                artifactRules =
                                    if (index == 0) {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/api/admin/role/ApiAdminRoleAction.java

        @Resource
        private RoleService roleService;
    
        /**
         * Retrieves role settings with pagination.
         *
         * @param body the search parameters for filtering and pagination
         * @return JSON response containing role settings list
         */
        // GET /api/admin/role/settings
        // PUT /api/admin/role/settings
        @Execute
        public JsonResponse<ApiResult> settings(final SearchBody body) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7K bytes
    - Viewed (0)
  4. docs/he/docs/index.md

        -   ืœืืžืช ืฉื”ื•ื ื›ื•ืœืœ ืืช ืžืืคื™ื™ืŸ ื”ื—ื•ื‘ื” `name` ืฉืืžื•ืจ ืœื”ื™ื•ืช ืžื˜ื™ืคื•ืก `str`.
        -   ืœืืžืช ืฉื”ื•ื ื›ื•ืœืœ ืืช ืžืืคื™ื™ืŸ ื”ื—ื•ื‘ื” `price` ืฉื—ื™ื™ื‘ ืœื”ื™ื•ืช ืžื˜ื™ืคื•ืก `float`.
        -   ืœื‘ื“ื•ืง ื”ืื ื”ื•ื ื›ื•ืœืœ ืืช ืžืืคื™ื™ืŸ ื”ืจืฉื•ืช `is_offer` ืฉืืžื•ืจ ืœื”ื™ื•ืช ืžื˜ื™ืคื•ืก `bool`, ืื ื”ื•ื ื ืžืฆื.
        -   ื›ืœ ื–ื” ื™ืขื‘ื•ื“ ื’ื ืœืื•ื‘ื™ื™ืงื˜ JSON ืžืงื•ื ืŸ.
    -   ืœื”ืžื™ืจ ืž - JSON ื•ืœ- JSON ืื•ื˜ื•ืžื˜ื™ืช.
    -   ืœืชืขื“ ื”ื›ืœ ื‘ืืžืฆืขื•ืช OpenAPI, ืชื™ืขื•ื“ ืฉื‘ื• ื™ื•ื›ืœื• ืœื”ืฉืชืžืฉ:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/api/admin/dict/stemmeroverride/ApiAdminDictStemmeroverrideAction.java

        /**
         * Retrieves stemmer override dictionary settings with pagination support.
         *
         * @param dictId the dictionary ID
         * @param body the search body containing pagination and filter parameters
         * @return JSON response containing list of stemmer override dictionary items
         */
        // GET /api/admin/dict/stemmerOverride/settings/{dictId}
        @Execute
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/api/admin/plugin/ApiAdminPluginAction.java

        //                                                                      ==============
    
        /**
         * Retrieves the list of installed plugins.
         *
         * @return JSON response containing installed plugin list
         */
        // GET /api/admin/plugin/installed
        @Execute
        public JsonResponse<ApiResult> get$installed() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  7. docs/es/docs/how-to/general.md

    ## Convertir cualquier Dato a Compatible con JSON
    
    Para convertir cualquier dato a compatible con JSON, lee la documentaciรณn para [Tutorial - Codificador Compatible con JSON](../tutorial/encoder.md){.internal-link target=_blank}.
    
    ## Metadatos OpenAPI - Documentaciรณn
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. docs/ko/docs/tutorial/body-nested-models.md

    {* ../../docs_src/body_nested_models/tutorial005.py hl[4,10] *}
    
    ์ด ๋ฌธ์ž์—ด์ด ์œ ํšจํ•œ URL์ธ์ง€ ๊ฒ€์‚ฌํ•˜๊ณ  JSON ์Šคํ‚ค๋งˆ/OpenAPI๋กœ ๋ฌธ์„œํ™” ๋ฉ๋‹ˆ๋‹ค.
    
    ## ์„œ๋ธŒ๋ชจ๋ธ ๋ฆฌ์ŠคํŠธ๋ฅผ ๊ฐ–๋Š” ์–ดํŠธ๋ฆฌ๋ทฐํŠธ
    
    `list`, `set` ๋“ฑ์˜ ์„œ๋ธŒํƒ€์ž…์œผ๋กœ Pydantic ๋ชจ๋ธ์„ ์‚ฌ์šฉํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    {* ../../docs_src/body_nested_models/tutorial006.py hl[20] *}
    
    ์•„๋ž˜์™€ ๊ฐ™์€ JSON ๋ณธ๋ฌธ์œผ๋กœ ์˜ˆ์ƒ(๋ณ€ํ™˜, ๊ฒ€์ฆ, ๋ฌธ์„œํ™” ๋“ฑ์„)ํ•ฉ๋‹ˆ๋‹ค:
    
    ```JSON hl_lines="11"
    {
        "name": "Foo",
        "description": "The pretender",
        "price": 42.0,
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  9. tests/preload_test.go

    	DB.Preload("Team").Preload("Languages").Preload("Friends").First(&user, "name = ?", user.Name)
    
    	if r, err := json.Marshal(&user); err != nil {
    		t.Errorf("failed to marshal users, got error %v", err)
    	} else if !regexp.MustCompile(`"Team":\[\],"Languages":\[\],"Friends":\[\]`).MatchString(string(r)) {
    		t.Errorf("json marshal is not empty slice, got %v", string(r))
    	}
    
    	var results []User
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Wed Jun 12 10:00:47 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/api/admin/fileauth/ApiAdminFileauthAction.java

         * Supports both GET and PUT requests for retrieving paginated file authentication configurations.
         *
         * @param body search parameters for filtering and pagination
         * @return JSON response containing file authentication settings list with pagination info
         */
        @Execute
        public JsonResponse<ApiResult> settings(final SearchBody body) {
            validateApi(body, messages -> {});
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top