Search Options

Results per page
Sort
Preferred Languages
Advance

Results 5401 - 5410 of 5,794 for 20 (0.02 sec)

  1. docs/ru/docs/tutorial/request-files.md

    Так же, как и раньше, вы можете использовать `File()` для задания дополнительных параметров, даже для `UploadFile`:
    
    {* ../../docs_src/request_files/tutorial003_an_py39.py hl[11,18:20] *}
    
    ## Резюме
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. docs/de/README.md

    Fess ist ein sehr leistungsstarker und einfach zu implementierender Enterprise-Suchserver. Sie können Fess schnell auf jeder Plattform installieren und ausführen, auf der die Java-Laufzeitumgebung (JRE) läuft. Fess wird unter der [Apache-Lizenz 2.0](LICENSE) bereitgestellt.
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. docs/fr/docs/advanced/path-operation-advanced-configuration.md

    Vous pouvez le faire avec `openapi_extra` :
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial006.py hl[20:37,39:40] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. docs/de/docs/advanced/path-operation-advanced-configuration.md

    Das könnte man mit `openapi_extra` machen:
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial006.py hl[20:37,39:40] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SizeofInet6Pktinfo = 20
    pkg syscall (freebsd-arm64), const SizeofInet6Pktinfo ideal-int
    pkg syscall (freebsd-arm64), const SizeofIPMreq = 8
    pkg syscall (freebsd-arm64), const SizeofIPMreq ideal-int
    pkg syscall (freebsd-arm64), const SizeofIPMreqn = 12
    pkg syscall (freebsd-arm64), const SizeofIPMreqn ideal-int
    pkg syscall (freebsd-arm64), const SizeofIPv6Mreq = 20
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java

            }
    
            @Test
            @DisplayName("Should maintain correctness under concurrent signing")
            void testConcurrentSigningCorrectness() throws InterruptedException {
                int threadCount = 20;
                ExecutorService executor = Executors.newFixedThreadPool(threadCount);
                CountDownLatch latch = new CountDownLatch(threadCount);
    
                // Each thread uses unique data to sign
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 43.7K bytes
    - Viewed (0)
  7. src/test/java/jcifs/smb/PreauthIntegrityTest.java

         */
        @Test
        @DisplayName("Concurrent getPreauthIntegrityHash should be safe")
        void testConcurrentGetPreauthHash() throws Exception {
            int threadCount = 20;
            CountDownLatch startLatch = new CountDownLatch(1);
            CountDownLatch doneLatch = new CountDownLatch(threadCount);
            ExecutorService executor = Executors.newFixedThreadPool(threadCount);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  8. src/test/java/jcifs/internal/RequestWithPathTest.java

            testImplementation.setResolveInDfs(false);
            assertFalse(testImplementation.isResolveInDfs());
    
            // Multiple toggles
            for (int i = 0; i < 10; i++) {
                boolean expectedValue = (i % 2 == 0);
                testImplementation.setResolveInDfs(expectedValue);
                assertEquals(expectedValue, testImplementation.isResolveInDfs());
            }
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.28.md

        - [Source Code](#source-code-20)
        - [Client Binaries](#client-binaries-20)
        - [Server Binaries](#server-binaries-20)
        - [Node Binaries](#node-binaries-20)
        - [Container Images](#container-images-20)
      - [Changelog since v1.28.0-alpha.2](#changelog-since-v1280-alpha2)
      - [Changes by Kind](#changes-by-kind-20)
        - [Deprecation](#deprecation-3)
        - [API Change](#api-change-9)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  10. android/guava/src/com/google/common/primitives/Longs.java

    /*
     * Copyright (C) 2008 The Guava Authors
     *
     * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
     * in compliance with the License. You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software distributed under the License
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 29.1K bytes
    - Viewed (0)
Back to top