Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for Don (0.03 sec)

  1. src/main/resources/fess_indices/fess/en-ie/stopwords.txt

    ar
    arna
    as
    b'
    ba
    beirt
    bhúr
    caoga
    ceathair
    ceathrar
    chomh
    chtó
    chuig
    chun
    cois
    céad
    cúig
    cúigear
    d'
    daichead
    dar
    de
    deich
    deichniúr
    den
    dhá
    do
    don
    dtí
    dá
    dár
    dó
    faoi
    faoin
    faoina
    faoinár
    fara
    fiche
    gach
    gan
    go
    gur
    haon
    hocht
    i
    iad
    idir
    in
    ina
    ins
    inár
    is
    le
    leis
    lena
    lenár
    m'
    Registered: 2024-06-12 13:08
    - Last Modified: 2018-07-19 06:31
    - 685 bytes
    - Viewed (0)
  2. docs/vi/docs/python-types.md

    !!! note
        Nếu bạn là một chuyên gia về Python, và bạn đã biết mọi thứ về gợi ý kiểu dữ liệu, bỏ qua và đi tới chương tiếp theo.
    
    ## Động lực
    
    Hãy bắt đầu với một ví dụ đơn giản:
    
    ```Python
    {!../../../docs_src/python_types/tutorial001.py!}
    ```
    
    Kết quả khi gọi chương trình này:
    
    ```
    John Doe
    ```
    
    Hàm thực hiện như sau:
    
    * Lấy một `first_name` và `last_name`.
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-04-18 19:53
    - 21.9K bytes
    - Viewed (0)
  3. src/go/doc/comment/testdata/link6.txt

    \[And [https://example.com/](https://example.com/)].
    
    -- html --
    <p>URLs with punctuation are hard.
    We don&apos;t want to consume the end-of-sentence punctuation.
    <p>For example, <a href="https://en.wikipedia.org/wiki/John_Adams_(miniseries)">https://en.wikipedia.org/wiki/John_Adams_(miniseries)</a>.
    Registered: 2024-06-12 16:32
    - Last Modified: 2022-04-11 16:31
    - 2.2K bytes
    - Viewed (0)
  4. docs/vi/docs/tutorial/first-steps.md

    # Những bước đầu tiên
    
    Tệp tin FastAPI đơn giản nhất có thể trông như này:
    
    ```Python
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Sao chép sang một tệp tin `main.py`.
    
    Chạy live server:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Registered: 2024-06-17 08:32
    - Last Modified: 2023-09-02 15:44
    - 11.2K bytes
    - Viewed (0)
  5. docs/vi/docs/features.md

    * Được thiết kế xung quanh các tiêu chuẩn này sau khi nghiên cứu tỉ mỉ thay vì chỉ suy nghĩ đơn giản và sơ xài.
    * Điều này cho phép tự động hóa **trình sinh code client** cho nhiều ngôn ngữ lập trình khác nhau.
    
    ### Tự động hóa tài liệu
    
    
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-04-18 19:53
    - 11.6K bytes
    - Viewed (0)
  6. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart1IntegrationTest.groovy

                contextualLabel == 'Type \'MyTask\' property \'dirProp\' is annotated with @InputDirectory but missing a normalization strategy'
                details == 'If you don\'t declare the normalization, outputs can\'t be re-used between machines or locations on the same machine, therefore caching efficiency drops significantly'
    Registered: 2024-06-12 18:38
    - Last Modified: 2024-05-28 09:03
    - 36.9K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_replace.txt

    env GO111MODULE=on
    [short] skip
    
    cp go.mod go.mod.orig
    
    # Make sure the test builds without replacement.
    go build -mod=mod -o a1.exe .
    exec ./a1.exe
    stdout 'Don''t communicate by sharing memory'
    
    # Modules can be replaced by local packages.
    cp go.mod.orig go.mod
    go mod edit -replace=rsc.io/quote/v3=./local/rsc.io/quote/v3
    go build -o a2.exe .
    exec ./a2.exe
    stdout 'Concurrency is not parallelism.'
    
    Registered: 2024-06-12 16:32
    - Last Modified: 2021-09-28 17:19
    - 3.7K bytes
    - Viewed (0)
  8. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart2IntegrationTest.groovy

                contextualLabel == 'Type \'MyTask\' property \'inputDirectory\' is annotated with @InputDirectory but missing a normalization strategy'
                details == 'If you don\'t declare the normalization, outputs can\'t be re-used between machines or locations on the same machine, therefore caching efficiency drops significantly'
    Registered: 2024-06-12 18:38
    - Last Modified: 2024-05-28 09:03
    - 40K bytes
    - Viewed (0)
  9. src/cmd/go/internal/script/engine.go

    // as word separators and also disables environment variable expansion.
    // Inside a single-quoted block of text, a repeated single quote indicates
    // a literal single quote, as in:
    //
    //	'Don''t communicate by sharing memory.'
    //
    // A line beginning with # is a comment and conventionally explains what is
    // being done or tested at the start of a new section of the script.
    //
    Registered: 2024-06-12 16:32
    - Last Modified: 2023-09-27 01:16
    - 22.2K bytes
    - Viewed (0)
  10. docs/vi/docs/index.md

    ---
    
    "_Nếu ai đó đang tìm cách xây dựng sản phẩm API bằng Python, tôi sẽ đề xuất **FastAPI**. Nó **được thiết kế đẹp đẽ**, **sử dụng đơn giản** và **có khả năng mở rộng cao**, nó đã trở thành một **thành phần quan trọng** trong chiến lược phát triển API của chúng tôi và đang thúc đẩy nhiều dịch vụ và mảng tự động hóa như Kỹ sư TAC ảo của chúng tôi._"
    
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-04-29 05:18
    - 21.9K bytes
    - Viewed (0)
Back to top