Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for site_path (0.05 sec)

  1. src/main/webapp/WEB-INF/view/searchResults.jsp

    				</div>
    				<div class="site text-truncate">
    					<c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}"></i></c:if>
    					<cite>${f:h(doc.site_path)}</cite>
    				</div>
    				<div class="more">
    					<a href="#result${s.index}"><la:message
    							key="labels.search_result_more" /></a>
    				</div>
    				<div class="info">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 05:32:37 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/orig/view/searchResults.jsp

    				</div>
    				<div class="site text-truncate">
    					<c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}"></i></c:if>
    					<cite>${f:h(doc.site_path)}</cite>
    				</div>
    				<div class="more">
    					<a href="#result${s.index}"><la:message
    							key="labels.search_result_more" /></a>
    				</div>
    				<div class="info">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 05:32:37 UTC 2025
    - 9.1K bytes
    - Viewed (1)
  3. docs/em/docs/tutorial/path-params.md

    ๐Ÿ‘† ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ‘† ๐Ÿ”œ ๐Ÿคš ๐ŸŽป ๐Ÿ“จ ๐Ÿ’–:
    
    ```JSON
    {
      "model_name": "alexnet",
      "message": "Deep Learning FTW!"
    }
    ```
    
    ## โžก ๐Ÿ”ข โš— โžก
    
    โžก๏ธ ๐Ÿ’ฌ ๐Ÿ‘† โœ”๏ธ *โžก ๐Ÿ› ๏ธ* โฎ๏ธ โžก `/files/{file_path}`.
    
    โœ‹๏ธ ๐Ÿ‘† ๐Ÿ’ช `file_path` โšซ๏ธ ๐Ÿ”Œ *โžก*, ๐Ÿ’– `home/johndoe/myfile.txt`.
    
    , ๐Ÿ“› ๐Ÿ‘ˆ ๐Ÿ“ ๐Ÿ”œ ๐Ÿ•ณ ๐Ÿ’–: `/files/home/johndoe/myfile.txt`.
    
    ### ๐Ÿ—„ ๐Ÿ•โ€๐Ÿฆบ
    
    ๐Ÿ—„ ๐Ÿšซ ๐Ÿ•โ€๐Ÿฆบ ๐ŸŒŒ ๐Ÿ“ฃ *โžก ๐Ÿ”ข* ๐Ÿ”Œ *โžก* ๐Ÿ”˜, ๐Ÿ‘ˆ ๐Ÿ’ช โ†˜๏ธ ๐Ÿ˜ ๐Ÿ‘ˆ โš  ๐Ÿ’ฏ &amp; ๐Ÿ”ฌ.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  4. docs/id/docs/tutorial/path-params.md

    ```JSON
    {
      "model_name": "alexnet",
      "message": "Deep Learning FTW!"
    }
    ```
    
    ## Parameter path berisi path
    
    Misalkan terdapat *operasi path* dengan path `/files/{file_path}`.
    
    Tetapi anda memerlukan `file_path` itu berisi *path*, seperti like `home/johndoe/myfile.txt`.
    
    Sehingga URL untuk file tersebut akan seperti: `/files/home/johndoe/myfile.txt`.
    
    ### Dukungan OpenAPI
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/path-params.md

      "model_name": "alexnet",
      "message": "Deep Learning FTW!"
    }
    ```
    
    ## Parรขmetros de rota que contรฉm caminhos
    
    Digamos que vocรช tenha uma *operaรงรฃo de rota* com uma rota `/files/{file_path}`.
    
    Mas vocรช precisa que o prรณprio `file_path` contenha uma *rota*, como `home/johndoe/myfile.txt`.
    
    Entรฃo, a URL para este arquivo deveria ser algo como: `/files/home/johndoe/myfile.txt`.
    
    ### Suporte do OpenAPI
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/path-params.md

      "message": "Deep Learning FTW!"
    }
    ```
    
    ## Path parameters containing paths { #path-parameters-containing-paths }
    
    Let's say you have a *path operation* with a path `/files/{file_path}`.
    
    But you need `file_path` itself to contain a *path*, like `home/johndoe/myfile.txt`.
    
    So, the URL for that file would be something like: `/files/home/johndoe/myfile.txt`.
    
    ### OpenAPI support { #openapi-support }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  7. docs/es/docs/tutorial/path-params.md

    ```JSON
    {
      "model_name": "alexnet",
      "message": "Deep Learning FTW!"
    }
    ```
    
    ## Parรกmetros de path conteniendo paths
    
    Imaginemos que tienes una *path operation* con un path `/files/{file_path}`.
    
    Pero necesitas que `file_path` en sรญ mismo contenga un *path*, como `home/johndoe/myfile.txt`.
    
    Entonces, la URL para ese archivo serรญa algo como: `/files/home/johndoe/myfile.txt`.
    
    ### Soporte de OpenAPI
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  8. docs/ko/docs/tutorial/path-params.md

    ํด๋ผ์ด์–ธํŠธ๋Š” ์•„๋ž˜์˜ JSON ์‘๋‹ต์„ ์–ป์Šต๋‹ˆ๋‹ค:
    
    ```JSON
    {
      "model_name": "alexnet",
      "message": "Deep Learning FTW!"
    }
    ```
    
    ## ๊ฒฝ๋กœ๋ฅผ ํฌํ•จํ•˜๋Š” ๊ฒฝ๋กœ ๋งค๊ฐœ๋ณ€์ˆ˜
    
    ๊ฒฝ๋กœ๋ฅผ ํฌํ•จํ•˜๋Š” *๊ฒฝ๋กœ ์ž‘๋™* `/files/{file_path}`์ด ์žˆ๋‹ค๊ณ  ํ•ด๋ด…์‹œ๋‹ค.
    
    ๊ทธ๋Ÿฐ๋ฐ ์ด ๊ฒฝ์šฐ `file_path` ์ž์ฒด๊ฐ€ `home/johndoe/myfile.txt`์™€ ๊ฐ™์€ ๊ฒฝ๋กœ๋ฅผ ํฌํ•จํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
    
    ์ด๋•Œ ํ•ด๋‹น ํŒŒ์ผ์˜ URL์€ ๋‹ค์Œ์ฒ˜๋Ÿผ ๋ฉ๋‹ˆ๋‹ค: `/files/home/johndoe/myfile.txt`.
    
    ### OpenAPI ์ง€์›
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top