Search Options

Results per page
Sort
Preferred Languages
Advance

Results 351 - 360 of 417 for Escape (0.54 sec)

  1. cmd/perf-tests.go

    	rand.Read(r.buf)
    
    	clusterInfos, err := globalSiteReplicationSys.GetClusterInfo(ctx)
    	if err != nil {
    		return madmin.SiteNetPerfNodeResult{Error: err.Error()}
    	}
    
    	// Scale the number of connections from 32 -> 4 from small to large clusters.
    	connectionsPerPeer := 3 + (29+len(clusterInfos.Sites)-1)/len(clusterInfos.Sites)
    
    	errStr := ""
    	var wg sync.WaitGroup
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  2. docs/en/data/external_links.yml

    s-request title: How to profile a FastAPI asynchronous request - author: Stephen Siegert - Neon link: https://neon.tech/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale title: Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale - author: Kurtis Pykes - NVIDIA link: https://developer.nvidia.com/blog/building-a-machine-learning-microservice-with-fastapi/ title: Building a Machine Learning Microservice with FastAPI - author: Ravgeet...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 23K bytes
    - Viewed (0)
  3. src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java

                assertEquals("AutoClosePass123!", auth.getPassword());
            }
    
            // After try-with-resources, auth should be closed
            // We can't directly test if password is wiped since auth is out of scope,
            // but the close() method should have been called
        }
    
        /**
         * Test secure memory clearing in close()
         */
        @Test
        @DisplayName("Test secure memory clearing on close")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 23.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

            if (useV2Endpoint) {
                // v2.0 endpoint with MSAL4J (recommended)
                authUrl = getAuthority() + getTenant()
                        + "/oauth2/v2.0/authorize?response_type=code&scope=https://graph.microsoft.com/.default&response_mode=form_post&redirect_uri="
                        + URLEncoder.encode(getReplyUrl(request), Constants.UTF_8_CHARSET) + "&client_id=" + getClientId() + "&state=" + state
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 37.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

        *   The view role includes read permissions on poddisruptionbudget.policy resources.
    *   RBAC rules can now match the same subresource on any resource using the form `*/(subresource)`. For example, `*/scale` matches requests to `replicationcontroller/scale`. ([#53722](https://github.com/kubernetes/kubernetes/pull/53722),[ @deads2k](https://github.com/deads2k))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/security/oauth2-scopes.md

                                * `security_scopes.scopes` ๐Ÿ”œ ๐Ÿ”Œ `[]` (๐Ÿ•ณ) *โžก ๐Ÿ› ๏ธ* `read_system_status`, โ†ฉ๏ธ โšซ๏ธ ๐Ÿšซ ๐Ÿ“ฃ ๐Ÿ™† `Security` โฎ๏ธ `scopes`, & ๐Ÿšฎ ๐Ÿ”—, `get_current_user`, ๐Ÿšซ ๐Ÿ“ฃ ๐Ÿ™† `scope` ๐Ÿ‘ฏโ€โ™‚๏ธ.
    
    /// tip
    
    โš  & "๐ŸŽฑ" ๐Ÿ‘œ ๐Ÿ“ฅ ๐Ÿ‘ˆ `get_current_user` ๐Ÿ”œ โœ”๏ธ ๐ŸŽ ๐Ÿ“‡ `scopes` โœ… ๐Ÿ”  *โžก ๐Ÿ› ๏ธ*.
    
    ๐ŸŒ โš“๏ธ ๐Ÿ”› `scopes` ๐Ÿ“ฃ ๐Ÿ”  *โžก ๐Ÿ› ๏ธ* & ๐Ÿ”  ๐Ÿ”— ๐Ÿ”— ๐ŸŒฒ ๐Ÿ‘ˆ ๐ŸŽฏ *โžก ๐Ÿ› ๏ธ*.
    
    ///
    
    ## ๐ŸŒ– โ„น ๐Ÿ”ƒ `SecurityScopes`
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:03:10 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  7. docs/smb3-features/06-witness-protocol-design.md

    ### 3.1 Witness Service Types
    ```java
    public enum WitnessServiceType {
        CLUSTER_WITNESS,     // Cluster-aware witness service
        FILE_SERVER_WITNESS, // Individual file server witness
        SCALE_OUT_WITNESS,   // Scale-out file server witness
        DFS_WITNESS         // DFS namespace witness
    }
    
    public enum WitnessVersion {
        VERSION_1(0x00010001),  // Windows Server 2012
        VERSION_2(0x00020000);  // Windows Server 2012 R2+
        
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 42K bytes
    - Viewed (0)
  8. tensorflow/c/c_api_function_test.cc

                                                               TF_DeleteStatus);
    
      TF_Tensor* tensor_shape = Int32Tensor({37, 1});
      TF_Operation* shape = Const(tensor_shape, func_graph.get(), s.get(), "shape");
      TF_Operation* random =
          RandomUniform(shape, TF_FLOAT, func_graph.get(), s.get());
    
      TF_Output outputs[] = {{random, 0}};
      *func = TF_GraphToFunction(func_graph.get(), name,
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (1)
  9. src/main/webapp/css/admin/font-awesome.min.css

    carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  10. docs/zh/docs/advanced/behind-a-proxy.md

    </div>
    
    Hypercorn ไนŸๆ”ฏๆŒ `--root-path `้€‰้กนใ€‚
    
    /// note | ๆŠ€ๆœฏ็ป†่Š‚
    
    ASGI ่ง„่Œƒๅฎšไน‰็š„ `root_path` ๅฐฑๆ˜ฏไธบไบ†่ฟ™็ง็”จไพ‹ใ€‚
    
    ๅนถไธ” `--root-path` ๅ‘ฝไปค่กŒ้€‰้กนๆ”ฏๆŒ `root_path`ใ€‚
    
    ///
    
    ### ๆŸฅ็œ‹ๅฝ“ๅ‰็š„ `root_path`
    
    ่Žทๅ–ๅบ”็”จไธบๆฏไธช่ฏทๆฑ‚ไฝฟ็”จ็š„ๅฝ“ๅ‰ `root_path`๏ผŒ่ฟ™ๆ˜ฏ `scope` ๅญ—ๅ…ธ็š„ๅ†…ๅฎน๏ผˆไนŸๆ˜ฏ ASGI ่ง„่Œƒ็š„ๅ†…ๅฎน๏ผ‰ใ€‚
    
    ๆˆ‘ไปฌๅœจ่ฟ™้‡Œ็š„ไฟกๆฏ้‡ŒๅŒ…ๅซ `roo_path` ๅชๆ˜ฏไธบไบ†ๆผ”็คบใ€‚
    
    {* ../../docs_src/behind_a_proxy/tutorial001.py hl[8] *}
    
    ็„ถๅŽ๏ผŒ็”จไปฅไธ‹ๅ‘ฝไปคๅฏๅŠจ Uvicorn๏ผš
    
    <div class="termy">
    
    ```console
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top