Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 3631 - 3640 of 3,710 for einmal (0.26 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/erasure-metadata.go

    	for _, sum := range e.Checksums {
    		if sum.PartNumber == partNumber {
    			// Return the checksum
    			return sum
    		}
    	}
    	return ChecksumInfo{Algorithm: DefaultBitrotAlgorithm}
    }
    
    // ShardFileSize - returns final erasure size from original size.
    func (e ErasureInfo) ShardFileSize(totalLength int64) int64 {
    	if totalLength == 0 {
    		return 0
    	}
    	if totalLength == -1 {
    		return -1
    	}
    	numShards := totalLength / e.BlockSize
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 21.3K bytes
    - Click Count (0)
  2. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

         * Remapping function
         * @param <T>
         */
        private interface Remapping<T> {
            T merge(T u, T v);
        }
    
        /**
         * KeyComputer for Dependency
         */
        private final class DependencyKeyComputer implements KeyComputer<Dependency> {
            @Override
            public Object key(Dependency dependency) {
                return getDependencyKey(dependency);
            }
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Apr 03 11:21:39 GMT 2025
    - 99.2K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/base/CharMatcherTest.java

        tester.testAllPublicStaticMethods(CharMatcher.class);
        tester.testAllPublicInstanceMethods(CharMatcher.any());
        tester.testAllPublicInstanceMethods(CharMatcher.anyOf("abc"));
      }
    
      private static final CharMatcher WHATEVER =
          new CharMatcher() {
            @Override
            public boolean matches(char c) {
              throw new AssertionFailedError("You weren't supposed to actually invoke me!");
            }
          };
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 32.4K bytes
    - Click Count (0)
  4. README.md

    #### About FastAPI Cloud
    
    **[FastAPI Cloud](https://fastapicloud.com)** is built by the same author and team behind **FastAPI**.
    
    It streamlines the process of **building**, **deploying**, and **accessing** an API with minimal effort.
    
    It brings the same **developer experience** of building apps with FastAPI to **deploying** them to the cloud. ๐ŸŽ‰
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 24.3K bytes
    - Click Count (0)
  5. docs/en/docs/index.md

    **[FastAPI Cloud](https://fastapicloud.com)** is built by the same author and team behind **FastAPI**.
    
    It streamlines the process of **building**, **deploying**, and **accessing** an API with minimal effort.
    
    It brings the same **developer experience** of building apps with FastAPI to **deploying** them to the cloud. ๐ŸŽ‰
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  6. src/archive/tar/writer.go

    	fmtStr(ustar.userName(), hdr.Uname)
    	fmtStr(ustar.groupName(), hdr.Gname)
    	fmtNum(ustar.devMajor(), hdr.Devmajor)
    	fmtNum(ustar.devMinor(), hdr.Devminor)
    
    	return &tw.blk
    }
    
    // writeRawFile writes a minimal file with the given name and flag type.
    // It uses format to encode the header format and will write data as the body.
    // It uses default values for all of the other fields (as BSD and GNU tar does).
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Feb 03 16:38:43 GMT 2025
    - 19.7K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerTest.java

    import org.junit.rules.TestName;
    import org.opensearch.index.query.QueryBuilders;
    
    public class SuggestIndexerTest {
        static Suggester suggester;
        static OpenSearchRunner runner;
    
        @Rule
        public final TestName testName = new TestName();
    
        @BeforeClass
        public static void beforeClass() throws Exception {
            runner = new OpenSearchRunner();
            runner.onBuild((number, settingsBuilder) -> {
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 28.6K bytes
    - Click Count (0)
  8. src/test/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContextTest.java

     */
    @ExtendWith(MockitoExtension.class)
    @DisplayName("PreauthIntegrityNegotiateContext Tests")
    class PreauthIntegrityNegotiateContextTest {
    
        @Mock
        private Configuration mockConfig;
    
        private static final int BUFFER_SIZE = 1024;
        private byte[] buffer;
    
        @BeforeEach
        void setUp() {
            buffer = new byte[BUFFER_SIZE];
        }
    
        @Nested
        @DisplayName("Constructor Tests")
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 34K bytes
    - Click Count (0)
  9. docs/ja/docs/help-fastapi.md

    ๅคšใใฎใ‚ฑใƒผใ‚นใ‚„่ณชๅ•ใฏใ€ใใฎไบบใฎใ€Œๅ…ƒใฎใ‚ณใƒผใƒ‰ใ€ใซ้–ขไฟ‚ใ—ใฆใ„ใพใ™ใ€‚
    
    ใ—ใฐใ—ใฐใ‚ณใƒผใƒ‰ใฎๆ–ญ็‰‡ใ ใ‘ใŒๅ…ฑๆœ‰ใ•ใ‚Œใพใ™ใŒใ€ใใ‚Œใงใฏๅ•้กŒใ‚’ใ€Œๅ†็พใ€ใ™ใ‚‹ใซใฏไธๅๅˆ†ใงใ™ใ€‚
    
    * ใƒญใƒผใ‚ซใƒซใงๅŒใ˜ใ‚จใƒฉใƒผใ‚„ๆŒ™ๅ‹•ใ‚’็ขบ่ชใงใใ‚‹ใ‚ˆใ†ใซใ€ใพใŸใฏใƒฆใƒผใ‚นใ‚ฑใƒผใ‚นใ‚’ใ‚ˆใ‚Šใ‚ˆใ็†่งฃใงใใ‚‹ใ‚ˆใ†ใซใ€**ใ‚ณใƒ”ใƒผ&ใƒšใƒผใ‚นใƒˆ**ใ—ใฆๅฎŸ่กŒใงใใ‚‹[ๆœ€ๅฐใฎๅ†็พๅฏ่ƒฝใชไพ‹](https://stackoverflow.com/help/minimal-reproducible-example)ใฎๆไพ›ใ‚’ไพ้ ผใงใใพใ™ใ€‚
    
    * ใจใฆใ‚‚ๅฏ›ๅคงใชๆฐ—ๅˆ†ใชใ‚‰ใ€ๅ•้กŒใฎ่ชฌๆ˜Žใ ใ‘ใ‚’ใ‚‚ใจใซใ€ใ‚ใชใŸ่‡ช่บซใงใใฎใ‚ˆใ†ใช**ไพ‹ใ‚’ไฝœๆˆ**ใ—ใฆใฟใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚ใŸใ ใ—ๆ™‚้–“ใŒใ‹ใ‹ใ‚‹ๅฏ่ƒฝๆ€งใŒ้ซ˜ใ„ใฎใงใ€ใพใšใฏๅ•้กŒใฎๆ˜Ž็ขบๅŒ–ใ‚’ไพ้ ผใ—ใŸๆ–นใŒ่‰ฏใ„ๅ ดๅˆใ‚‚ใ‚ใ‚Šใพใ™ใ€‚
    
    ### ่งฃๆฑบ็ญ–ใ‚’ๆๆกˆใ™ใ‚‹ { #suggest-solutions }
    
    * ่ณชๅ•ใ‚’็†่งฃใงใใŸใ‚‰ใ€ๅฏ่ƒฝใช**ๅ›ž็ญ”**ใ‚’ๆ็คบใงใใพใ™ใ€‚
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 15.3K bytes
    - Click Count (0)
  10. cmd/xl-storage.go

    	// the open file descriptor.
    	//
    	// Failing to check the return value when closing a file may lead to silent loss of data.
    	// This can especially be observed with NFS and with disk quota.
    	return w.Close()
    }
    
    // writeAllMeta - writes all metadata to a temp file and then links it to the final destination.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 91.7K bytes
    - Click Count (0)
Back to Top