Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 161 - 170 of 256 for js$ (0.01 seconds)

  1. docs/zh-hant/docs/how-to/custom-docs-ui-assets.md

    你可以在各連結上按右鍵,選擇類似「另存連結為...」的選項。
    
    Swagger UI 需要以下檔案:
    
    * [`swagger-ui-bundle.js`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js)
    * [`swagger-ui.css`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css)
    
    而 ReDoc 需要以下檔案:
    
    * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js)
    
    之後,你的檔案結構可能如下:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/arch/arch.go

    	instructions["JPL"] = x86.AJPL  /* non-negative (plus) (SF = 0) */
    	instructions["JPO"] = x86.AJPC  /* alternate */
    	instructions["JPS"] = x86.AJPS  /* parity set (PF = 1) */
    	instructions["JS"] = x86.AJMI   /* alternate */
    	instructions["JZ"] = x86.AJEQ   /* alternate */
    	instructions["MASKMOVDQU"] = x86.AMASKMOVOU
    	instructions["MOVD"] = x86.AMOVQ
    	instructions["MOVDQ2Q"] = x86.AMOVQ
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Mar 20 17:02:17 GMT 2026
    - 22K bytes
    - Click Count (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java

                        "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js\"></script>" +
                        "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/xml.min.js\"></script>" +
                        "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/kotlin.min.js\"></script>" +
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Sun Mar 01 05:52:34 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  4. scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md

    Это ссылки на статические ресурсы:
    
    * [FastAPI Logo](https://fastapi.tiangolo.com/img/fastapi-logo.png)
    * [FastAPI CSS](https://fastapi.tiangolo.com/css/fastapi.css)
    * [FastAPI JS](https://fastapi.tiangolo.com/js/fastapi.js)
    
    Инструмент НЕ должен добавлять код языка в их URL.
    
    ## Ссылки в стиле HTML { #html-style-links }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  5. scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc_expected.md

    Это ссылки на статические ресурсы:
    
    * [FastAPI Logo](https://fastapi.tiangolo.com/img/fastapi-logo.png)
    * [FastAPI CSS](https://fastapi.tiangolo.com/css/fastapi.css)
    * [FastAPI JS](https://fastapi.tiangolo.com/js/fastapi.js)
    
    Инструмент НЕ должен добавлять код языка в их URL.
    
    ## Ссылки в стиле HTML { #html-style-links }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 10.9K bytes
    - Click Count (0)
  6. docs/tr/docs/how-to/custom-docs-ui-assets.md

    **Swagger UI** şu dosyaları kullanır:
    
    * [`swagger-ui-bundle.js`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js)
    * [`swagger-ui.css`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css)
    
    **ReDoc** ise şu dosyayı kullanır:
    
    * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js)
    
    Bundan sonra dosya yapınız şöyle görünebilir:
    
    ```
    .
    ├── app
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 8.6K bytes
    - Click Count (0)
  7. misc/chrome/gophertool/background.html

    <html>
    <!--
     Copyright 2011 The Go Authors. All rights reserved.
     Use of this source code is governed by a BSD-style
     license that can be found in the LICENSE file.
    -->
    <head>
    <script src="gopher.js"></script>
    <script src="background.js"></script>
    </head>
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Oct 08 00:56:10 GMT 2012
    - 265 bytes
    - Click Count (0)
  8. docs/ja/docs/how-to/custom-docs-ui-assets.md

    各リンクを右クリックして「リンク先を別名で保存...」のようなオプションを選べます。
    
    **Swagger UI** では次のファイルを使用します:
    
    - [`swagger-ui-bundle.js`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js)
    - [`swagger-ui.css`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css)
    
    そして **ReDoc** では次のファイルを使用します:
    
    - [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js)
    
    その後、ファイル構成は次のようになります:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  9. docs/ru/docs/how-to/custom-docs-ui-assets.md

    **Swagger UI** использует файлы:
    
    * [`swagger-ui-bundle.js`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js)
    * [`swagger-ui.css`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css)
    
    А **ReDoc** использует файл:
    
    * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js)
    
    После этого структура файлов может выглядеть так:
    
    ```
    .
    ├── app
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  10. docs/fr/docs/how-to/custom-docs-ui-assets.md

    **Swagger UI** utilise les fichiers :
    
    - [`swagger-ui-bundle.js`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js)
    - [`swagger-ui.css`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css)
    
    Et **ReDoc** utilise le fichier :
    
    - [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js)
    
    Après cela, votre structure de fichiers pourrait ressembler à :
    
    ```
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top