Search Options

Results per page
Sort
Preferred Languages
Advance

Results 411 - 420 of 635 for skipS (0.03 sec)

  1. cmd/erasure.go

    	var scanningInfos, healingInfos []DiskInfo
    
    	for i, info := range infos {
    		// Check if one of the drives in the set is being healed.
    		// this information is used by scanner to skip healing
    		// this erasure set while it calculates the usage.
    		if info.Error != "" || disks[i] == nil {
    			continue
    		}
    		if info.Healing {
    			healing++
    			if inclHealing {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  2. docs/en/docs/virtual-environments.md

    /// info
    
    If you already know about virtual environments, how to create them and use them, you might want to skip this section. ๐Ÿค“
    
    ///
    
    /// tip
    
    A **virtual environment** is different than an **environment variable**.
    
    An **environment variable** is a variable in the system that can be used by programs.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 02 05:09:25 UTC 2025
    - 22.8K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseTest.java

            SMBUtil.writeInt2(PreauthIntegrityNegotiateContext.NEGO_CTX_PREAUTH_TYPE, buffer, ctxOffset);
            SMBUtil.writeInt2(38, buffer, ctxOffset + 2); // Data length
            ctxOffset += 8; // Skip reserved
    
            // Hash algorithm count and salt length
            SMBUtil.writeInt2(1, buffer, ctxOffset);
            SMBUtil.writeInt2(32, buffer, ctxOffset + 2);
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/util/transport/Transport.java

         * @throws IOException if an I/O error occurs
         */
        protected abstract void doRecv(Response response) throws IOException;
    
        /**
         * Skip a response with the given key
         *
         * @param key the key of the response to skip
         * @throws IOException if an I/O error occurs
         */
        protected abstract void doSkip(Long key) throws IOException;
    
        /**
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 27.8K bytes
    - Viewed (0)
  5. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

                waitForServerReady();
            } catch (RuntimeException e) {
                log.warn("SMB server readiness check failed: {}", e.getMessage());
                // In CI environments or when Docker is not properly set up, skip the tests instead of failing
                assumeTrue(false, "SMB server not ready - skipping integration tests: " + e.getMessage());
            }
        }
    
        @AfterAll
        void teardownContainer() throws Exception {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 56K bytes
    - Viewed (0)
  6. src/main/java/jcifs/util/SecureCredentialStorage.java

                        i += 3;
                    } else {
                        break;
                    }
                } else {
                    // Skip invalid bytes
                    i++;
                }
            }
    
            return Arrays.copyOf(chars, charIndex);
        }
    
        /**
         * Check if storage has been destroyed
         */
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  7. docs/ko/docs/tutorial/dependencies/classes-as-dependencies.md

    {* ../../docs_src/dependencies/tutorial001.py hl[9] *}
    
    ์ด ๋งค๊ฐœ๋ณ€์ˆ˜๋“ค์€ **FastAPI**๊ฐ€ ์˜์กด์„ฑ์„ "ํ•ด๊ฒฐ"ํ•˜๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉํ•  ๊ฒƒ์ž…๋‹ˆ๋‹ค
    
    ํ•จ์ˆ˜์™€ ํด๋ž˜์Šค ๋‘ ๊ฐ€์ง€ ๋ฐฉ์‹ ๋ชจ๋‘, ์•„๋ž˜ ์š”์†Œ๋ฅผ ๊ฐ–์Šต๋‹ˆ๋‹ค:
    
    * `๋ฌธ์ž์—ด`์ด๋ฉด์„œ ์„ ํƒ์‚ฌํ•ญ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜ `q`.
    * ๊ธฐ๋ณธ๊ฐ’์ด `0`์ด๋ฉด์„œ `์ •์ˆ˜ํ˜•`์ธ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜ `skip`
    * ๊ธฐ๋ณธ๊ฐ’์ด `100`์ด๋ฉด์„œ `์ •์ˆ˜ํ˜•`์ธ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜ `limit`
    
    ๋‘ ๊ฐ€์ง€ ๋ฐฉ์‹ ๋ชจ๋‘, ๋ฐ์ดํ„ฐ๋Š” ๋ณ€ํ™˜, ๊ฒ€์ฆ๋˜๊ณ  OpenAPI ์Šคํ‚ค๋งˆ์— ๋ฌธ์„œํ™”๋ฉ๋‹ˆ๋‹ค.
    
    ## ์‚ฌ์šฉํ•ด๋ด…์‹œ๋‹ค!
    
    ์ด์ œ ์•„๋ž˜์˜ ํด๋ž˜์Šค๋ฅผ ์ด์šฉํ•ด์„œ ์˜์กด์„ฑ์„ ์ •์˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    {* ../../docs_src/dependencies/tutorial002.py hl[19] *}
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java

             * ReflectionFreeAssertThrowsTest with a testNulls method, but that's annoying to have to do
             * for a package-private utility class. So we skip the class entirely instead.
             */
            continue;
          }
          try {
            tester.doTestNulls(classToTest, visibility);
          } catch (Throwable e) {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  9. docs/ja/docs/tutorial/dependencies/index.md

    ใใ—ใฆใ€ใใ‚Œใฏใ™ในใฆใฎ*path operation้–ขๆ•ฐ*ใŒๆŒใฃใฆใ„ใ‚‹ใฎใจๅŒใ˜ๅฝขใจๆง‹้€ ใ‚’ๆŒใฃใฆใ„ใพใ™ใ€‚
    
    ใ€Œใƒ‡ใ‚ณใƒฌใƒผใ‚ฟใ€ใ‚’ๅซใพใชใ„๏ผˆ`@app.get("/some-path")`ใ‚’ๅซใพใชใ„๏ผ‰*path operation้–ขๆ•ฐ*ใจ่€ƒใˆใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚
    
    ใใ—ใฆไฝ•ใงใ‚‚่ฟ”ใ™ใ“ใจใŒใงใใพใ™ใ€‚
    
    ใ“ใฎๅ ดๅˆใ€ใ“ใฎไพๅญ˜้–ขไฟ‚ใฏไปฅไธ‹ใ‚’ๆœŸๅพ…ใ—ใฆใ„ใพใ™:
    
    * ใ‚ชใƒ—ใ‚ทใƒงใƒŠใƒซใฎใ‚ฏใ‚จใƒชใƒ‘ใƒฉใƒกใƒผใ‚ฟ`q`ใฏ`str`ใงใ™ใ€‚
    * ใ‚ชใƒ—ใ‚ทใƒงใƒŠใƒซใฎใ‚ฏใ‚จใƒชใƒ‘ใƒฉใƒกใƒผใ‚ฟ`skip`ใฏ`int`ใงใ€ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใฏ`0`ใงใ™ใ€‚
    * ใ‚ชใƒ—ใ‚ทใƒงใƒŠใƒซใฎใ‚ฏใ‚จใƒชใƒ‘ใƒฉใƒกใƒผใ‚ฟ`limit`ใฏ`int`ใงใ€ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใฏ`100`ใงใ™ใ€‚
    
    ใใ—ใฆใ€ใ“ใ‚Œใ‚‰ใฎๅ€คใ‚’ๅซใ‚€`dict`ใ‚’่ฟ”ใ—ใพใ™ใ€‚
    
    ### `Depends`ใฎใ‚คใƒณใƒใƒผใƒˆ
    
    {* ../../docs_src/dependencies/tutorial001.py hl[3] *}
    
    ### "dependant"ใงใฎไพๅญ˜้–ขไฟ‚ใฎๅฎฃ่จ€
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  10. internal/bucket/lifecycle/lifecycle.go

    	if len(lc.Rules) == 0 {
    		return false
    	}
    	for _, rule := range lc.Rules {
    		if rule.Status == Disabled {
    			continue
    		}
    
    		if len(prefix) > 0 && len(rule.GetPrefix()) > 0 {
    			// we can skip this rule if it doesn't match the tested
    			// prefix.
    			if !strings.HasPrefix(prefix, rule.GetPrefix()) && !strings.HasPrefix(rule.GetPrefix(), prefix) {
    				continue
    			}
    		}
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Thu Apr 03 06:45:06 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top