Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 114 for 101 (0.01 sec)

  1. docs/ru/docs/tutorial/sql-databases.md

    Операция **удаления** героя практически не меняется.
    
    В данном случае желание *`отрефакторить всё`* остаётся неудовлетворенным. 😅
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[96:103] hl[101] *}
    
    ### Снова запустим приложение
    
    Вы можете снова запустить приложение:
    
    <div class="termy">
    
    ```console
    $ fastapi dev main.py
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 17 21:20:20 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/recommender: v1.10.1 → v1.12.0
    - cloud.google.com/go/redis: v1.13.1 → v1.14.1
    - cloud.google.com/go/resourcemanager: v1.9.1 → v1.9.4
    - cloud.google.com/go/resourcesettings: v1.6.1 → v1.6.4
    - cloud.google.com/go/retail: v1.14.1 → v1.14.4
    - cloud.google.com/go/run: v1.2.0 → v1.3.3
    - cloud.google.com/go/scheduler: v1.10.1 → v1.10.5
    - cloud.google.com/go/secretmanager: v1.11.1 → v1.11.4
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  3. docs/smb3-features/04-directory-leasing-design.md

            }
            
            // Fall back to direct server query
            return directory.performDirectEnumeration();
        }
    }
    ```
    
    ## 10. Monitoring and Metrics
    
    ### 10.1 Directory Cache Statistics
    ```java
    public class DirectoryCacheStatistics {
        private final AtomicLong cacheHits = new AtomicLong();
        private final AtomicLong cacheMisses = new AtomicLong();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 36.2K bytes
    - Viewed (0)
  4. docs/smb3-features/05-rdma-smb-direct-design.md

            // Switch transport to TCP
            // This would require transport factory modification
        }
    }
    ```
    
    ## 10. Security Considerations
    
    ### 10.1 RDMA Security
    ```java
    public class RdmaSecurityManager {
        public void validateMemoryAccess(RdmaMemoryRegion region, RdmaAccess requestedAccess) {
            if (!region.hasAccess(requestedAccess)) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 35.9K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorTest.java

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 25.6K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/collect/ImmutableListTest.java

      }
    
      public void testCopyOf_concurrentlyMutating() {
        List<String> sample = Lists.newArrayList("a", "b", "c");
        for (int delta : new int[] {-1, 0, 1}) {
          for (int i = 0; i < sample.size(); i++) {
            Collection<String> misleading = misleadingSizeCollection(delta);
            List<String> expected = sample.subList(0, i);
            misleading.addAll(expected);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  7. docs/es/docs/tutorial/sql-databases.md

    **Eliminar** un héroe se mantiene prácticamente igual.
    
    No satisfaremos el deseo de refactorizar todo en este punto. 😅
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[96:103] hl[101] *}
    
    ### Ejecutar la App de Nuevo
    
    Puedes ejecutar la aplicación de nuevo:
    
    <div class="termy">
    
    ```console
    $ fastapi dev main.py
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/sql-databases.md

    **Deleting** a hero stays pretty much the same.
    
    We won't satisfy the desire to refactor everything in this one. 😅
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[96:103] hl[101] *}
    
    ### Run the App Again { #run-the-app-again }
    
    You can run the app again:
    
    <div class="termy">
    
    ```console
    $ fastapi dev main.py
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/HostnameVerifierTest.kt

        assertThat("1080:0:0:0:8:800:200C:417A".canParseAsIpAddress()).isTrue()
        assertThat("1080::8:800:200C:417A".canParseAsIpAddress()).isTrue()
        assertThat("FF01::101".canParseAsIpAddress()).isTrue()
        assertThat("0:0:0:0:0:0:13.1.68.3".canParseAsIpAddress()).isTrue()
        assertThat("0:0:0:0:0:FFFF:129.144.52.38".canParseAsIpAddress()).isTrue()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 40.4K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_4x.md

        containing an IP address we must match that address against the URL's IP address, even when the
        two addresses are encoded differently, such as `192.168.1.1` and `0::0:0:FFFF:C0A8:101`. Note
        that OkHttp incorrectly rejected valid certificates resulting in a failure to connect; at no
        point were invalid certificates accepted.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top