Search Options

Results per page
Sort
Preferred Languages
Advance

Results 311 - 320 of 667 for TXT (0.04 sec)

  1. src/archive/tar/testdata/v7.tar

    small.txt Kilts small2.txt Google.com...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3.5K bytes
    - Viewed (0)
  2. docs/ru/docs/deployment/versions.md

    Например, в своём приложении вы используете версию `0.45.0`.
    
    Если вы используете файл `requirements.txt`, вы можете указать версию следующим способом:
    
    ```txt
    fastapi==0.45.0
    ```
    
    это означает, что вы будете использовать именно версию `0.45.0`.
    
    Или вы можете закрепить версию следующим способом:
    
    ```txt
    fastapi>=0.45.0,<0.46.0
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. docs/bucket/replication/sio-error.sh

    ./mc cp internal.tar myminio2/testbucket/dir/2.tar
    
    sleep 1
    
    ./mc ls -r --versions myminio1/testbucket/dir/ >/tmp/dir_1.txt
    ./mc ls -r --versions myminio2/testbucket/dir/ >/tmp/dir_2.txt
    
    out=$(diff -qpruN /tmp/dir_1.txt /tmp/dir_2.txt)
    ret=$?
    if [ $ret -ne 0 ]; then
    	echo "BUG: expected no 'diff' after replication: $out"
    	exit 1
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. docs/ko/docs/deployment/versions.md

    가장 먼저 해야할 것은 응용 프로그램이 잘 작동하는 가장 최신의 구체적인 **FastAPI** 버전을 표시하는 것입니다.
    
    예를 들어, 응용 프로그램에 `0.45.0` 버전을 사용했다고 가정합니다.
    
    만약에 `requirements.txt` 파일을 사용했다면, 다음과 같이 버전을 명세할 수 있습니다:
    
    ```txt
    fastapi==0.45.0
    ```
    
    이것은 `0.45.0` 버전을 사용했다는 것을 의미합니다.
    
    또는 다음과 같이 표시할 수 있습니다:
    
    ```txt
    fastapi>=0.45.0,<0.46.0
    ```
    
    이것은 `0.45.0` 버전과 같거나 높으면서 `0.46.0` 버전 보다는 낮은 버전을 사용했다는 것을 의미합니다. 예를 들어, `0.45.2` 버전과 같은 경우는 해당 조건을 만족합니다.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. docs/debugging/README.md

    a specific object, for example placed at `ALIAS/bucket/path/to/file.txt` append `/xl.meta`, for instance `mc support inspect ALIAS/bucket/path/to/file.txt/xl.meta`. All files can be collected, so this can also be used to retrieve `part.*` files, etc.
    
    Wildcards can be used, for example `mc support inspect ALIAS/bucket/path/**/xl.meta` will collect all `xl.meta` recursively. `mc support inspect ALIAS/bucket/path/to/file.txt/*/part.*` will collect parts for all versions for the object located...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  6. docs/fr/docs/tutorial/background-tasks.md

    Dans cet exemple, les messages seront écrits dans le fichier `log.txt` après que la réponse soit envoyée.
    
    S'il y avait une `query` (paramètre nommé `q`) dans la requête, alors elle sera écrite dans `log.txt` via une tâche d'arrière-plan.
    
    Et ensuite une autre tâche d'arrière-plan (générée dans les paramètres de la *la fonction de chemin*) écrira un message dans `log.txt` comprenant le paramètre de chemin `email`.
    
    ## Détails techniques
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Nov 10 17:23:38 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  7. src/archive/tar/testdata/hardlink.tar

    file.txt Slartibartfast hard.txt...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Jun 26 15:51:06 UTC 2015
    - 2.5K bytes
    - Viewed (0)
  8. src/archive/zip/testdata/go-with-datadesc-sig.zip

    foo.txt foo bar.txt bar...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 242 bytes
    - Viewed (0)
  9. src/archive/tar/testdata/xattrs.tar

    small.txt Kilts small2.txt Google.com...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 5K bytes
    - Viewed (0)
  10. src/test/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationTest.java

        }
    
        @Test
        void testToStringWithDifferentPaths() {
            // Test with various path formats
            String[] testPaths = { "simple.txt", "path/to/file.doc", "//server/share/file.txt", "folder\\windows\\style.txt", "" // empty path
            };
    
            for (String path : testPaths) {
                trans2QueryPathInfo = new Trans2QueryPathInformation(config, path, TEST_INFO_LEVEL);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top